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

ecopure

  • Beginner
  • *
  • Posts: 29
Re: View/Print a complete Price List
« Reply #195 on: July 21, 2011, 17:34:00 PM »
Thank you! Brilliant
Working on JOOMLA 1.5 AND VM 1.1.18

FunkD

  • Beginner
  • *
  • Posts: 1
Re: View/Print a complete Price List
« Reply #196 on: September 06, 2011, 14:04:23 PM »
Hi, this is cool VM addon!

I had few problems with Direct Access problem in Joomla 1.5.22 plus VM 1.1.3 but I managed to solve them with Legacy enabled. I saw that there exists native one, but it seems that doesn't work too... I did some search over the net and found that _VALID_MOS may causing some problems in native mode, so using JEXEC is probably the right thing to do... because the Direct Access was IMO *not* caused by shop.pricelist, I did another search over VM component for VALID_MOS and discovered many files containing it... so I wonder why until now VM was working in native mode...?????

More important thing - I have B2C and B2B set up and I generate pricelist with this plugin for B2B only. Rights are done with shopper groups. Now, how can I display on shop.pricelist, both regular (customer end price) and B2B prices? The problem is that price and discounted price are equal now for given user...

Anyone?

I'm having the same problem - Can you explain to me how to enable legacy?

Any help appreciated thanks!!

ledstyle

  • Beginner
  • *
  • Posts: 28
Re: View/Print a complete Price List
« Reply #197 on: September 19, 2011, 18:30:11 PM »
What to do with this text:
Fatal error: Call to undefined function mosgetparam() in /home/ledstyle/public_html/administrator/components/com_virtuemart/html/shop.pricelist.php on line 249

Code: [Select]
$mode = mosGetParam( $_GET, 'mode', '' );

esalvino

  • Jr. Member
  • **
  • Posts: 67
  • Own the world
    • Evo88.com Online Music Shop
Re: View/Print a complete Price List
« Reply #198 on: September 22, 2011, 08:04:49 AM »
This is a great add on. Installed it in less that 2 minutes and works flawlessly. I'm using joomla 1.5.22, virtuemart 1.1.8 stable with php 5.2.17 and legacy 1.0 enabled.
Great job and thank you!

postkat

  • Beginner
  • *
  • Posts: 35
Re: View/Print a complete Price List
« Reply #199 on: November 19, 2011, 21:07:33 PM »
This script downloaded from the first page of this topic did not work on my shop on Joomla 1.5.25 an VM 1.1.8.
At first i got "Direct acces to this location is not allowed". After changing the defined line i got the  mosgetparam error.
But now i changed all instances of
Code: [Select]
mosGetParam( $_GET, to
Code: [Select]
JRequest::getVar( and it works like charm.
Thanks for a great script it saved me al lot of time.

I attached the Joomla 1.5 native compatible script to this post.

[attachment cleanup by admin]

pongacku

  • Beginner
  • *
  • Posts: 1
Re: View/Print a complete Price List
« Reply #200 on: November 20, 2011, 13:37:23 PM »
Excellent! Thanks!

Anyone know how to show just one Category in this list?
I am guessing it is in the second line below, but not sure how to change it.
Let's say I wanted it to show just the category for "Hammers"?

   $query  = "SELECT * FROM #__{vm}_product p INNER JOIN #__{vm}_product_category_xref x ";
   $query .= "ON (p.product_id=x.product_id) WHERE x.category_id=" . $category_id;
   $query .= " AND p.product_publish='Y' ORDER BY p.product_sku";

Use this file shop.pricelist.zip
call url option=com_virtuemart&page=shop.pricelist&mode=view&hhhh=XX  <---- category_id



[attachment cleanup by admin]

finishsupper

  • Beginner
  • *
  • Posts: 2
Re: View/Print a complete Price List
« Reply #201 on: November 21, 2011, 12:04:01 PM »
Thank you! Brilliant
Working on JOOMLA 1.5 AND VM 1.1.18

I am using Joomla 1.5. I intent update 1.6. I hope this plan will success.

ronydjohan

  • Beginner
  • *
  • Posts: 42
Re: View/Print a complete Price List
« Reply #202 on: December 08, 2011, 07:50:31 AM »
great add on, already applied to joomla 1.5.22 and VM 1.1.8

but in my opinion, add a pagination will be better for a store with thousands of product

thanks

ronydjohan

  • Beginner
  • *
  • Posts: 42
Re: View/Print a complete Price List
« Reply #203 on: December 15, 2011, 08:57:56 AM »
working great with joomla 1.5.22 and VM 1.1.8, but having trouble with currency, i'm using 2 currency in List of accepted currencies: US Dollar, and Indonesia Rupiah, and the default currency is Indonesia Rupiah. So when I view my price list, all the price is in Rupiah without any conversion for US Dollar, for example : Product A, input price US$ 5, rate Rp. 9000,- display become Rp. Rp. 45.000,00, but in the price list, it show Rp. 5, just like that, need help. Thanks.

ivannk

  • Beginner
  • *
  • Posts: 10
Re: View/Print a complete Price List
« Reply #204 on: January 23, 2012, 08:12:27 AM »
Hi,
thanks for this hack. I have one question. I am using discription of product in the price list, but I have problem couple products. I am using discription like {loadposition XXX} and in the price list you see this code. It is not convert to text. How can be solved?
Thanks.

saitech

  • Beginner
  • *
  • Posts: 1
Re: View/Print a complete Price List
« Reply #205 on: June 01, 2012, 17:30:12 PM »
Hey everybody i hope some can reply me. I'm trying to get this work in joomla Joomla! 2.5.4 with virtuemart 2.0 and still no luck.
My site is http://www.saitech.com.ar, can anyone help me? if i use http://www.saitech.com.ar/index.php?option=com_virtuemart&page=shop.pricelist it shows the default virtuemart page.
Thanks in advance

Nick

rickvv

  • Beginner
  • *
  • Posts: 14
Re: View/Print a complete Price List
« Reply #206 on: June 25, 2012, 01:05:33 AM »
This is a fine hack! Thank you:)
How would I add some text to the output page, in case we want to comment on shipping and returns, at the bottom of the price list?
Which file would I add that to?
Thanks,
rickvv
Joomla 1.5.10  VM 1.1.3

S. Nalepa

  • Beginner
  • *
  • Posts: 9
Re: View/Print a complete Price List
« Reply #207 on: June 16, 2013, 08:09:28 AM »
Hello. Will this plugin be rebuilt to work with virtuamart 2 on Joomla! 2.5?

Cholent MT

  • Beginner
  • *
  • Posts: 19
Re: View/Print a complete Price List
« Reply #208 on: March 03, 2014, 08:58:01 AM »
Anyone where to find this for VM2?

Thank you!

Cholent MT

  • Beginner
  • *
  • Posts: 19
Re: View/Print a complete Price List
« Reply #209 on: March 04, 2014, 06:38:52 AM »
also the download/package link is broken.
Anyone else having that issue?

Could somone please send me a copy of it?