- Posts: 12
- Thank you received: 0
Skip payment method if foreign customer
10 years 1 month ago #246759
by glemon
Skip payment method if foreign customer was created by glemon
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 2.5.25
If foreign customer, I have to calculate shipping cost manually and I dont want the customer to pay via the webshop.
Today, the customer has to click through all steps (shipping and payment), and choose shipment method and payment method, even if they only have one choice.
Is there a way to skip this for defined customer-group?
Or skip just one of the steps, for example skip the payment step if a specific shipping method is choosen?
My workflow; login etc -> Shipment method -> payment method -> confirm
-- Joomla version -- : 2.5.25
If foreign customer, I have to calculate shipping cost manually and I dont want the customer to pay via the webshop.
Today, the customer has to click through all steps (shipping and payment), and choose shipment method and payment method, even if they only have one choice.
Is there a way to skip this for defined customer-group?
Or skip just one of the steps, for example skip the payment step if a specific shipping method is choosen?
My workflow; login etc -> Shipment method -> payment method -> confirm
Please Log in or Create an account to join the conversation.
10 years 1 month ago #246767
by nicolas
Replied by nicolas on topic Skip payment method if foreign customer
Hi,
There is no option for now to have different workflows for the checkout for different user groups.
We're currently working on HikaShop, will will have a new checkout system which will be able to handle different workflows so it will be easier to do that.
For now, it would require modifying the views involved to auto submit themselves or skip the steps based on your criterias.
If you're a developer you can edit the files of the view "checkout" (for example, the "step" one is interesting as it controls the display of the views) via the menu Display>Views and add custom code to handle that.
Otherwise, I would recommend to contact a developer so that he can help you with that customization.
In that case, you could potentially contact our partners:
www.hikashop.com/home/our-partners.html
There is no option for now to have different workflows for the checkout for different user groups.
We're currently working on HikaShop, will will have a new checkout system which will be able to handle different workflows so it will be easier to do that.
For now, it would require modifying the views involved to auto submit themselves or skip the steps based on your criterias.
If you're a developer you can edit the files of the view "checkout" (for example, the "step" one is interesting as it controls the display of the views) via the menu Display>Views and add custom code to handle that.
Otherwise, I would recommend to contact a developer so that he can help you with that customization.
In that case, you could potentially contact our partners:
www.hikashop.com/home/our-partners.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds