Author Topic: View/Print a complete Price List  (Read 287360 times)

David Richardson

  • Beginner
  • *
  • Posts: 38
Re: View/Print a complete Price List
« Reply #45 on: October 31, 2007, 21:40:03 pm »
Any developement on getting the "discounted price" to show?
Please be patient... I'll made it, but give me some time... ;)
[/quote]

Thanks Pisu, i look forward to it, i think with this change + the link to product you will have made one of the MOST USEFUL hacks of 2007 for users that operate a commercial store.

Do you do contract work as well? I have some other Hacks in mind that i am willing to pay for.

Imagine

  • Beginner
  • *
  • Posts: 29
Re: View/Print a complete Price List
« Reply #46 on: November 05, 2007, 16:17:02 pm »
First of all I have to say that this is a great ad on.

A few points:

Bug (at least on my site)
1. when having more prices for one product (order more, pay less) there are no prices shown (€0,00)
2. Wrong translation in dutch lan. file line 10 and better translations (see attachment for new one)

Some extra features for the future
1. Productname => link to product
2. reorder possible on Product SKU, name and price
3. SEF

I'm no php wizard, all I can do is test and give feedback.

[attachment cleanup by admin]
J! 1.5.5 - VM 1.1.2
Database Version:  5.0.41
Database Collation:  utf8_general_ci
PHP Version:  5.2.5 
Web Server:  Apache/2.2.8 (Win32) PHP/5.2.5

Bolle

  • Jr. Member
  • **
  • Posts: 54
Re: View/Print a complete Price List
« Reply #47 on: November 07, 2007, 23:41:57 pm »
Hi Pisu,

thx for this mod and nice work  ;D.

here is my geman language file.

I have one problem. the list not schowing the attributes.

Bolle

[attachment cleanup by admin]

MinstrelJT

  • Beginner
  • *
  • Posts: 2
Re: View/Print a complete Price List
« Reply #48 on: November 08, 2007, 10:39:15 am »
Hallo,

here is czech language file in UTF-8...

Minstrel

[attachment cleanup by admin]

Pisu

  • Contributing Developer
  • Jr. Member
  • *
  • Posts: 451
  • ..still looking for..
    • Blog di Stefano Bagnatica
Re: View/Print a complete Price List
« Reply #49 on: November 09, 2007, 10:41:42 am »
Hey boys, please take a look at the first post!
http://forum.virtuemart.net/index.php?topic=33101.0

I've updated the package...

  • added german and czech language file, updated dutch
  • corrected a bug with child products (it was displayed a line for every attribute.. now a line for product)
  • added option for links on product name (!!!)
  • added option for displaying a column with the discounted price(!!!)

Of course, you can adjust the label for discount price column (now "Discounted"), changing your language files.
I hope someome will be happy today :) Now some replies...

1. when having more prices for one product (order more, pay less) there are no prices shown (€0,00)
You're right, this is not supported, and I'm not planning to add it... I'm sorry.
2. reorder possible on Product SKU, name and price
It's quite easy ordering on product name, also without being a "php wizard". Open file shop.pricelist.php and search for text ORDER BY p.product_sku; you can replace it, with ORDER BY p.product_name. Instead, ordering on price is not so easy.
Pisu - Team VMItalia (Supporto Italiano VirtueMart)
www.stefanobagnatica.it | www.vmitalia.net

vtiger

  • Beginner
  • *
  • Posts: 8
Re: View/Print a complete Price List
« Reply #50 on: November 09, 2007, 13:44:48 pm »
Hello Pisu,

let me just THANK YOU.

Yes you are right, when I can see option for links on product name feature, so this make me happy today...

EDIT:  Do you have some tips where we can find needed font files which support UTF-8 for PDF? 
In our language (czech) we have special characters like ěščřžžýáíáéíúůďťň   ...   so at this moment PDF generation is not working properly. 
Or is needed something more for this issue ?

Thanks & regards

LN

MinstrelJT

  • Beginner
  • *
  • Posts: 2
Re: View/Print a complete Price List
« Reply #51 on: November 09, 2007, 15:20:43 pm »
Hi,

here is updated czech language file...

Minstrel

[attachment cleanup by admin]

trumpton

  • Jr. Member
  • **
  • Posts: 92
Re: View/Print a complete Price List
« Reply #52 on: November 09, 2007, 23:20:52 pm »
Great, thanks for finally adding the link to the page, this has really made the difference. This is a great way to show all the products on one page and easily see if the prices are all up to date. Click the links mean I can edit them if they need changing very easily.

I did notice, as with Livemap, that the created URL has the name ?Itemid=0 after the URL. I don't know if this is something extra added. I am using the sh404 plugin and found something similar happened with the livemap component. Just thinking if Search Engines pickup this URL as well as the URL without ?Itemid=0, therefore maybe indexing the same page twice. Not good for listings but of no importance to me, as i intend to use this as an admin tool

Grazie Ancora, ci si bekka su forum italiano.
trumpton.

Pisu

  • Contributing Developer
  • Jr. Member
  • *
  • Posts: 451
  • ..still looking for..
    • Blog di Stefano Bagnatica
Re: View/Print a complete Price List
« Reply #53 on: November 10, 2007, 11:49:21 am »
I did notice, as with Livemap, that the created URL has the name ?Itemid=0 after the URL. I don't know if this is something extra added. I am using the sh404 plugin and found something similar happened with the livemap component. Just thinking if Search Engines pickup this URL as well as the URL without ?Itemid=0, therefore maybe indexing the same page twice. Not good for listings but of no importance to me, as i intend to use this as an admin tool

The Itemid is needed in Joomla for displaying modules... The best, is to include the same Itemid as VirtueMart menu item, in the price list URL.

Example: if you have in your site a menu item for Joomla component, and you see that URL is
http://localhost/joomla15/index.php?option=com_virtuemart&Itemid=2
you can find that Itemid is "2". So, the URL for price list can be:
http://localhost/joomla15/index.php?option=com_virtuemart&Itemid=2&page=shop.pricelist

In this way, the "Itemid=2" will be passed in the product links.....

Ciao! :)
Pisu - Team VMItalia (Supporto Italiano VirtueMart)
www.stefanobagnatica.it | www.vmitalia.net

Daz

  • Beginner
  • *
  • Posts: 44
    • Precious Washers
Re: View/Print a complete Price List
« Reply #54 on: November 10, 2007, 17:24:38 pm »
Pisu this looks great...

I have read that this doesn't work in the 1.0X VM, would it take much to get it to work in it?

This is exactly what i would like for my site

Daz

RHISC

  • Beginner
  • *
  • Posts: 7
Re: View/Print a complete Price List
« Reply #55 on: November 12, 2007, 22:28:46 pm »
We use this great mod also, seems there is a update to do great  ;D
See for result http://www.rhisc.nl/index.php?option=com_virtuemart&page=shop.pricelist

Pisu

  • Contributing Developer
  • Jr. Member
  • *
  • Posts: 451
  • ..still looking for..
    • Blog di Stefano Bagnatica
Re: View/Print a complete Price List
« Reply #56 on: November 12, 2007, 22:36:48 pm »
I have read that this doesn't work in the 1.0X VM, would it take much to get it to work in it?

Why? It should be working on VM 1.0.x. Please try it, if you get any errorm, report it here!
Pisu - Team VMItalia (Supporto Italiano VirtueMart)
www.stefanobagnatica.it | www.vmitalia.net

Daz

  • Beginner
  • *
  • Posts: 44
    • Precious Washers
Re: View/Print a complete Price List
« Reply #57 on: November 13, 2007, 00:28:22 am »
oh great, i read wrong, i will give it a try.. cheers!

David Richardson

  • Beginner
  • *
  • Posts: 38
Re: View/Print a complete Price List
« Reply #58 on: November 13, 2007, 10:18:04 am »
Glory be to you Pisu...

What a work of art, oh the damage i could do if i had half your abilities...
This has to be the single most useful hack of this year, and i have just about tried them all!!

I think this hack rules, may it continue to grow into a monster..

Thank you Pisu, thank you.

I think anyone else out there running a serious store on virtuemart will love this.

What would be cool:
- Add to Cart button!
- Being able to select which categories to display and in what order.
- pagenation
-{edit_link}

Hopefully someone else with an eye for the limelight may be able to assist you Pisu. What you have done here is Awesome. The simple things are always the best.

mach4

  • Beginner
  • *
  • Posts: 8
Re: View/Print a complete Price List
« Reply #59 on: November 13, 2007, 10:48:56 am »
fix respekt flypage  ;D

[attachment cleanup by admin]