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!
I think that I have fixed this issue on my site- except in one spot. The order confirmation page. I "think" that the line that need to be edited is...
echo zen_draw_form('fec_confirmation', $form_action_url, 'post', 'id="fec_confirmation" onsubmit="submitonce();"');
but I'm just not sure how to get that $request_type in there.
Any assistance would be appreciated!
FYI- the order actually went through and charged the customers card but she pushed cancel when the error came up. The order never posted in the admin.
Thanks
Nancy
What is the value of the:
$form_action_url
Example, on the checkout_confirmation header file it is set as:
Code:$form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
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!