Thread: Cross Sell

Page 4 of 14 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 131
  1. #31
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Cross Sell

    Will this work on 1.2.7 with the pub_product_book product type? I've tried it but I can't get the cross sells to show up on the product page.
    Danielle

  2. #32
    Join Date
    Jan 2006
    Posts
    72
    Plugin Contributions
    0

    Re: Cross Sell

    Hi

    This is for DrByte

    Have know got this mod working on a Zen Cart 1.3.0.2 hade to change nam of two files.

    know:

    1) can the sort order be changed to the Product Model and how??

    2) can we/you add a search??

    simon

  3. #33
    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    11
    Plugin Contributions
    0

    Default Re: Cross Sell

    Hi Simon-m,

    I got the same error messages as you posted below. May I ask how you fixed them?

    Cheers, meemster

    Quote Originally Posted by simon-m
    Hi

    Iam getting this in the prod pages in shop:

    Warning: main(includes/modules/xsell_products.php): failed to open stream: No such file or directory in /includes/templates/custom/templates/tpl_modules_xsell_products.php on line 17

    Warning: main(includes/modules/xsell_products.php): failed to open stream: No such file or directory in /includes/templates/custom/templates/tpl_modules_xsell_products.php on line 17

    Warning: main(includes/modules/xsell_products.php): failed to open stream: No such file or directory in /includes/templates/custom/templates/tpl_modules_xsell_products.php on line 17

    Warning: main(): Failed opening 'includes/modules/xsell_products.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /includes/templates/custom/templates/tpl_modules_xsell_products.php on line 17


    can you help????

    simon

  4. #34
    Join Date
    Jan 2006
    Posts
    72
    Plugin Contributions
    0

    Re: Cross Sell

    Quote Originally Posted by meemster
    Hi Simon-m,

    I got the same error messages as you posted below. May I ask how you fixed them?

    Cheers, meemster

    Hi meemster

    I think it was:

    Renamed

    1) admin - xsell.php to xsell_products.php

    2) opened products_xsell.sql and find this #DROP TABLE IF EXISTS products_xsell;
    and re to DROP TABLE IF EXISTS products_xsell;

    3) if like me you do not see Cross-Sell - Display prices? under Configuration - Product Info
    then I ran this SQL
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Cross-Sell - Display prices?', 'XSELL_DISPLAY_PRICE', 'false', 'Cross-Sell -- Do you want to display the product prices too?<br />Default: false', 18, 72, 'zen_cfg_select_option(array(\'true\',\'false\'), ', now());

    BUT THIS WORKED FOR ME BUT MAY NOT WORK FOR OTHERS ALL ABOVE IS AT USERS RISK SO BACKUP BACKUP!!!!!!

    SIMON

  5. #35
    Join Date
    Jan 2006
    Posts
    72
    Plugin Contributions
    0

    Default Re: Cross Sell

    Also use BEYOND COMPARE and if you have not got it get it ?
    it will help

    simon

  6. #36
    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    11
    Plugin Contributions
    0

    Default Re: Cross Sell

    Tried those points you mentioned but still no joy

    Any other ideas?

    Meemster

    Quote Originally Posted by simon-m
    Hi meemster

    I think it was:

    Renamed

    1) admin - xsell.php to xsell_products.php

    2) opened products_xsell.sql and find this #DROP TABLE IF EXISTS products_xsell;
    and re to DROP TABLE IF EXISTS products_xsell;

    3) if like me you do not see Cross-Sell - Display prices? under Configuration - Product Info
    then I ran this SQL
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Cross-Sell - Display prices?', 'XSELL_DISPLAY_PRICE', 'false', 'Cross-Sell -- Do you want to display the product prices too?<br />Default: false', 18, 72, 'zen_cfg_select_option(array(\'true\',\'false\'), ', now());

    BUT THIS WORKED FOR ME BUT MAY NOT WORK FOR OTHERS ALL ABOVE IS AT USERS RISK SO BACKUP BACKUP!!!!!!

    SIMON

  7. #37
    Join Date
    Jan 2006
    Posts
    72
    Plugin Contributions
    0

    Re: Cross Sell

    what vencart are you useing?
    have you got the mod from the downlods or have you got the one with the sidebox files?

    i did not get the sidebox working.

    simon

  8. #38
    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    11
    Plugin Contributions
    0

    Default Re: Cross Sell

    cross_sell_v1.3.0
    zen-cart-v1.3.0.1

    i got the mod from the d/loads and don't have any sidebox files, meaning i don't have any files refering to sidebox in the mod d/load


    Quote Originally Posted by simon-m
    what vencart are you useing?
    have you got the mod from the downlods or have you got the one with the sidebox files?

    i did not get the sidebox working.

    simon

  9. #39
    Join Date
    Jan 2006
    Posts
    72
    Plugin Contributions
    0

    Default Re: Cross Sell

    1) admin - xsell.pp to xsell_products.php

    2) admin > extra_datafiles - xsell_definitions.php open and find and change this: define('FILENAME_XSELL_PRODUCTS', 'xsell.php'); to define('FILENAME_XSELL_PRODUCTS', 'xsell_PRODUCTS.php');

    3) admin > languages > english - xsell.pp to xsell_products.php

    4)then follow the install.txt

    simon

  10. #40
    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    11
    Plugin Contributions
    0

    Default Re: Cross Sell

    No joy

    followed your points 1-3, and checked over the install.txt but i already implemented those when i first installed this mod.

    anything else i should do to make this work?


    Quote Originally Posted by simon-m
    1) admin - xsell.pp to xsell_products.php

    2) admin > extra_datafiles - xsell_definitions.php open and find and change this: define('FILENAME_XSELL_PRODUCTS', 'xsell.php'); to define('FILENAME_XSELL_PRODUCTS', 'xsell_PRODUCTS.php');

    3) admin > languages > english - xsell.pp to xsell_products.php

    4)then follow the install.txt

    simon

 

 
Page 4 of 14 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  2. Which one? Multi Cross Sell vs Ultimate Cross Sell?
    By Renz in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 3 Jul 2013, 08:30 AM
  3. 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
  4. Cross Sell and Advanced Cross Sell Modules
    By fairway in forum Addon Templates
    Replies: 4
    Last Post: 8 Dec 2009, 08:44 PM
  5. cross sell and cross sell in cart
    By g0d4lm1ty in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 17 Dec 2006, 01:35 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