Hi
CybaGurl, $300 shouldn't be an issue... By large price I was thinking more around the $10,000 mark... It might be an idea to create a product around that price to test then delete it
It's very strange that you should have had the 'Status returned' error in V1 as that part of the script was never present in V1; V1 used the client machine to 'read' the page and manipulate the values it found whereas V2 picks up the user choices and sends the data to a server-side routine to take care of the heavy lifting... V2 is much more accurate because it uses the native code in a virtual cart environment... When you get a 'not found' status it means the Ajax request failed as the server returned a 404 error (file not found) when requesting the calculation, which is why for that particular error it's easier to see the site in action
GoldBuckle, if you open up /includes/modules/pages/product_info/jscript_ajax_updater.php and edit line 15 like this:
Code:
define('DPU_SIDEBOX_ELEMENT_ID', 'whatsnew');
to
Code:
define('DPU_SIDEBOX_ELEMENT_ID', 'cartAdd');
That will force the sidebox to render just above the quantity box... There are 2 caveats here:
1. This is entirely and completely untested and could cause some entertaining issues (nothing permanent, just reverse the change)
2. This will cause a complete sidebox to be placed in the cart div... The sidebox that is generated can be manipulated by standard CSS, however
HTH
Dan
Bookmarks