If they come to the shopping cart from a secure page and try to click any submit they will see warning as the page is secure but the submits are to non-secure ...
You can either change all submit buttons to use the current $request_type for secure and non-secure or endure that for when they happen to use that particular trail ...
These have been updated on the form tags to use the $request_type to help eliminate this issue ...
Example: on the tpl_product_info_display.php this line was changed to include the $request_type
in addition to other changes ...Code:<?php echo zen_draw_form('cart_quantity', zen_href_link(FILENAME_SHOPPING_CART, 'action=update_product', $request_type)); ?>
Sideboxes etc are also changed for this ...
Last edited by Ajeh; 6 May 2010 at 03:14 PM. Reason: fix filename reference tpl_product_info_display.php
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!]
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!
Hello,
Ok, I am having this same basic issue with my site www.ccrsport.com However this issue is with Internet Explorer, Fire Fox and Safari...maybe more, but those are the 3 that I've checked thus far. Basically a warning pops up when a customer clicks the "Checkout" button and continues on through the checkout process. I'm not sure how long this has been going on, but my massive loss of business the last couple of months lead me to begin looking into why customers were ditching their carts and not coming back. This security warning I believe is scaring many of them off, as they don't know what is going on! PLEASE HELP!!!
You still need to fix your manufacturers dropdown sidebox as that is a submit too ...![]()
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!]
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!
I'm breaking down and asking for help after many hours of trying to fix my "Firefox" SSL security warning. I have version 1.38 and am using the CSS Flyout Header 1.5 (but of course, I know this must be an operator (sic) error). I have read, re-read, and re-re-re-read this thread and am having no success. My primary concern is that it occurs when "Add to Cart" is clicked after the user has hit the SSL area and then clicks "Shop Now." If I could get this resolved, I wouldn't worry about any other such errors at this time.
Following the instructions in this thread, my file tpl_product_info_display.php has been modified to read:
Yet, even after clearing my cache, forcing a reload, etc., when the page displays, the source reads: <form name="multiple_products_cart_quantity" action="http://www.sensuoussoaps.com/index.php?main_page=index&cPath=1&sort=20a&action=multiple_products_ add_product" method="post" enctype="multipart/form-data"> and the warning continues.Code:echo zen_draw_form('multiple_products_cart_quantity', zen_href_link(FILENAME_PRODUCTS_ALL, zen_get_all_get_params(array('action')) . 'action=multiple_products_add_product', $request_type), 'post', 'enctype="multipart/form-data"');
So, there it is. I'm at a loss and have spent way too many hours trying to fix something that I'm clearly not seeing properly. I have an index.htm page in my www directory, so if anyone wants to see the issue in action, it's happening at www.sensuoussoaps.com/index.php. Much appreciation for any suggestions or pointers in the right direction in advance.
Lisa![]()
Last edited by Ajeh; 6 May 2010 at 03:15 PM. Reason: fix filename reference tpl_product_info_display.php
Is it the All Products that is giving you trouble or when navigating the categories?
If when navigating the categories, try changing the module products_listing.php instead ...
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!]
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!
That did it!
Linda, thank you many times over! Since I've only got one category populated.....well, there's just no way I would have EVER thought to look to the file you pointed out --- and that was where I made the change that resolved my problem.
Thanks again for your quick reply and assistance.
Lisa
You are most welcome ... glad that this was able to help ...![]()
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!]
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!