Page 22 of 48 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 476
  1. #211
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by My_Red_Zebra View Post
    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....

  2. #212
    Join Date
    Sep 2011
    Location
    Melbourne, Australia
    Posts
    31
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    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?

  3. #213
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by My_Red_Zebra View Post
    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>

  4. #214
    Join Date
    Aug 2011
    Posts
    1
    Plugin Contributions
    0

    Default 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.

  5. #215
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by morganmoran View Post
    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.

  6. #216
    Join Date
    Sep 2011
    Location
    Melbourne, Australia
    Posts
    31
    Plugin Contributions
    0

    Default 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.??

  7. #217
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by My_Red_Zebra View Post
    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

  8. #218
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Sort Order

    Hello
    i cant seem to control the sort order which my items appears in the cross sell.
    Editing each products sort order (in the products info page) doesn't seem to have any effect.
    i don't have the random setting set to 'on' either.
    Any advice appreciated.
    Thanks for the mod!

  9. #219
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Sort Order

    Quote Originally Posted by Cookiepus View Post
    Hello
    i cant seem to control the sort order which my items appears in the cross sell.
    Editing each products sort order (in the products info page) doesn't seem to have any effect.
    i don't have the random setting set to 'on' either.
    Any advice appreciated.
    Thanks for the mod!
    admin/catalog/Multi Cross Sell

    Either "Edit Cross Sells" and enter the Product
    or "List all Cross Sells" and select "edit" for the one you want

    Then add numbers into the "sort order" of the cross sells

  10. #220
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default 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

 

 
Page 22 of 48 FirstFirst ... 12202122232432 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 162
    Last Post: 28 Jan 2025, 01:37 PM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Just another Cross-Sell mod (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 702
    Last Post: 3 Nov 2012, 04:30 AM
  4. Multi cross sell mod
    By bonsey61 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Oct 2010, 08:12 PM
  5. support for Cart Upsell/Cross Sell Mod
    By wagnerguy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 May 2009, 01:18 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR