tradefurniturecompany / core

A custom module for tradefurniturecompany.co.uk (Magento 2)
https://upwork.com/fl/mage2pro
0 stars 0 forks source link

«change the delivery options and also the delivery charges calculated» #32

Closed dmitrii-fediuk closed 4 years ago

dmitrii-fediuk commented 4 years ago

I would like you to make a change to the options at checkout on our website, I need to change the delivery options and also the delivery charges calculated, I would like 3 options at checkout;

Standard Delivery, Unwrap Delivery and warehouse collection. If it is too difficult to add an extra option in the basket then we could simply change the warehouse collection option and only offer 2 services; Standard Delivery and Unwrap Delivery;

upwork.com/messages/rooms/room_8e141f0c39ea3e5091cd334db37aaef0/story_44e9e646f58557566c91f9ef7b6dcd79

The pricing is as follows; UNWRAP DELIVERY is £39.95 regardless of order value. Standard Delivery is on a scale which is set up already but just needs the parameters adjusting as follows; orders under £100 delivery is £9.95, orders between £100.01 and £300 £19.95 and orders over £300.01 delivery is £29.95. Is it possible to have a rollover that gives a brief explanation of the 2 options in the checkout?

If you can advise when you could do this work and what is possible that would be great thanks

upwork.com/messages/rooms/room_8e141f0c39ea3e5091cd334db37aaef0/story_81d380e4fea43c7f67e788afb690d08b

can you let me know what options there are in basket for example a third option or keep it at 2 and change warehouse collection to 'unwrap' and also is there a rollover option? To explain to customers in a pop up box wjat each service means.

https://www.upwork.com/messages/rooms/room_8e141f0c39ea3e5091cd334db37aaef0/story_d702ce78552c13a11a13fc3dd4271857

dmitrii-fediuk commented 4 years ago

See also https://github.com/tradefurniturecompany/core/issues/3

dmitrii-fediuk commented 4 years ago
DELETE FROM core_config_data WHERE 'tax/calculation/shipping_includes_tax' = path;
DELETE FROM core_config_data WHERE 'tax/calculation/shipping_includes_tax' = path;
bin/magento config:set carriers/amstrates/including_tax 1
bin/magento config:set tax/calculation/shipping_includes_tax 1
Country,State,City,Zip From,Zip To,Price From,Price To,Weight From,Weight To,Qty From,Qty To,Shipping Type,Rate,PPP,FRPP,FRPUW,Estimated Delivery (days),Name delivery
,,,,,0,100,0,99999999,0,99999999,,9.95  ,0,0,0,,
,,,,,100.01,300,0,99999999,0,99999999,,19.95  ,0,0,0,,
,,,,,300.01,9999999,0,99999999,0,99999999,,29.95  ,0,0,0,,
dmitrii-fediuk commented 4 years ago

Done in 0.2.5.