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:
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"');
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.
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