Skip to content
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

Closed
comede opened this issue Aug 13, 2014 · 5 comments
Closed
Labels
Milestone

Comments

@comede
Copy link

comede commented Aug 13, 2014

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

@aschempp
Copy link
Member

I don't understand what you mean. Payment and shipping must be enabled if you have shipped items that have a price.

@comede
Copy link
Author

comede commented Aug 14, 2014

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).

@aschempp aschempp added this to the x.x.x milestone Aug 19, 2014
@matzke
Copy link

matzke commented Sep 7, 2015

+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".

@aschempp
Copy link
Member

Added in upcoming Isotope 2.4

@matzke
Copy link

matzke commented Dec 1, 2015

nice. thankx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants