Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 72
  1. #21
    Join Date
    Oct 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cross-Sell Advanced!

    Hello,

    Thanks for the help...

    I fixed this by editing the database directly in MySQL. Never did figure out the problem.

  2. #22
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Cross-Sell Advanced!

    Quote Originally Posted by Phid View Post
    Say, what would be the point of having both X-sells on at the same time?
    I personally need both because some of my items have the same model number. The item titles are different though. But since Cross Sell Advanced looks the item up by model number, some of my products do not show up because there are several with the same model number. Had I known about Cross Sell Advanced from the beginning, I would've made sure they all had different model numbers because now I have to bounce back and forth between the regular version and the advanced version.


  3. #23
    Join Date
    Nov 2003
    Location
    Haarlem | Netherlands
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Cross-Sell Advanced!

    Thanks a lot for this contribution

    I would like to have add to cart buttons on the cross sell products though, and I am wondering if somebody already has done that (hoping to save me some time ;-) ).

  4. #24
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Cross-Sell Advanced!

    Quote Originally Posted by paulm View Post
    Thanks a lot for this contribution

    I would like to have add to cart buttons on the cross sell products though, and I am wondering if somebody already has done that (hoping to save me some time ;-) ).
    That would be fantastic. I never thought about that. Duh!

  5. #25
    Join Date
    Nov 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Cross-Sell Advanced!

    Parse error: syntax error, unexpected T_STRING in /home/airinfan/public_html/catalog/includes/languages/english/airinfan/product_info.php on line 1

    this is what i'm getting when i try to view an item, after i've linked it with another item.

    define('TEXT_XSELL_PRODUCTS', 'We Also Recommend :');

    is there a syntax error in this line that would cause this problem?

  6. #26
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Cross-Sell Advanced!

    Sounds like space(s) or blank line(s) before the <?php of that file ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #27
    Join Date
    Nov 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Cross-Sell Advanced!

    no such luck. there are no spaces or lines before that.

  8. #28
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Cross-Sell Advanced!

    What is on the first 10 lines?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #29
    Join Date
    Nov 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Cross-Sell Advanced!

    <?php

    /**

    * @package languageDefines

    * @copyright Copyright 2003-2006 Zen Cart Development Team

    * @copyright Portions Copyright 2003 osCommerce

    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

    * @version $Id: product_info.php 3159 2006-03-11 01:35:04Z drbyte $

    */



    define('TEXT_PRODUCT_NOT_FOUND', 'Sorry, the product was not found.');

    define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');

    define('TEXT_MORE_INFORMATION', 'For more information, please visit this product\'s <a href="%s" target="_blank">webpage</a>.');

    define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');

    define('TEXT_DATE_AVAILABLE', 'This product will be in stock on %s.');

    define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased...');

    define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');

    define('TEXT_PRODUCT_MANUFACTURER', 'Manufactured by: ');

    define('TEXT_PRODUCT_WEIGHT', 'Shipping Weight: ');

    define('TEXT_PRODUCT_QUANTITY', ' Units in Stock');

    define('TEXT_PRODUCT_MODEL', 'Model: ');







    // previous next product

    define('PREV_NEXT_PRODUCT', 'Product ');

    define('PREV_NEXT_FROM', ' from ');

    define('IMAGE_BUTTON_PREVIOUS','Previous Item');

    define('IMAGE_BUTTON_NEXT','Next Item');

    define('IMAGE_BUTTON_RETURN_TO_PRODUCT_LIST','Back to Product List');



    // missing products

    //define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

    //define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');

    //define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');



    define('TEXT_ATTRIBUTES_PRICE_WAS',' [was: ');

    define('TEXT_ATTRIBUTE_IS_FREE',' now is: Free]');

    define('TEXT_ONETIME_CHARGE_SYMBOL', ' *');

    define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');

    define('TEXT_ATTRIBUTES_QTY_PRICE_HELP_LINK','Quantity Discounts Available');

    define('ATTRIBUTES_QTY_PRICE_SYMBOL', zen_image(DIR_WS_TEMPLATE_ICONS . 'icon_status_green.gif', TEXT_ATTRIBUTES_QTY_PRICE_HELP_LINK, 10, 10) . '&nbsp;');

    ?>

    that's the entire product_info.php file. it works fine as is, but when i add that one line it gives me that error when i try to view an item.

  10. #30
    Join Date
    Nov 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Cross-Sell Advanced!

    also when i try to add the third part of the sql file through the sql patcher it fails. but it seems like that third paragraph is not necessary for x-sell to work?

 

 
Page 3 of 8 FirstFirst 12345 ... LastLast

Similar Threads

  1. Cross Sell Plus Advanced Sell Combo
    By Limitless in forum All Other Contributions/Addons
    Replies: 40
    Last Post: 13 Aug 2017, 06:26 AM
  2. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  3. Advanced Cross Sell
    By NWCE in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 3 Jan 2010, 11:05 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 Advanced
    By voltage in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 14 Aug 2007, 02:37 PM

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