From ae5e1f3437ca7c2db23866339c4f8546e46c5022 Mon Sep 17 00:00:00 2001 From: Joel Varty Date: Fri, 18 Jun 2021 14:07:06 -0400 Subject: [PATCH] update to url --- public/custom-fields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/custom-fields.js b/public/custom-fields.js index 184a454af..eda8389fd 100644 --- a/public/custom-fields.js +++ b/public/custom-fields.js @@ -377,7 +377,7 @@ var ChooseProductCustomField = function () { } if (options.contentItem.Values.CTA) { - var productUrl = "~/products" + obj.slug + var productUrl = "~/product" + obj.slug var cta = "Buy Now" options.contentItem.Values.CTA(cta) }