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

Pisu

  • Contributing Developer
  • Jr. Member
  • *
  • Posts: 451
  • ..still looking for..
    • Blog di Stefano Bagnatica
Re: View/Print a complete Price List
« Reply #60 on: November 13, 2007, 16:06:16 pm »
fix respekt flypage  ;D
What do you mean?
Pisu - Team VMItalia (Supporto Italiano VirtueMart)
www.stefanobagnatica.it | www.vmitalia.net

kessels1234

  • Jr. Member
  • **
  • Posts: 208
Re: View/Print a complete Price List
« Reply #61 on: November 16, 2007, 12:47:40 pm »
Hi Pisu,

do you have any idea where to look. It only goes down to 3 levels of categories but I have categories that go further down than 3 levels so it doesn't show all the products. Any suggestion?

By the way big complements on this and I hope you can help me.

Danny

dsmarket

  • Beginner
  • *
  • Posts: 5
Re: View/Print a complete Price List
« Reply #62 on: November 17, 2007, 21:06:24 pm »
Hi, here is Serbian translation for pricelist.
www.dsmarket.rs

[attachment cleanup by admin]

grafika

  • Beginner
  • *
  • Posts: 1
Re: View/Print a complete Price List
« Reply #63 on: November 21, 2007, 21:25:05 pm »
Great hack!!!  ;D

Can use with images - product_thumb_image in the future?

№ - image - manufacturer - discription of product - price

By  :D

[attachment cleanup by admin]

leetorrens

  • Beginner
  • *
  • Posts: 14
    • Nudie Design
Re: View/Print a complete Price List
« Reply #64 on: November 25, 2007, 19:53:32 pm »
Nice work Pisu, this is very useful. 

My client has requested something like this but with the thumbnails. I anticipate paying one of the freelance programmers I use add thumbnails to this hack, and if he can, I'll share the update here. Just because I'm not a programmer doesn't mean I can't give back to the community who've given me so much.

leetorrens

  • Beginner
  • *
  • Posts: 14
    • Nudie Design
Re: View/Print a complete Price List
« Reply #65 on: November 25, 2007, 20:08:36 pm »
Spanish translation attached. Spanish is not my first language, so I'm happy for anyone to make corrections.

[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 #66 on: November 30, 2007, 11:05:01 am »
Update: added serbian and spanish
Update: now support unlimited categories! (kessels1234 please test it!!)

I removed package from post attachment, for better update management.. However can be directly download here:
http://www.vmitalia.net/index.php?option=com_docman&task=doc_download&gid=35&Itemid=58
Pisu - Team VMItalia (Supporto Italiano VirtueMart)
www.stefanobagnatica.it | www.vmitalia.net

kessels1234

  • Jr. Member
  • **
  • Posts: 208
Re: View/Print a complete Price List
« Reply #67 on: December 01, 2007, 19:53:35 pm »
Hey Pisu,

Thanks for the upgrade. You're the hero of the day. It does work now, it goes all levels deep.

Thank you again for this wonderfull add-on.

Danny

Pisu

  • Contributing Developer
  • Jr. Member
  • *
  • Posts: 451
  • ..still looking for..
    • Blog di Stefano Bagnatica
Re: View/Print a complete Price List
« Reply #68 on: December 01, 2007, 21:59:10 pm »
Hey Pisu,
Thanks for the upgrade. You're the hero of the day. It does work now, it goes all levels deep.
Pisu - Team VMItalia (Supporto Italiano VirtueMart)
www.stefanobagnatica.it | www.vmitalia.net

letstalk

  • Beginner
  • *
  • Posts: 1
Re: View/Print a complete Price List
« Reply #69 on: December 10, 2007, 13:26:46 pm »
Hi Pisu,

is it possible to add another 'config'  parameter which would not show product codes in the pricelist? These codes are quite confusing for the customers...

Thanks.

Peter

  • Beginner
  • *
  • Posts: 15
Re: View/Print a complete Price List
« Reply #70 on: December 19, 2007, 01:37:44 am »
Hi, I have done a small add-on for VirtueMart, that make possibile for the user to view, print, or download in PDF the Complete Price List, divided by categories. It works also on Joomla 1.5 and VirtueMart 1.1.

etc

Pisu - having looked for something like this a few months ago, and now being able to find it - it is truly awesome and easy to install for a dummy like me
Thanks so much
Peter

psychotik_noise

  • Beginner
  • *
  • Posts: 15
Re: View/Print a complete Price List
« Reply #71 on: December 27, 2007, 16:17:48 pm »
hey all !
 i want add  "Attribute List" (used for ECO DEEE) and "price quantity stair" in price list... some body can help me????

tank's a lot !

malviv

  • Jr. Member
  • **
  • Posts: 81
Re: View/Print a complete Price List
« Reply #72 on: December 27, 2007, 17:15:29 pm »
Thanks for this feature.  Very very handy tool.

Best wishes and keep up all the good work.

Mal
I am on Joomla 1.0.13
VirtueMart 1.0.13a

hiveuk

  • Beginner
  • *
  • Posts: 27
View/Print a complete Price List £
« Reply #73 on: December 28, 2007, 10:12:23 am »
Firstly, nice job on the pricelist hack. I have installed it but when i download the pdf, the prices show "£26.
95" instaead of "£26.95".
Do you have any idea on what the problem could be?

Pisu

  • Contributing Developer
  • Jr. Member
  • *
  • Posts: 451
  • ..still looking for..
    • Blog di Stefano Bagnatica
Re: View/Print a complete Price List
« Reply #74 on: December 28, 2007, 10:37:20 am »
Firstly, nice job on the pricelist hack. I have installed it but when i download the pdf, the prices show "£26.
95" instaead of "£26.95".
Do you have any idea on what the problem could be?
Hi! The problem is that, PDF is not capable of using HTML entities. So you have to convert £ to £ (I had done it for € symbol, but forgot this...).

So, open shop.pricelist.php go to line 109 (or simply search for €), and here you can replace the € symbol with &pound:

Code: [Select]
$row['product_price'] = str_replace('£','£',$CURRENCY_DISPLAY->getFullValue($user_price["product_price"]));
Pisu - Team VMItalia (Supporto Italiano VirtueMart)
www.stefanobagnatica.it | www.vmitalia.net