Page 1 of 2 12 LastLast
Results 1 to 10 of 703

Hybrid View

  1. #1
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Looks great Batteryman! Uploaded it today and it worked with no problems. Thank you for sharing this.
    Your Welcome..

    One question: despite my wide page, only three cross-sells show up in the scroll area. Is there a way that I can adjust this to page size? Even if not, or if you don't have time to answer, your version is a nice improvement.

    Matt
    Can you give me an example of it used on your site? All changes are made using the admin >> configuration >> cross sell to tell how many products are show and all layout changes are made by editing the css file in the css folder in your_template..

    I will help you with the css if you like. Just need the page and what your desired look will be.
    User of zencart

  2. #2
    Join Date
    Nov 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Hi there,

    I hv installed this module, now i can see "We Also Recommend :" on the product info page.

    But I got this problem when accessing Admin. What's the problem ?

    http://moms-world.net/test/admin/
    Fatal error: Class 'yclass' not found in /home/momsworld/domains/moms-world.net/public_html/test/admin/includes/functions/extra_functions/xsell_advanced.php on line 18

  3. #3
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default

    Quote Originally Posted by langflyer View Post
    Hi there,

    I hv installed this module, now i can see "We Also Recommend :" on the product info page.

    But I got this problem when accessing Admin. What's the problem ?

    http://moms-world.net/test/admin/
    It looks like your missing on of the files that is being called on. Check to make sure that all files are on there respective locations. Silly question but did you rename the YOUR_TEMPLATE folders to your template name?

    Posted from my iPhone
    Posted via Mobile Device

  4. #4
    Join Date
    Nov 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    so sorry, i hvn't install the module manager

    ok, now i installed the module manager, when i go to admin->tools->module manager, i got this error :

    Error Failed: 1
    Error ERROR: Cannot create table module_version_tracker because it already exists
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Error Failed to set up version tracker table
    but when i open my phpMyAdmin, i can see the module_version_tracker is actually created.

    How to go bout it ?

  5. #5
    Join Date
    Jul 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Hi all, I have installed Cross-Sell but it showed

    1146 Table 'chewhair_haircareproducts.products_xsell' doesn't exist
    in:
    [select distinct p.products_id, p.products_image, pd.products_name from products_xsell xp, products p, products_description pd where xp.products_id = '107' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit 6]

    one more
    Admin->configuration->did not show"cross sell"

    Hope yours can help me.

  6. #6
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by pandax1024 View Post
    Hi all, I have installed Cross-Sell but it showed

    1146 Table 'chewhair_haircareproducts.products_xsell' doesn't exist
    in:
    [select distinct p.products_id, p.products_image, pd.products_name from products_xsell xp, products p, products_description pd where xp.products_id = '107' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit 6]

    one more
    Admin->configuration->did not show"cross sell"

    Hope yours can help me.
    Do you have Module Manager installed? If so did you go to it and have it install the sql for cross sell?
    User of zencart

  7. #7
    Join Date
    Dec 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by batteryman View Post
    Do you have Module Manager installed? If so did you go to it and have it install the sql for cross sell?
    Hi,
    I guess my problem is the same as above where I don't see Cross Sell in the Admin =>Config.

    I did go to Mudule Manager and clicked on "Install new modules: Click Here" ... with the following results: "Found and attempted to install 0 new modules."

    Please help.

    Thanks much.
    Dario

  8. #8
    Join Date
    Nov 2007
    Location
    Huntington, Indiana
    Posts
    67
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by batteryman View Post
    Can you give me an example of it used on your site? All changes are made using the admin >> configuration >> cross sell to tell how many products are show and all layout changes are made by editing the css file in the css folder in your_template..

    I will help you with the css if you like. Just need the page and what your desired look will be.
    I think I got it. I looked at the css and experimented a bit and found I could widen the scroll box. Can't get too big or it overlaps the sideboxes. That's easy enough to avoid.

    Thanks again for this mod. Matt
    Here's an example of my usage: 69003

  9. #9
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by mmwilcox View Post
    I think I got it. I looked at the css and experimented a bit and found I could widen the scroll box. Can't get too big or it overlaps the sideboxes. That's easy enough to avoid.

    Thanks again for this mod. Matt
    Here's an example of my usage: 69003
    A couple of suggestions....

    ...in stylesheet_ORIGINAL.css (line 514)
    .centerBoxWrapper
    border:0 solid #9A9A9A; <-----Hides Border around Cross Sell Box to shown value
    height:1%;
    margin:1.1em 0;
    }


    ...in stylesheet_xsell_scroll.css (line 8)

    #crossSellDiv {styleshe...croll.css
    margin:0 auto;
    overflow-x:hidden;
    padding:0;
    position:relative;
    width:1200px; <-------Change here for width to shown value
    }


    <div id="crossSellScroll" style="display: block; width: 1200px;">
    Remove the Width you set in the div shown above. This way you don't have to edit code, only CSS.

    You really should set the width of your page to be a specific value for the module to be displayed correctly. That way you can set a width for it and it will always appear the same in any browser and resolution for the most part. Most people are using 1024x768 so I personally set my site to be displayed at 1000px. Zencarts default is 800px.
    User of zencart

  10. #10
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Just another Cross-Sell mod (support thread)

    Just installed. Everything went fine but I'd like to add the following notes:

    For step 3 in the installation instructions.. might one be able to change the extension of the two sample files so as to avoid override problems? These files seem a little silly and redundant anyway considering the lines needed are present in the installation instructions.

    For step 5 the full path of tpl_product_info_display.php would be useful.
    /includes/templates/YOUR_TEMPLATE/templates/

    It would be nice if you included a step 7. Go to admin->tools->module manager
    and install the module. The cross sell mod causes db errors if you omit this step.

    Also is there a reason why configuration says Cross Sell while catalog says Advanced Cross Sell. The different names could be misleading.

    Just my nitpicks...
    Anthony

 

 
Page 1 of 2 12 LastLast

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. Multi Cross Sell mod [Support thread]
    By gilby in forum All Other Contributions/Addons
    Replies: 475
    Last Post: 11 Apr 2020, 10:44 PM
  3. Trying to fully uninstall Cross Sell Just Another Mod
    By 1105designs in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Oct 2011, 04:03 AM
  4. Fatal Error After installing Cross Sell - Just Another Cross Sell Mod
    By kconklin in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 9 Jul 2010, 02:38 PM
  5. "cross sell - just another cross sell mod"
    By australican in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 05:17 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