Page 11 of 24 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 240
  1. #101
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by mydanilo View Post
    willie bee:
    Did you check if this step was done right?

    Using your favorite Text Editor, add the following code to the bottom of includes\templates\YOUR_TEMPLATE\templates\tpl_shopping_cart_default.php immediately above the last </div> tag.

    <!-- bof Ultimate Cross Sell Combo -->
    <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CART_UPSELL)); ?>
    <?php require($template->get_template_dir('tpl_modules_also_purchased.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_also_purchased.php'); ?>
    <!-- eof Ultimate Cross Sell Combo -->

    You could test if the problem is with this file by just deleting it from your template folder and see it the error goes away. If yes, I suspect you have a mistake in the code above.
    Yes sir I sure did.

  2. #102
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by kamelion0927 View Post
    Footers and sideboxes usually disappear when there is some kind of code error - and with this mod, it's probably because the cross sell mod code is being put within the shopping cart form.

    Check your debugging utility errors (in shop/cache). You can usually find out about where the error is there.
    Well I added the item and went to the shopping cart and then went the debug file and this is what it says

    httpdocs/includes/classes/bmz_image_handler.class.php on line 655

    line 655
    $ok = imagejpeg($image, $dest_name, $quality);

    TIA

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

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by mydanilo View Post
    I just finished upgrading to 1.3.9h and consider switching from Cross Sell - Just Another Cross Sell Mod to this Ultimate Cross Sell.

    I've tried to just modify the said files and upload all the stuff. Admin would just be blank after ftp all files. Removed them all and all is good again. So there are conflicts if previously Cross Sell - Just Another Cross Sell Mod was installed. What would be the correct procedure? I suspect all Cross Sell - Just Another Cross Sell Mod files need to be removed. Just don't want to loose all cross sells that are in place now.

    I have had also cart_upsell installed. How does this mod handle the previous versions? Does everything have to be removed before installing this one?
    Still no success with this. Trying now to uninstall cross_sell__just_another_cross_sell_mod_rev186 but can not find proper uninstall instructions. Did anybody convert from this one as well? I'd love to learn how...
    Live and learn... the Zen way.

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

    Default Re: Ultimate Cross Sell for Zen Cart

    Going nuts! Removed all files of the old mod and uploaded this one. >>>> blank admin

    What is going on?
    Live and learn... the Zen way.

  5. #105
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Another thought... can somebody confirm that this mod will work while the module manager mod is still installed? I can't take it off as I use Simple SEO.
    Live and learn... the Zen way.

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

    Default Re: Ultimate Cross Sell for Zen Cart

    OK as I seem to talk to myself, I found a workaround for the time being.

    I keep cross_sell__just_another_cross_sell_mod_rev186 installed and just added the older Cart Upsell/CrossSell on Shopping-Cart Page mod back into my new 1.3.9h install.
    http://www.zen-cart.com/index.php?ma...roducts_id=283

    Looking at the files, there should be no major draw back using these two mods instead the Ultimate here.... at least I have now cross sell and upsell functioning. Still, I would be very interested to learn how to migrate to this Ultimate version.
    Live and learn... the Zen way.

  7. #107
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by willie bee View Post
    well i added the item and went to the shopping cart and then went the debug file and this is what it says

    httpdocs/includes/classes/bmz_image_handler.class.php on line 655

    line 655
    $ok = imagejpeg($image, $dest_name, $quality);

    tia
    ne1?

  8. #108
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Ok I'm just frustrated at the lack of responses and I understand. It's a free mod and a volunteer thing. No biggie.
    Is it pretty safe to just delete the copied files? But it runs a script to add/modify the database. Can the author at least show some instructions to properly clean up the database so I can remove this?

    TIA.

  9. #109
    Join Date
    Jun 2008
    Location
    Osprey, Florida
    Posts
    151
    Plugin Contributions
    14

    Default Re: Ultimate Cross Sell for Zen Cart

    I'm sorry Ultimate Cross Sell for Zen Cart has not worked for you. I hope I'm able to help.

    As per step posts #9 and #10 of this thread, you must remove all previous cross sell mods to include but not limited to: Cross Sell, Cross Sell - Just Another Cross Sell Mod, Cross Sell Advanced, and/or Multi Cross Sell. To be on the safe side, I would also remove Cart Upsell/CrossSell on Shopping-Cart Page and xsell sidebox. You also have to clean (re-modify) any files that needed any kind of modification for those mods to work properly.

    i.e. If you modified tpl_product_info.php in order to install Cross Sell, that code that was added needs also to be removed. Not doing so will create an error on that file causing for everything below that code not to be displayed, to include the right column and the footer.

    It would also be helpful if you could post the message from the most updated cache/myDEBUG-xxxxxxxx-xxxxx.log file.

  10. #110
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by ultimate_zc View Post
    I'm sorry Ultimate Cross Sell for Zen Cart has not worked for you. I hope I'm able to help.

    As per step posts #9 and #10 of this thread, you must remove all previous cross sell mods to include but not limited to: Cross Sell, Cross Sell - Just Another Cross Sell Mod, Cross Sell Advanced, and/or Multi Cross Sell. To be on the safe side, I would also remove Cart Upsell/CrossSell on Shopping-Cart Page and xsell sidebox. You also have to clean (re-modify) any files that needed any kind of modification for those mods to work properly.

    i.e. If you modified tpl_product_info.php in order to install Cross Sell, that code that was added needs also to be removed. Not doing so will create an error on that file causing for everything below that code not to be displayed, to include the right column and the footer.

    It would also be helpful if you could post the message from the most updated cache/myDEBUG-xxxxxxxx-xxxxx.log file.
    Thanks I don't have any other cross sell modules. I also did post up the error log and in my other post I posted up the error that shows up on the screen. It is some database error message about an illegal character being used.

    Thanks again.

 

 
Page 11 of 24 FirstFirst ... 91011121321 ... 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. 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
  4. Just another Cross-Sell mod (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 702
    Last Post: 3 Nov 2012, 04:30 AM
  5. v139h Ultimate Cross Sell Scalability
    By chuckd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 May 2012, 10:41 PM

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