Forum Replies Created
-
AuthorPosts
-
Hi Harry, I added the code but nothing happened, nothing changed, that section did not center
Attachments:
You must be logged in to view attached files.Hi Harry, thank you for your response.
I need to add this code to the website to track users for retargeting campaigns
https://help.klaviyo.com/hc/en-us/articles/115005255808-Integrate-with-WooCommerce
Which is the combination of php and js code I added in the custom JS box, where can I add that tracking code?
This one
<?php
$ImageUrl = wp_get_attachment_image_src( get_post_thumbnail_id( $loop->post->ID ), ‘single-post-thumbnail’ )[0];
$ItemId = $product->id;
$Title = $product-> get_title();
$ProductUrl = “http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]”;
$Price = $product->get_price();
$RegularPrice = $product->get_regular_price();
$DiscountAmount = $RegularPrice – $Price;
$terms = get_terms( ‘product_tag’ );
?><script>
var Title = “<?php echo $Title; ?>”;
var ItemId = “<?php echo $ItemId; ?>”;
var ImageUrl = “<?php echo $ImageUrl; ?>”;
var ProductUrl = “<?php echo $ProductUrl; ?>”;
var Price = “<?php echo $Price; ?>”;
var DiscountAmount = “<?php echo $DiscountAmount; ?>”;
var RegularPrice = “<?php echo $RegularPrice; ?>”;
var _learnq = _learnq || [];_learnq.push([‘track’, ‘Viewed Product’, {
Title: Title,
ItemId: ItemId,
ImageUrl: ImageUrl,
Url: ProductUrl,
Metadata: {
Price: Price,
DiscountAmount: DiscountAmount,
RegularPrice: RegularPrice
}
}]);
</script>Thank you!
Hi Harry, I’m sorry I wasn’t clear I meant the menu and the header, the section in pink in the image. thank you!
Attachments:
You must be logged in to view attached files.Harry, I did what you said and added the widget but the search bar does not show up under the main menu below the header like the image I showed you in the first post
Attachments:
You must be logged in to view attached files.Hi Harry, for future reference how would I be able to add it to all the pages? thank you!
thank you Foster and Harry!
Hi Harry, the issue with the price and stars rating out of place that started once the countdown timer was fixed is still there please see the image.
Attachments:
You must be logged in to view attached files.and the text on top of the swatches
-
AuthorPosts