I am about to be forced to send my site live early (long story) but while doing some testing, I noticed that my cross sell item (yes, I only have 1 at this early stage) is bugged.
When I click the "add to cart" button, it adds the cross sell item, and not the original item.
Is this something that someone else has come across?
Thanks in advance
Andy
Make sure to insert the code for ultimate cross sell outside of the form tag, immediately above the last div tag. In a clean installation, this is located on line 237.
Should look like this:PHP Code:<!--bof Form close-->
</form>
<!--bof Form close-->
PHP Code:<!--bof Form close-->
</form>
<!--bof Form close-->
<!-- bof Ultimate Cross Sell Combo -->
<?php
require($template->get_template_dir('tpl_modules_ultimate_cross_sells.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_ultimate_cross_sells.php');
?>
<!-- bof Ultimate Cross Sell Combo -->
</div>
My fault - I didn't read your question in it's entirety. I looked through the mod and it didn't look like there was a way to specify which mod goes first on the product page (although, I am not a coder so I probably overlooked something). Hopefully the person who put this together will get some free time and be able to answer your question.
brilliant add on, thank you.
All working fine and i can live with the problem i have, but i cannot get more than 3 products to show on the related sidebox.
I have change the max number in the admin/configuration, but still no joy.
Anyone know what i am doing wrong please?
I am using 1.3.9h
Last edited by horsetags; 8 May 2011 at 03:11 PM.
admin > configuration > Ultimate Cross Sell Settings > Cross Sell - Sidebox Display Products - Max (all have this configuration option)
thanks for replying, but i have already done this before i posted, but it was my fault for not being accurate in describing the correct path in my first email.
I previously said -
admin/configuration/,
when i really meant
admin/configuration/ultimate/cross sell/
I have adjusted all the numbers to 6 before i posted in the ultimate config setups