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
Magento2 Add custom Collect from Store button on detail page & pre-select the Pickup in store
Magento2 how to add a custom Collect from Store(Add to cart) button on product details page & when a user clicks on it & goes to checkout Pick up in store is pre-select.
Please make sure Pick up Instore is ON.
Installation Steps
Step 1 : Download the Zip file from Github & Unzip it
Step 2 : Create a directory under app/code/Binstellar/CollectfromStore
Step 3 : Upload the files & folders from extracted package to app/code/Binstellar/CollectfromStore
Step 4 : Go to the Magento2 Root directory & run following commands
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
Product Details Page Display Collect From Store Button
Admin Store Configuration Added Option To Change Collect From Store Button Text
Checkout Page Default Select Pickup In Store
Note : We have tested this option in Magento ver. 2.4.5-p1