- Posts: 22
- Thank you received: 0
Having some issue with shipping (I Guess)
First of all I want to say how much I love your product. I am currently working on a site for one of my customer and for some reason I am stuck at checkout.
I already got him to registered with ups and he sent me all the info and it's already on the Hika's UPS shipping method and he will be using paypal and that's all set too.
What am I doing wrong.
P.s: As a test I tried a manual shipping method and I was able to get it to work.
Thank You
Please Log in or Create an account to join the conversation.
If the checkout is stuck, you need to look at the FAQ there: www.hikashop.com/support/documentation/i...ins-listing.html#faq
There is something in your confirmation which forbids HikaShop to confirm the order because something is missing (payment or shipping).
Please Log in or Create an account to join the conversation.
I checked the FAQ but it seems everything is in order and most of the FAQ is talking about manual shipping in which I am not using, all I am using right now is UPS.
If I remove ups and add manual shipping everything works fine but not UPS.
Thank You
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
But on top I am getting this error, Please configure your payment methods, No payment methods found.
On the ups shipping method, I am still a little confused about the approximation field,
Please Log in or Create an account to join the conversation.
If not, then it means that you didn't configure the paypal plugin correctly. You should check in the FAQ above for payment methods issues on the checkout.
The approximation field allow you to give to UPS modified weight and dimensions.
For example, if your product weight 100g but that with the packaging it weights 150g, you would have to multiply the weight by 1.5
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
First of all I want to let you know how much I want to appreciate your help.
Something really weird is happening, I can't seem to remove or deselect the shipping method under paypal payment method, whenever I try once I saved it, it gets back there again, and another one that's showing there even after it has been uninstalled is the usps shipping method.
I attached both my shipping and payment method screen image, maybe you might find something there that's our of place.
Thank You
Please Log in or Create an account to join the conversation.
Could you change the code:
if(!empty($element->payment_shipping_methods) && is_array($element->payment_shipping_methods)){
to:
if(isset($element->payment_shipping_methods) && is_array($element->payment_shipping_methods)){
in the file administrator/components/com_hikashop/classes/payment.php and then try again to deselect that option ?
Please Log in or Create an account to join the conversation.
Thank you thank you
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.