-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define defaults for shipping and billing and don't ask for them in checkout #1217
Comments
I don't understand what you mean. Payment and shipping must be enabled if you have shipped items that have a price. |
It is for an company internal shop. Shipping is for free and the item prices is for internal accounting only. I don't want the user to confirm 2 steps where he has no choice but i want the shop to use the defined standard-shipping and standard-payment (Cash). |
+1 If I have a single payment option (eg "cash") the step for choosing the single radio button option could be skipped. In https://github.com/isotope/core/blob/master/system/modules/isotope/library/Isotope/CheckoutStep/PaymentMethod.php#L114 it is already mentioned ("If there is only one payment method, mark it as selected by default") should become "if there is only one payment method, skip this step". |
Added in upcoming Isotope 2.4 |
nice. thankx. |
I can deactivate payment and billing in the checkout-config. But then no shipping and billing method is choosen. That's causing trouble with notifications triggered by a sucessfull payment.
It would be nice if I could define defaults in backend or config and wouldn't be forced to ask the user for these steps where he has no choice.
Iso 2.1.3
Contao 3.2.13
The text was updated successfully, but these errors were encountered: