Page 2 of 2 FirstFirst 12
Results 11 to 20 of 476

Hybrid View

  1. #1
    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?

  2. #2
    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>

  3. #3
    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.

  4. #4
    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.

  5. #5
    Join Date
    Feb 2010
    Posts
    67
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi everyone,
    I'm having what looks like the same exact problem morganmoran had and despite my best efforts I can't figure out how to fix it.
    Here's the info:
    -ZC 1.3.9g
    -PHP 5.2.17
    -Double checked that all files from install package are where they need to be.
    -Double checked that I included the code from the Document.txt file in the tpl_product_info_display.php file.
    -Went to my admin under Catalog => Multi Cross Sell and clicked the install button.
    -Now on the Multi Cross Sell Admin v1.02 page I have: "Select cross sell to edit" with a dropdown which has "1" selected, and a "Go" button.

    When I click the "Go" button it seems to execute some process (i.e. I can tell that something is loading) but after 1-2 seconds nothing has happened, it's done loading, and the page remains the same. I'm expecting something to pop up or appear so that I can adjust the parameters for the cross sell, but nothing happens.

    Can anyone point me in the right direction?
    Thanks.

    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.

  6. #6
    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. #7
    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

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 168
    Last Post: 20 Jun 2026, 02:08 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

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