Hey @Clifford,
If you want to exclude shipping from the VCO light box, you'll need to set the collectShipping: "false" .
Refer to the integration guide - Shipping Option Configuration Example:
Shipping Options Configuration Example
You can specify whether the consumer can set the shipping address (collectShipping) and the regions to which you ship:
V.init({
...
settings: {
...
shipping: {
acceptedRegions: ["US", "CA"],
collectShipping: "true"
},
...
);
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
Thanks,
Diana