Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,009
    Plugin Contributions
    61

    Default 1.5.6c problem with BISN and wishlist add to cart

    Zen Cart 1.5.6C & PHP 7.3.9

    I saw other posts regarding this for the wishlist, but anything with a submit from the product info adds the product to the cart, including BISN. Anyone solved this yet?

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: 1.5.6c

    Be sure the forms are completely separate and non-overlapping.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: 1.5.6c

    ... or that the plugin uses an /extra_cart_actions module to check for its "special" button's click.

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,009
    Plugin Contributions
    61

    Default Re: 1.5.6c

    No overlap & no extra_cart_actions. No errors logged either.
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  5. #5
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: 1.5.6c

    Quote Originally Posted by mprough View Post
    Zen Cart 1.5.6C & PHP 7.3.9

    I saw other posts regarding this for the wishlist, but anything with a submit from the product info adds the product to the cart, including BISN. Anyone solved this yet?

    ~Melanie
    Yes.. forms are not over lapping or nested within each other as pointed out by @swguy. my product information form as required for the cart closes before the form for reviews start.. and handled within its own header page. Reviews write is a page loaded into product info and has its own form, handled by its page header... it could be handled by product info, but this makes it easier to upgraded.

    Code:
    </div> <!-- end of productBox form -->
    </form>
    
    <!-- bof info tabs -->
    *********************************
     <section id="section-2">
     <!-- bof product reviews -->
    
    <div class="content1">
    <?php
    /**
     * display the products page reviews
     */
     include($template->get_template_dir('/tpl_product_page_reviews_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_page_reviews_default.php'); ?>
    
    </div>
     <!-- eof product reviews -->
    </section>
    Dave
    Always forward thinking... Lost my mind!

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: 1.5.6c

    Dave, are you having this problem or not? Your post is a bit unclear to me.
    That Software Guy. My Store: Zen Cart Modifications
    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
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 1.5.6c

    Quote Originally Posted by mprough View Post
    anything with a submit from the product info adds the product to the cart, including BISN.
    Maybe I haven't had enough coffee yet and it should be obvious to me, but ... what's BISN?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: 1.5.6c

    Back In Stock Notification.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 1.5.6c

    On my mostly unaltered v156 dev site I can log in, then visit a product like You've Got Mail Linked, and click the "Yes, send me product notifications" button in the sidebox, and the page refreshes with the sidebox updated showing that I'm now watching that product, and when I click over to the cart page I don't see that product in the cart.

    Are you referring to a plugin, and not core code?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,009
    Plugin Contributions
    61

    Default Re: 1.5.6c

    Ok so, installed BISN & the wishlist. Both when clicked add the product to the cart. If it matters, direct to cart upon adding is off. Ask a question works fine, only submit functions seem to have the issues.
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Linking abandonned cart with wishlist?
    By CaroleAs in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Oct 2010, 01:00 PM
  2. Please help with attribute font and add to cart position problem
    By lgsd56 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Apr 2010, 03:50 AM
  3. Changed Order of Add to Cart Box and Attributes and now having a weird problem
    By sgallant in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Dec 2008, 07:26 PM
  4. Wishlist Add to Cart for Downloads
    By HinterWelt2 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 31 May 2007, 06:13 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