close
drawer1.png
Contact Us
Home arrow Interactive arrow Reference Boards
Studio4Squared Reference Boards
Welcome, Guest
Please Login or Register.    Lost Password?
Making Tabs and Slides Work in Virtuemart (1 viewing) (1) Guest
Go to Bottom | Post Reply Favoured: 0
TOPIC: Making Tabs and Slides Work in Virtuemart
#3
Twisk (Admin)
Admin
Posts: 15
graph
User Online Now Click here to see the profile of this user
Gender: Male Studio4Squared Location: Rockville, Maryland Birthdate: 1974-07-15
Making Tabs and Slides Work in Virtuemart 3 Years, 1 Month ago  
To have tabs and slides work in Virtuemart, go to the root directory and find: /administrator / components / com_virtuemart / html /

For tabs and slides to work on the store de_script_ion page, find this line (within the file _title_d shop.index.php)...




and change it to...



allow for mambots
global $_MAMBOTS;
$_MAMBOTS->loadBotGroup( 'content' );
$row->text = $vendor_store_desc;
$results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, $page ), true );
$vendor_store_desc = $row->text;
//AK




Next up, to have tabs and slides appear on product pages, go to the file _title_d shop.product_details.php (same location as the previous file) and find this line:

/** Get the CATEGORY NAVIGATION **/

and change it to...

//AK> allow for mambots
global $_MAMBOTS;
$_MAMBOTS->loadBotGroup( 'content' );
$row->text = $product_de_script_ion;
$results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, $page ), true );
$product_de_script_ion = $row->text;
//AK
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to Top | Post Reply
Untitled Document
Home | Contact Us | Site News | Exhibits | Print | Interactive | Project Center | Search | Portfolio

© Copyright 1999 to 2010 | Studio4Squared | 571 323 8876 | 102 D Executive Drive, Dulles VA 20166