You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
If choosing 'store pickup', the billing address form is hidden.
This seems to resolve to false (or not set): Yii::app()->shoppingcart->shipping->isStorePickup
Causing the 'invisible' class to hide the form.
In previous versions, this seemed to be fixed by setting 'Only allow this carrier to' to 'everywhere' - but now I can't get the form to show (except by removing the conditional altogether)
Any insights?
webstore 3.2.9
If choosing 'store pickup', the billing address form is hidden.
This seems to resolve to false (or not set): Yii::app()->shoppingcart->shipping->isStorePickup
Causing the 'invisible' class to hide the form.
In previous versions, this seemed to be fixed by setting 'Only allow this carrier to' to 'everywhere' - but now I can't get the form to show (except by removing the conditional altogether)
Any insights?