No content to show
User Activity
10-25-2023
@THEGARDENMARKET wrote:I have gone to Themes, Customise, Product Template.. now where do I go tofind the code?Once I have found the code that shows "product submit button" would I addmy conditional statement to the bottom of the codes? Would I just n...
10-18-2023
Try to add the following code to the theme.js file:JavaScript// Add the Estimated Delivery Date event to the Avone theme
shopify.on('product:added', function(product) {
// Get the estimated delivery date
var estimatedDeliveryDate = shopify.orde...