Page 36 of 71 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 703
  1. #351
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

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

    [05-Dec-2008 10:44:40] PHP Parse error: syntax error, unexpected T_STRING in /home/xxxx/public_html/includes/languages/english/xxxx/product_info.php on line 1
    Live and learn... the Zen way.

  2. #352
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    Quote Originally Posted by mydanilo View Post
    [05-Dec-2008 10:44:40] PHP Parse error: syntax error, unexpected T_STRING in /home/xxxx/public_html/includes/languages/english/xxxx/product_info.php on line 1
    Then you should look at that file, on that line and see what going on?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #353
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

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

    This is the file I am uploading:

    <?php

    /**

    * @package languageDefines

    * @copyright Copyright 2003-2007 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 6371 2007-05-25 19:55:59Z ajeh $

    */



    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;');



    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');

    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');

    define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');

    define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');

    define('TEXT_XSELL_PRODUCTS', 'Related Products');

    ?>
    Live and learn... the Zen way.

  4. #354
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

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

    After I ftp the file to my server and edit it, it seems to have everything on just one line.

    Don't know what is happening to it when I try to upload.
    Live and learn... the Zen way.

  5. #355
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    Quote Originally Posted by mydanilo View Post
    After I ftp the file to my server and edit it, it seems to have everything on just one line.

    Don't know what is happening to it when I try to upload.
    Probably something is wrong with your ftp client if everything is stuffed into 1 line. That may be the root of the blank page problem you are having.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #356
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

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

    I use filezilla and have never seen this.

    So I upload the file and it seems to change to put everything on just one line. This seems to cause the problem. So I edited the version now on my server and manually put all the code in it with copy paste from the local file that I just posted above. Save it and voila, now it works.

    How can this happen? This is very strange. Uploading changing the content of the file????
    Live and learn... the Zen way.

  7. #357
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

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

    All other files from your mod that I uploaded do just fine. Just this one is a problem. Strange.
    Live and learn... the Zen way.

  8. #358
    Join Date
    Aug 2008
    Location
    Cornwall, UK
    Posts
    20
    Plugin Contributions
    0

    Default Just another Cross-Sell mod (support thread)

    Hi, Can anybody please tell me how to delete an item from xsell? when I click on advanced xsell, then list all xsells, then the delete against the item I want to delete, I just get a message saying 0 cross sell(s) cleaned up?
    any help would be great, thanks

  9. #359
    Join Date
    Aug 2007
    Posts
    5
    Plugin Contributions
    0

    Idea or Suggestion Cross Sell Enabled for Shopping Cart

    I made some small changes to the Cross Sell Advanced module so that I could use it on a shopping cart as well. I bundled it back up and have put in on my server at Abound Marketing. Please download it and check it out. Perhaps it can be released as a new version.

    The shopping cart displays any cross sold items related to products in your cart until you add them to your cart.

    http://www.aboundmarketing.com/opens...od_rev1851.zip

    I've never contributed to the Zen Cart project before, so I'm ignorant of correct protocol. I hope, however, that someone else finds this modification useful.

  10. #360
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Cross Sell Enabled for Shopping Cart

    Quote Originally Posted by designde View Post
    I made some small changes to the Cross Sell Advanced module so that I could use it on a shopping cart as well. I bundled it back up and have put in on my server at Abound Marketing. Please download it and check it out. Perhaps it can be released as a new version.

    The shopping cart displays any cross sold items related to products in your cart until you add them to your cart.

    http://www.aboundmarketing.com/opens...od_rev1851.zip

    I've never contributed to the Zen Cart project before, so I'm ignorant of correct protocol. I hope, however, that someone else finds this modification useful.
    Can we see it in action? Im still confused about the feature you described. And of course I will put this into the new version with all credits go to you if other users also think it's a useful feature to have.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 
Page 36 of 71 FirstFirst ... 26343536373846 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 162
    Last Post: 28 Jan 2025, 01:37 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

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