- Posts: 86231
- Thank you received: 14224
Problems with the Shopping Cart
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.
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
www.hikashop.com/support/forum/3-bug-rep...t.html?lang=en#19226
The only thing is that you did the modification once in the file where the same code is several times in the file. So you should do it for all the occurrences (mainly in the function form where you did it only for the function invoice) and that will work.
Please Log in or Create an account to join the conversation.
I told you how to do. You should just do the modification I explained on that post:
www.hikashop.com/support/forum/3-bug-rep...t.html?lang=en#19226
The only thing is that you did the modification once in the file where the same code is several times in the file. So you should do it for all the occurrences (mainly in the function form where you did it only for the function invoice) and that will work.
I found out what I did wrong, there was two instances of:
if(!empty($order->order_payment_id)){
$pluginsPayment = hikashop::get('type.plugins');
$pluginsPayment->type='payment';
$this->assignRef('payment',$pluginsPayment);
I found the other one I didn't change, now the payment method is showing up. Thanks for all your help Nicolas, it is greatly appreciated!
Please Log in or Create an account to join the conversation.
I am in need of a bit of assistance, after updating to the newest version of Hikashop I can't seem to set it up like I had it. I removed payments from the checkout workflow, set the option in the config to "No" for Auto select default shipping and payment methods. Also set the config to "yes" for Payment of orders not paid immediately. However when I checkout it still redirects to PayPal (Only payment method client wants to use). I want to make them wait to checkout until we have double checked that the item(s) is still in our possession then apply the shipping charges and change the status of the order to payment pending. After they receive the updated invoice then they will be able to complete the transaction by going to there order(s) page and using the pay now button. That is how I had it setup before, can't figure out how to block it from redirecting them to PayPal immediately after placing their order(s).
Thank you for all your help.
Please Log in or Create an account to join the conversation.
You need to remove the payment view from the checkout workflow option of the checkout tab of the config.
If you are still redirected at the end of the checkout, it means that you still have the payment view in the checkout workflow option. That's the only possibility.
Please Log in or Create an account to join the conversation.