Thread: Cross Sell

Page 5 of 14 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 131
  1. #41
    Join Date
    Jan 2006
    Posts
    72
    Plugin Contributions
    0

    Default Re: Cross Sell

    what if any part have you got working?

    what Warning are you geting?

    may need to unistall all files and start a fresh?

    simon

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

    Default Re: Cross Sell

    also are you on a test shop?

    or

    a LIVE SHOP?

    CAN YOU LOOK IN TO UPGRADING TO v1.3.0.2 AS THIS MAY BE WHY IT WORKS FOR ME AND NOT YOU.

    SIMON

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

    Default Re: Cross Sell

    this is the warning i get on each product page:

    Warning: main(includes/modules/xsell_products.php): failed to open stream: No such file or directory in /var/www/html/store/includes/templates/Nasheeds/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 /var/www/html/store/includes/templates/Nasheeds/templates/tpl_modules_xsell_products.php on line 17

    Warning: main(): Failed opening 'includes/modules/xsell_products.php' for inclusion (include_path='.:/php/includes:/usr/share/php:/usr/share/pear') in /var/www/html/store/includes/templates/Nasheeds/templates/tpl_modules_xsell_products.php on line 17

    Admin side i can configure how many X-sell products i want + select them

    Quote Originally Posted by simon-m
    what if any part have you got working?

    what Warning are you geting?

    may need to unistall all files and start a fresh?

    simon

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

    Default Re: Cross Sell

    Quote Originally Posted by meemster
    this is the warning i get on each product page:

    Warning: main(includes/modules/xsell_products.php): failed to open stream: No such file or directory in /var/www/html/store/includes/templates/Nasheeds/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 /var/www/html/store/includes/templates/Nasheeds/templates/tpl_modules_xsell_products.php on line 17

    Warning: main(): Failed opening 'includes/modules/xsell_products.php' for inclusion (include_path='.:/php/includes:/usr/share/php:/usr/share/pear') in /var/www/html/store/includes/templates/Nasheeds/templates/tpl_modules_xsell_products.php on line 17

    Admin side i can configure how many X-sell products i want + select them

    it is now to look all of the incuded files in the mod inside for xsell.php to xsell_products.php or
    i will look at it tonight and post it then.

    simon

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

    Default Re: Cross Sell

    Quote Originally Posted by meemster
    this is the warning i get on each product page:

    Warning: main(includes/modules/xsell_products.php): failed to open stream: No such file or directory in /var/www/html/store/includes/templates/Nasheeds/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 /var/www/html/store/includes/templates/Nasheeds/templates/tpl_modules_xsell_products.php on line 17

    Warning: main(): Failed opening 'includes/modules/xsell_products.php' for inclusion (include_path='.:/php/includes:/usr/share/php:/usr/share/pear') in /var/www/html/store/includes/templates/Nasheeds/templates/tpl_modules_xsell_products.php on line 17

    Admin side i can configure how many X-sell products i want + select them
    did you upload the following:
    /includes/templates/YOUR_TEMPLATE/templates/SAMPLE_ADDITION_TO_tpl_product_info_display_TEMPLATE_FILE.php
    /includes/languages/english/YOUR_TEMPLATE/SAMPLE_ADDITIONS_TO_product_info_LANGUAGE_FILE.php

    if so remove them. this may do it?

    if not uninstall all of xsell by removing all files and undoing all modified lines by follwing the install.txt step by step.

    then do the following:

    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

    5) EXCEPT for the following:
    /includes/templates/YOUR_TEMPLATE/templates/SAMPLE_ADDITION_TO_tpl_product_info_display_TEMPLATE_FILE.php
    /includes/languages/english/YOUR_TEMPLATE/SAMPLE_ADDITIONS_TO_product_info_LANGUAGE_FILE.php
    If you upload these example files, you may encounter template error messages due to the way overrides grab files.


    now need to do anythink with D/B that should be ok.

    simon

  6. #46
    Join Date
    Jan 2006
    Location
    Slovenia
    Posts
    30
    Plugin Contributions
    0

    Default Re: Cross Sell

    Hello,

    i have succesfully installed this mod and it's ok, but i would like to have it displayed as a side box with at least 3 rows/products.
    Does anyone know show to set it up like a side box which would only be show on product info page if there was any cross sell products active.

    Thanks for you help?

  7. #47
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Cross Sell

    There is a link in the stick thread named "Contribution Key" that goes to a cross sell sidebox mod. However, I was unable to get it work on my 1.3., but others have been successful.

  8. #48
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Cross Sell

    Installing CrossSell posted in Downloads area on fresh 1.3.0.2 shop (PHP 4.4.2 and MySQL 4.1.19-standard)

    Besides the three required repairs:

    1. RENAME /admin/xsell.php
    TO
    /admin/xsell_products.php

    2. RENAME /admin/includes/languages/english/xsell.php
    TO
    /admin/includes/languages/english/xsell_products.php

    3. EDIT /admin/includes/extra_datafiles/xsell_definitions.php
    change this: define('FILENAME_XSELL_PRODUCTS', 'xsell.php');
    TO
    define('FILENAME_XSELL_PRODUCTS', 'xsell_products.php');


    I'm also observing error when running the last sql statement in products_xsell.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?
    Default: false', 18, 72, 'zen_cfg_select_option(array('true','false'), ', now());
    Error report is:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'true','false'), ', now())' at line 1
    in:

    [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?
    Default: false', 18, 72, 'zen_cfg_select_option(array('true','false'), ', now());]
    I'm staring cross-eyed and cannot locate the issue.

    OK I tried this below and it works....

    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?
    Default: false', 18, 72, 'zen_cfg_select_option(array("true","false")', now());
    Unsure of the author whom uploaded the latest version CrossSell. Could someone be kind enough to apply the above fixes to the CrossSell package in the Zen Cart download area? Again these fixes were only tested on v.1.3.0.2. Thanks.

    Woody
    Last edited by Woodymon; 28 Jul 2006 at 11:55 AM.

  9. #49
    Join Date
    Aug 2005
    Posts
    202
    Plugin Contributions
    0

    Re: Cross Sell

    Quote Originally Posted by Woodymon
    1. RENAME /admin/xsell.php
    TO
    /admin/xsell_products.php

    2. RENAME /admin/includes/languages/english/xsell.php
    TO
    /admin/includes/languages/english/xsell_products.php

    3. EDIT /admin/includes/extra_datafiles/xsell_definitions.php
    change this: define('FILENAME_XSELL_PRODUCTS', 'xsell.php');
    TO
    define('FILENAME_XSELL_PRODUCTS', 'xsell_products.php');

    Woody
    Woody can you explain me why this rename ?
    i cannot see a good reason beside the fact to better name the file ....
    have this mode on my site and never do this change
    everything is working great
    Last edited by Zapisto; 28 Jul 2006 at 01:14 PM.

  10. #50
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Cross Sell

    Quote Originally Posted by Zapisto
    can you explain me why this rename ?
    I have not treaded through the code so I am unable to tell you why. The call to the admin page filename was not working before the define change. When I changed it worked fine.

 

 
Page 5 of 14 FirstFirst ... 34567 ... 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