kuroi
Thanks for the response. Of course you are right, I may be wrongly assigning the blame to sba, and I had failed to understand that the version was 1.3.7 specific, but is it possible/likely that a file that is NOT included in the sba mod, but which IS included in the 1.3.7.1 update is causing this problem?
The add-to-cart button for a product with attributes appears to be dead: the cursor does not change to a hand, and the button is not clickable, but the 'quantity' box directly above the add-to-cart button IS editable.
BTW I have found a significant difference earlier in the html pages' output from my store, which be relevant.
If I examine the entire source for a page for a product which has no attributes I find this piece of html:
<!--bof Form start-->
<form name="cart_quantity" action="http://www.hohose.exphoster.com/store/bbb001-p-242.html?action=add_product" method="post" enctype="multipart/form-data">
<!--eof Form start-->
The 'same' snippet of code for a page for a product WITH attributes (but, obviously, for a different product) is:
<!--bof Form start-->
<form name="cart_quantity" action="http://www.hohose.exphoster.com/store/babette-micromesh-p-230.html?action=add_product&number_of_uploads=0" method="post" enctype="multipart/form-data">
<!--eof Form start-->
I have no downloadable products, and AFAIK I have disallowed uploads/downloads in my admin, but the file with attributes appears to make a reference to uploads, even though, presumably, there shouldn't be any such reference!!
BTW by asking WinMerge to compare the full files of 1.3.7.1 unmodified, and those contained in the most recent version of sba (in the downloads section of ZC), the following files differ:
admin/includes/stylesheet.css - the difference is that the sba 'version' makes a call to makes a call to import the stock_attributes.css, otherwise files are identical
admin/orders.php - the sba version adds two lines of code, otherwise files are identical
includes/classes/order.php - apart from various lines added by sba, there are four lines which differ; i.e. 912; 915; 918; & 956
includes/functions/functions_lookups.php all changes are made by sba, otherwise files are identical
includes/modules/pages/checkout_shipping/header_php.php additional code by sba, otherwise files are identical
includes/modules/pages/shopping_cart/header_php.php there are five additional lines in the sba file at approx line 71/72, but these same lines are to be found at line 111; line 106 of the 1.3.7.1 differs from line 113 of the sba version; other than that there are additional lines in the sba version.
By comparing the 1.3.7 and the 1.3.7.1 full filesets, I find the following differences:
admin/includes/stylesheet.css - - the files are identical
admin/orders.php - lines 457 and 813 differ.
includes/classes/order.php - lines 912; 915; 918; & 956 differ.
includes/functions/functions_lookups.php files are identical
includes/modules/pages/checkout_shipping/header_php.php files are identical
includes/modules/pages/shopping_cart/header_php.php line 106 differs
It seems to me, therefore, if the difference between the two versions is causing the problems, the culprit(s) MAY POSSIBLY lie in the elements defined in red, above. Unfortunatlely that gets me no further forward, because I wouldn't know how to fix these, unless, of course reverting to original 1.3.7 version has no consequences other than fixing my problem!!
BTW: My store can be found here
Any ideas, suggestions or help, please??