metaXana Posted April 4, 2022 Share Posted April 4, 2022 Hi, I'm currently building my ecommerce and I am struggling with the last weight range because it is set to infinity and I cannot leave it with a nil amount, neither with a fictive amount. I need to set only 10 weight ranges, the last one being the "45kg to 50kg". If eventually an order equals 70 kg than I will send 2 shipments of 35 kg and I will charge the client respectively twice the cost of the range "30kg to 35kg" (35kg x2=70kg). Therefore in that case, at the E-shop checkout level, this order should not be loaded with a wrong/fictive shipping fee and I need also the order to be kept on hold (payment shouldn't be done). After contacting the client, I need to be able to intervene manually by inputting the correct shipping fees and than, processed the payment order. Are there solutions to achieve that?... by coding perhaps and who could help me on the coding? Many thanks! Link to comment
paul2009 Posted April 5, 2022 Share Posted April 5, 2022 (edited) 12 hours ago, metaXana said: I'm currently building my ecommerce and I am struggling with the last weight range because it is set to infinity and I cannot leave it with a nil amount, neither with a fictive amount. @metaXana I would love to provide you with a solution but unfortunately this isn't something anyone can "fix" - anyone except Squarespace's own engineers that is. US-based users shipping domestically can use the "carrier calculated shipping" feature to automatically calculate real-time (non-discounted) shipping fees with FedEx, UPS, and USPS rates but when you're based in Europe, no such feature exists. It cannot be fixed with code either because the Squarespace Orders API does not provide order information until after a customer has placed their order when the shipping charges have already been determined, making it impossible for developers to intervene and update shipping rates before a customer completes checkout. For now, the best advice I can give is to overestimate shipping rates for the higher weight ranges so that you are covered when a customer places a much larger than average order. Edited April 5, 2022 by paul2009 edited for clarity creedon 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment