Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
My_Red_Zebra
My test site is technically 'live' (
www.mylocalpoolshop.com.au/TanyaPools) but I'm still having problems. I've applied these styles to the same place as the 'also purchased' box but to no satisfaction.
I am no programmer and am not terribly savvy with these things but am certainly learning quite a bit as I go.
Do I have to change the stylesheet or do I have to change the actual files in the downloaded files? If I'm not a wrong path here, can you please advise me what the right path is?
Thanks very much for your help.
Undo what you have done
You have duplicated id="alsoPurchased"
Then in includes\templates\YOUR_TEMPLATE\templates\tpl_modules_multi_xsell_products.php
around line 30 find..
PHP Code:
<h2 class="centerBoxHeading"><?php echo constant('TEXT_MXSELL' . $mxsell . '_PRODUCTS'); ?></h2>
add <span> tags and change to
PHP Code:
<h2 class="centerBoxHeading"><span><?php echo constant('TEXT_MXSELL' . $mxsell . '_PRODUCTS'); ?></span></h2>
See if that works....
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
gilby
Undo what you have done
You have duplicated
id="alsoPurchased"
Then in includes\templates\YOUR_TEMPLATE\templates\tpl_modules_multi_xsell_products.php
around line 30 find..
PHP Code:
<h2 class="centerBoxHeading"><?php echo constant('TEXT_MXSELL' . $mxsell . '_PRODUCTS'); ?></h2>
add <span> tags and change to
PHP Code:
<h2 class="centerBoxHeading"><span><?php echo constant('TEXT_MXSELL' . $mxsell . '_PRODUCTS'); ?></span></h2>
See if that works....
Thanks very much Gilby. Almost there now.
We have a light blue bar/line under the heading which shouldn't be there. How do I remove that? Also, is it very hard to get the blue shaded box around the products the same as in the 'also purchased' box?
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
My_Red_Zebra
Thanks very much Gilby. Almost there now.
We have a light blue bar/line under the heading which shouldn't be there. How do I remove that? Also, is it very hard to get the blue shaded box around the products the same as in the 'also purchased' box?
Just a typo
you have
Code:
<h2 class="centerBoxHeading"><span><?php echo constant('TEXT_MXSELL' . $mxsell . '_PRODUCTS'); ?><span></h2>
and it should be
Code:
<h2 class="centerBoxHeading"><span><?php echo constant('TEXT_MXSELL' . $mxsell . '_PRODUCTS'); ?></span></h2>
Re: Multi Cross Sell mod [Support thread]
I am running Zen v1.3.9h and PHP 5.2
I just installed this mod and everything seemed to install fine. However, I don't see anywhere in the admin to add/manage cross sell items.
The only options I see are:
Admin >> Configuration >> Cross Sell Settings
and
Admin >> Catalog >> Multi Cross Sell
The first is obviously the page with config settings and the latter has only a small drop down and a Go button, and nothing else. And nothing happens when I click "GO".
I fear I am missing something, but all files seem to have copied correctly.
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
morganmoran
I am running Zen v1.3.9h and PHP 5.2
I just installed this mod and everything seemed to install fine. However, I don't see anywhere in the admin to add/manage cross sell items.
The only options I see are:
Admin >> Configuration >> Cross Sell Settings
and
Admin >> Catalog >> Multi Cross Sell
The first is obviously the page with config settings and the latter has only a small drop down and a Go button, and nothing else. And nothing happens when I click "GO".
I fear I am missing something, but all files seem to have copied correctly.
Go to Admin->Catalog->Multi Cross Sell
Click Install
Go to Admin->Configuration->Cross Sell Settings
By default one cross sell is installed
Configure as required.
Go to Admin->Catalog->Multi Cross Sell
Below the Go button it should show the cross sell options
Clean up Cross Sell 1
New Cross Sells 1
Edit Cross Sells 1
Delete All Cross Sells 1
Multi Cross Sell Summary
List All Cross Sells 1
If these don't show you have missed something in the uploads
go to your "cache" directory and check the error logs there.
Re: Multi Cross Sell mod [Support thread]
Brilliant, thanks so much. I didn't notice before that the bottom of the box is missing it's line too. How would I fix that one?
Also, would it be hard to format the box to look the same as the 'Also Purchased' Box - all shaded in blue etc.??
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
My_Red_Zebra
Brilliant, thanks so much. I didn't notice before that the bottom of the box is missing it's line too. How would I fix that one?
Also, would it be hard to format the box to look the same as the 'Also Purchased' Box - all shaded in blue etc.??
Again its a matter of playing with the CSS and the styles for those elements.
Your site is down at this time so I can't see it
Re: Multi Cross Sell mod [Support thread]
Thanks Gilby
i didnt know that was built in.
what a great mod.
i have my items grouped in cross sells of around 8.
Do i have to enter sort order for each & every item?
i mean, can i set it so certain items will appear first in each cross sell group?
Cheers
Cookie