Currently we have multi-store license and multi-store setup with different theme for each store. Do we have support for different Javascript googlehelper.js file for different theme as we might want to do some changes specific for one theme but not on other theme.
For Example, we want to change the structure
$('.add-to-cart-button, .product-box-add-to-cart-button') to some other selector in jquery
Hello, We are using plugin for tracking. It was working fine, but we made some changes in the product detail page and tracking stopped working (Add To Cart Event). It is working on category pages, but not on product detail page. After digging into it we came to know that GEE_productDetails is empty in product detail page.
Can you suggest what might be wrong. Any specific elements which we need to take care as seems like this code is generated from server components.
Thanks, I checked the google one. I can see the quantity now. Thankyou
Also the facebook template is not generating, it only generates the header.
I tried clearing cache, in memory cache and restarting app pool as well. I also checked the file generated at the file system. But its not generating stock quantity.
I tried the latest release but still not generating the stock quantity.
Actually we need it for Facebook / Instagram feeds and it is required to have stock quantity of the product. I tried generating Facebook Ad Feed but that dosen't seems to be working.
Using google.xml template
- I want to add default stock quantity in the template, but dosen't seems to be working
Hi We have purchased the plugin for nop 4.2. Trying to add stock quantity in the feed for google xml feed. added the field in the template but not reflected in generated field.
<FeedAttribute>
<Id>52</Id>
<FeedCaption>Quantity</FeedCaption>
<FeedName>quantity</FeedName>
<DefaultValue>1</DefaultValue>
<FieldNameCode>stockquantity</FieldNameCode>
<ConvertValues />
<Required>false</Required>
<IgnoreNullOrEmpty>false</IgnoreNullOrEmpty>
<UseCDATA>false</UseCDATA>
<ActionId>0</ActionId>
<AdvancedField>false</AdvancedField>
<RowSourceType>0</RowSourceType>
<AttributeControlType>0</AttributeControlType>
</FeedAttribute>