Can you replicate the problem using the Twenty Eleven theme with all other plugins deactivated?
Hi esmi,
Thanks for the response. Would there be a way of testing this without disrupting the live site? Making a copy for example, if so could you point me in the way of the procedure to do this please,
thanks
Ali
You could set up a test install on the same server.
Anonymous User
(@anonymized-3085)
also, try clearing your cookies for that site as that has been known to be the cause of this.
As there has not been an update to this topic for a while, I can only assume that the issue has now been resolved and I am now marking it as such. If this is incorrect, please feel free to change the topic’s status and/or post a followup.
Hi,
I have changed the topic status.
I’ve tested the site with all other plug ins deactivated and using the standard twenty 10 theme. I still have the same issue. I am currently waiting for my client to supply paypal details so that I can check everything is OK that end before coming back to you.
Thanks
Ali
Anonymous User
(@anonymized-3085)
Try setting the filter eshop_use_cookie to false:
add_filter('eshop_use_cookie', 'myeshopcookie');
function myeshopcookie($v){
return false;
}
Hi
Thanks for that,
sorry for being ignorant, but should this go in checkout.php? of functions.php or somewhere else
thanks
It should be added to your theme’s functions.php file.
thanks,
I have tried this and I am still getting the same results: The checkout page is showing the total calculated with shipping, but when arriving at the paypal page, no shipping is taken into account.
i have looked at the post data being sent, and the ‘amount’ value is showing 22.19 – which is the total and shipping, the ‘amount_1’ is being sent as 18.99 which is the incorrect value being shown as the total when you arrive at the paypal site.
I hop that information helps
thanks
Ali
Anonymous User
(@anonymized-3085)
This is the first time you have mentioned shipping in this thread!
Go to paypal, and amend the shipping settings there as they are causing the shipping info sent by eShop to be ignored.
ah sorry , I think i was posting from another thread I’m having issues, with
apologies
I contacted the server people regarding the original problem, and they figured out it was a ‘501’ error? They did something their end and sorted the problem out.
sorry about the confusion and thanks for the paypal info,I’ll give that a go.