VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: Schafir on March 17, 2008, 19:03:32 PM

Title: No difference when changing category browse page
Post by: Schafir on March 17, 2008, 19:03:32 PM
I am running Virtuemart 1.1RC2 on Joomla 1.5.1

When trying to modify the category browse page or the product flypage in a category, there are no
visible difference in the display of the page.  Changing the number of products/row does work, however.

What am I doing wrong?  How can I get the different browse templates to work?

thanks!
Title: Re: No difference when changing category browse page
Post by: RolandD on March 17, 2008, 19:19:55 PM
Check to see if you have some sort of cache enabled. Just my 2cents
Title: Re: No difference when changing category browse page
Post by: Schafir on March 18, 2008, 00:01:55 AM
I don't think this is a caching issue.  Caching is not turned on in Joomla and the page still does not change when trying to view in a different browser.

Title: Re: No difference when changing category browse page
Post by: salobon on March 29, 2009, 18:01:18 PM
Solution is already posted on Vitumart forum. But needs to be extended. This is what I fixed and it worked for me.
here is the fix:
In all these lines change flypage to CAPS: FLYPAGE
administrator\components\com_virtuemart\html\shop.ask.php (24): $flypage = vmGet($_REQUEST, "flypage", '' );
administrator\components\com_virtuemart\html\shop.basket_short.php (30): $flypage = vmGet($_REQUEST, "flypage", null);
administrator\components\com_virtuemart\html\shop.pdf_output.php (20): $flypage = vmGet( $_REQUEST, 'flypage');
administrator\components\com_virtuemart\html\shop.product_details.php (115): $flypage = vmGet($_REQUEST, "flypage" );
administrator\components\com_virtuemart\html\shop.product_details.php (422): $tpl->set( 'flypage', $flypage );


the idea for solution was taken from this post:
http://forum.virtuemart.net/index.php?topic=43825.msg142138#msg142138
Title: Re: No difference when changing category browse page
Post by: bane72 on March 08, 2011, 12:23:16 PM
My problem was same, every time I changed category browse page, there was no difference. So I tried to change PRODUCT LIST STYLE located in Configuration -> Site(tab) -> Layout(group) -> and click on Configuration under Select the theme for your shop.  After changing Product List Style from Flat Product List to Product list(no table, div-base) I was able again to change category browse pages. Hope this helps.
Title: Re: No difference when changing category browse page
Post by: Bonzlee on March 18, 2011, 20:46:50 PM
Quote from: bane72 on March 08, 2011, 12:23:16 PM
My problem was same, every time I changed category browse page, there was no difference. So I tried to change PRODUCT LIST STYLE located in Configuration -> Site(tab) -> Layout(group) -> and click on Configuration under Select the theme for your shop.  After changing Product List Style from Flat Product List to Product list(no table, div-base) I was able again to change category browse pages. Hope this helps.

I am working on my first VM install.  It was going fine until I ran into this issue.  Some categories displayed as intended and some not.  Driving me nuts!
Then I found this post. Wahoo! 
THANKS FOR THE POST!
Title: Re: No difference when changing category browse page
Post by: mflammia on May 03, 2011, 23:51:15 PM
Hi,

I have followed these instructions which works great, so long as I follow a category to display the product, but if I simply click on a product from that featured on my homepage it still uses the default flypage.

The cache is off and I have my admin, configuration, site, FLYPAGE and Category Template all set to the new one as well as all the categories set to Browse Page and Flypage matching?

URL not working:
http://10.0.1.40/joomla/index.php?option=com_virtuemart&page=shop.product_details&flypage=flypage.tpl&product_id=21&Itemid=53

URL working on exactly the same page but directed via the categories
http://10.0.1.40/joomla/index.php?page=shop.product_details&flypage=yagendoo_VaMazing_2.tpl&product_id=21&category_id=10&option=com_virtuemart&Itemid=53

Help in advance much appreciated.