loader at checkout form
-
In the master brance, at the checkout form, this loading is implemented as new fix, which is nice, can i get that PR so that i can put it in my existing project?
-
@Rahul74
Ya sure, you can get this feature from this PR https://github.com/bagisto/bagisto/pull/3271 -
@Vaishali-Agarwal when this master will release as stable ?
-
@Rahul74 coz in this master version, some old features are not working which are working in version 1.1.2
-
@Rahul74
We are trying to release asap, hopefully by this month.It will be really helpful if you could report us the feature which are not working in master and working on 1.1.2
-
@Vaishali-Agarwal these image uploading is not working
-
@Rahul74
It's working fine. https://prnt.sc/tnu7sp make sure you have set the correct APP_URL in .env file and then run php artisan config:cache -
@Vaishali-Agarwal is it in the master branch?
-
@Vaishali-Agarwal For configurable product, as low as price showing 0, its the master version, can u plz check if i'm wrong or right??
-
@Rahul74 This seems by design. Reason is that the base product you had configured must be having $0 price. And when you see the child products, you will only see the Sell Price.
-
@AshJi there is no price option in base product
-
@AshJi where is that option to set the base price?
-
@Rahul74 said in loader at checkout form:
@Vaishali-Agarwal For configurable product, as low as price showing 0, its the master version, can u plz check if i'm wrong or right??
-
@Rahul74
Yes, for configurable product price(base product) is $0 , it's an bug and already reported here https://github.com/bagisto/bagisto/issues/3558 , which is fixed and ready to be merge. -
@Vaishali-Agarwal will u plz share me its PR as soon as its fixed? thank u
-
-
@Vaishali-Agarwal thank u so much.
-
@Vaishali-Agarwal one more thing i couldn't able to do is in the checkout form, the last name is required, i want to remove the last name, can u help how to do it?
-
@Rahul74
removing the last name will take a lot of code to be change, instead of this you can also set Last_Name field to be non-required fields, so if user can proceed with adding the lastname -
@Vaishali-Agarwal Hi can u tell me what thise rich snippets are for ?