Dunno.. these aren't problems that I have. Need a link
Printable View
Now Xsell is switched for beeing on a tab
http://www.bdsm-lager.com/fetish-sho...tikel-p-1.html
The X-Sell Problem is solved. I run the following sql-patch from the original x-sell contribution:
after this it works. May be that the advanced x-sell deletes it from the databasePHP Code:
## add switches for: MIN_DISPLAY_XSELL, MAX_DISPLAY_XSELL
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Display Cross-Sell Products', 'MIN_DISPLAY_XSELL', 1, 'This is the minimum number of configured Cross-Sell products required in order to cause the Cross Sell information to be displayed.<br />Default: 1', 2, 17, now());
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Display Cross-Sell Products', 'MAX_DISPLAY_XSELL', 6, 'This is the maximum number of configured Cross-Sell products to be displayed.<br />Default: 6', 3, 66, now());
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Cross-Sell Products Columns per Row', 'SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS', '3', 'Cross-Sell Products Columns to display per Row<br />0= off or set the sort order.<br />Default: 3', 18, 72, 'zen_cfg_select_option(array(0, 1, 2, 3, 4), ', now());
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Cross-Sell - Display prices?', 'XSELL_DISPLAY_PRICE', 'false', 'Cross-Sell -- Do you want to display the product prices too?<br />Default: false', 18, 72, 'zen_cfg_select_option(array(\'true\',\'false\'), ', now());
I just see that the picture problem is only in German language not in English. How could this be?
All problems are solved. I found a tabbed products lite file in the german language folder. After the deletetion all works well.
Hi Guys,
Can anyone advise how you add content to the tabs.
Say for example - something simple to start with like the product name in inf_desplay its <h1 align="center"><?php echo $products_name; ?></h1>
Now as far as i was lead to belive you can enter info in the tabbed_products_pro.php file so i tried just echo $products_name; under: //<!--bof Add to Cart Box --> about line 277 to see if i could get the product name to show in the Add to Cart tab. But nothing.
Can anyone shed some light on how to add info into tabs.
Thanks
Shane
Ive half worked out the above but also have an issue with my tab layout
Where i have changed some of my tab names they dont fit on one line the last title is wrapped and creats a gab below before then next name on a separate line See here is there a way to make sure if this happens it just puts the tabbs ona new line?
Thanks
Shane
^^
Not really. You can however edit the language file and add a <br /> between words so instead of
you can haveCode:Product Description | Additional Images | Cross Sell
Code:Product Additional Cross
Description | Images | Sell
Thanks Ill try that, however it worked fine in tabbed products lite ? see here
i have two rows of tabs one under the other and its deplays fine, not sure why it should be different in this version ?
Can you also confirm the correct way of adding info the the actual tabs. Again it apears to be very different from tab products lite.
for expmple i want to add:
<h2 id="productRewardPoints" class="productRewardPoints">
<?php
/**
* display the product reward points
*/
include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php');
?>
</h2>
<!--eof Product Reward Points block -->
to my add to cart tab. Exactly which area to i add it too, ive been trying add to cart pre load and the add to cart. So far only way i can get anything to show up in the actual tab its self is by adding this to some areas $fmtATC .= however as im not a programmer im having issues trying to get tho show.
Do you have a small guide you could do to explain how to add code to tabs.
Thanks
Shane