简体   繁体   中英

How to edit Server Side Files(checkout.php) in BigCommerce?

The problem is that we have a store that serves customers in Europe and Netherlands and at the billing details for Netherlands, if the VAT(Value Added Tax) is not empty then we want the vat to be exempt in the bill. If it's empty or not, Right now it's by default included.

I see that if i put a conditional statement in checkout.php, the expected customization can be achieved.

So how to get access to the checkout.php? Is there a way to do this through JavaScript, something like while billing details are filled then upon clicking submit then the form should be submitted, before the submission,Can't we make the vat=0 (if it's Netherlands)

I hereby attach the image Billing Details .

I don't think you can edit any of the server-side code directly since BigCommerce is a saas E-commerce platform. You get the flexibility to work with certain available API and 3rd party apps. Also, you can leverage stencil for customising your templates to a mo

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM