Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhunt committed Dec 22, 2021
1 parent 5642f08 commit 38a2e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fetchcbpage.mustache
Expand Up @@ -17,7 +17,7 @@
var customer = {email: "{{email}}", billing_address: {first_name: "{{first_name}}",last_name: "{{last_name}}", country: "{{country}}"}};
cart.setCustomer(customer);
// Passing values for custom fields
product.setCustomData({startsiteurl: "{{{wwwroot}}}"});
product.setCustomData({cf_startsiteurl: "{{{wwwroot}}}"});

// Opening the checkout
cart.proceedToCheckout();
Expand Down

0 comments on commit 38a2e5f

Please sign in to comment.