Jump to content

CC 3.0.11 Upgrade and Buy Button issue?


Guest

Recommended Posts

Hello!

I just manual went through updating my site from CC3.0.10 to the new CC3.0.11 ... After getting through everything, I did a ton of testing.

Two issues I found were:

-------------------------------------------------

File: includes\boxes\shoppingCart.inc.php

Adding these lines:

	// prevents refresh adding extras to the basket

	header("Location: index.php?act=viewProd&productId=".$_POST['add']);

	exit;


What I found was that now, if a customer would click on the 'BUY' button ... It would add 1 item into the cart, and also go directly to the 'MORE' view for the product.



If I removed those lines added into the shoppingCart.inc.php, then my 'BUY' button would add 1 item into the cart and that's it (Which is the way it worked before and also how I liked it.).

-------------------------------------------------



next I had a problem with the USPS module:



-------------------------------------------------

File: modules\shipping\USPS\class.usps.php 

Changing:


$USPSURL = "http://production.shippingapis.com/ShippingAPI.dll";


to


$USPSURL = "https://secure.shippingapis.com/ShippingAPI.dll";

nows fails and gives an error stating something about user name and password is not good, contact USPS, blah blah..

I changed it back to the original 3.0.10 version and it works fine again.

--------------------------------------------------

Any thoughts on these issues?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...