Results 1 to 10 of 169

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Posts
    440
    Plugin Contributions
    0

    Default Re: 1.5.6 Compatibility?

    Hi lat9,

    Thanks for you help and suggestion on searching my storefront files. I will definitely do this and post back.

    Thanks again,
    Jeff

  2. #2
    Join Date
    Oct 2009
    Posts
    440
    Plugin Contributions
    0

    Default Re: 1.5.6 Compatibility?

    Hi lat9,

    My apologies and thank you for you help......the module works perfectly!! After several hours of trying this and searching that, I tried installing the old Multi Cross Sell v 1.03 module from my zen cart v.1.5.5 into my test v.1.5.7 and it worked and displayed correctly. I did notice that it displayed duplicate product titles but the lower one was in bold.....so it got me to thinking.

    As I had not installed the images onto my v.1.5.7 test site (folder way to large with over 2300 products) I wondered if what I was seeing on my test site with your module installed with simply duplicate product titles as one is the displaying title and one was for the Image-Alt function. I removed the Multi Cross Sell and re-installed your Cross Sell Advanced II module and uploaded images for just one product into my test v.1.5.7 site. It worked!

    Once again, my apologies for not realizing this earlier......and thank you once again for your help.....it is much appreciated.

    Jeff

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: 1.5.6 Compatibility?

    Suggestion on next push - add the link to the template modification instructions to the text readme file (or perhaps delete it entirely so you don't have to maintain two copies).
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: 1.5.6 Compatibility?

    ZC 1.5.8 changes
    - change ./includes/modules/xsell/category_product_selection.php to call zen_draw_pulldown_products instead of zen_draw_products_pull_down.

    Otherwise works like a champ. Note that the old Related Products module no longer works with 1.5.8/PHP8 and will require significant updates.
    I am pointing people to this module instead.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: 1.5.6 Compatibility?

    Quote Originally Posted by swguy View Post
    ZC 1.5.8 changes
    - change ./includes/modules/xsell/category_product_selection.php to call zen_draw_pulldown_products instead of zen_draw_products_pull_down.

    Otherwise works like a champ. Note that the old Related Products module no longer works with 1.5.8/PHP8 and will require significant updates.
    I am pointing people to this module instead.
    I'd quite forgotten that I had this in GitHub! Was that function name changed from 157 to 158? Just trying to understand the "why" for the change.

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: 1.5.6 Compatibility?

    Yes, the function name was changed. I submitted a PR to your repo to fix.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: 1.5.6 Compatibility?

    Yep, saw the PR but didn't understand the why.

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: 1.5.6 Compatibility?

    Quote Originally Posted by swguy View Post
    Suggestion on next push - add the link to the template modification instructions to the text readme file (or perhaps delete it entirely so you don't have to maintain two copies).
    Done, now in v2.0.2 readme.html

    Quote Originally Posted by swguy View Post
    ZC 1.5.8 changes
    - change ./includes/modules/xsell/category_product_selection.php to call zen_draw_pulldown_products instead of zen_draw_products_pull_down.

    Otherwise works like a champ. Note that the old Related Products module no longer works with 1.5.8/PHP8 and will require significant updates.
    I am pointing people to this module instead.
    v2.0.2 of Cross Sell Advanced II is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2334

    This release provides integration with zc158; see GitHub issue #7 for additional information.

  9. #9
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: 1.5.6 Compatibility?

    Question about the help: you said

    Note: If your site is using the ZCA Bootstrap Template, don't forget to copy the file /includes/templates/bootstrap/templates/tpl_modules_xsell2_products.php to your "clone" of the template!

    Didn't you mean the other way around? Something like:

    Note: If your site is not using the ZCA Bootstrap Template, don't forget to copy the file /includes/templates/bootstrap/templates/tpl_modules_xsell2_products.php to your template!

    Or maybe:

    Note: If your site is using a clone of the ZCA Bootstrap Template, don't forget to copy the file /includes/templates/bootstrap/templates/tpl_modules_xsell2_products.php to your "clone" of the template!
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: 1.5.6 Compatibility?

    Quote Originally Posted by swguy View Post
    Question about the help: you said

    Note: If your site is using the ZCA Bootstrap Template, don't forget to copy the file /includes/templates/bootstrap/templates/tpl_modules_xsell2_products.php to your "clone" of the template!

    Didn't you mean the other way around? Something like:

    Note: If your site is not using the ZCA Bootstrap Template, don't forget to copy the file /includes/templates/bootstrap/templates/tpl_modules_xsell2_products.php to your template!

    Or maybe:

    Note: If your site is using a clone of the ZCA Bootstrap Template, don't forget to copy the file /includes/templates/bootstrap/templates/tpl_modules_xsell2_products.php to your "clone" of the template!
    The Or maybe: provides a clarification of what I intended.

 

 

Similar Threads

  1. Multi Cross Sell mod [Support thread]
    By gilby in forum All Other Contributions/Addons
    Replies: 475
    Last Post: 11 Apr 2020, 10:44 PM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  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. Cross Sell and Advanced Cross Sell Modules
    By fairway in forum Addon Templates
    Replies: 4
    Last Post: 8 Dec 2009, 08:44 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