Need extra help with your Joomla site? Consider paid Joomla support by the developer of Chameleon and MetaMod.
- Index
- » MetaMod Pro
- » MetaMod Pro General Support
- » Help! Virtuemart cart and checkout pages
Page:
1
Help! Virtuemart cart and checkout pages
Help! Virtuemart cart and checkout pages
I'm brand new to metamod pro. I have a module published to the right module position to show on all Virtuemart pages, but I would like to have it show on everything but the cart and checkout pages. I have the module active in the right module position and I have created a metamodule with the following code:
Code:
$vm = JomGenius("virtuemart"); // need this at the start of every rule
if ( $vm->check( "pagetype != shop.cart" ) ) return 139;
if ( $vm->check( "pagetype != shop.savedcart" ) ) return 139;
if ( $vm->check( "pagetype != checkout.index#1" ) ) return 139;
if ( $vm->check( "pagetype != checkout.index#2" ) ) return 139;
if ( $vm->check( "pagetype != checkout.index#3" ) ) return 139;
if ( $vm->check( "pagetype != checkout.index#4" ) ) return 139;
/* replace XXX with the module id or position you want
* to display <em>except</em> on the front page of VirtueMart
*/
It doesn't seem to be working and would appreciate any help. I have Joomla SEF enabled if that makes a difference.
This is a test site at:
http://www.harvestmooned.com/production
Administrator has disabled public posting
Re: Help! Virtuemart cart and checkout pages
Answered this one over here: http://www.metamodpro.com/forums/topic?id=550
Administrator has disabled public posting
Page:
1
- Index
- » MetaMod Pro
- » MetaMod Pro General Support
- » Help! Virtuemart cart and checkout pages
Board Info
- Board Stats:
- Total Topics:
- 1689
- Total Polls:
- 6
- Total Posts:
- 5942
- Total Posts Today:
- 1
- User Info:
- Total Users:
- 7624
- Newest User:
- borger3298
- Members Online:
- 1
- Guests Online:
- 150
- Online:
- borger3298
Forum Legend:
Topic
New
Locked
Sticky
Active
New/Active
New/Locked
New Sticky
Locked/Active
Active/Sticky
Sticky/Locked
Sticky/Active/Locked