Home › Forums › WoodMart support forum › Google Adwords
Google Adwords
- This topic has 10 replies, 3 voices, and was last updated 6 months ago by Artem Temos.
-
AuthorPosts
-
June 14, 2024 at 1:17 am #572644
r.nemcovskyParticipantHi,
Where I can find header.php or the setting for setting up a Google tag for conversions?
I am using a child theme…
Thank youJune 14, 2024 at 1:41 am #572649
r.nemcovskyParticipantI added code through ftp directly to the header.php, but I am not sure if won’t update when I update the core or template…
But now I need to add the conversion code to the last page (thank you page after sell) but I can’t find the header for it, or where I should add the code?
thanks- This reply was modified 6 months ago by r.nemcovsky.
- This reply was modified 6 months ago by r.nemcovsky.
June 14, 2024 at 12:44 pm #572748
Aizaz Imtiaz AwanKeymasterHello,
You need to copy the header.php file from the main theme to your child theme and add the code as you require.
Best Regards
June 14, 2024 at 12:48 pm #572753
r.nemcovskyParticipantwhat about that last page in eshop?
June 14, 2024 at 3:27 pm #572800
Aizaz Imtiaz AwanKeymasterHello,
The “Thank you” page is related to WooCommerce so if you want to edit it you need to copy the below file to your child theme and make changes there.
woodmart/woocommerce/checkout/thankyou.php
Best Regards.
June 16, 2024 at 7:36 pm #573043
r.nemcovskyParticipantHello,
I don´t understand copying files to the child template both times, look to screen: no_child. I don’t have files there.
And I have found the thank you page but there is no “<head>”, where I should add the snipped code, look to screen: no_head and google_code.This should be somewhere in a setting because it can’t be so difficult to do basic settings for advertising, everybody needs an advertised page. Please guide me in more detail,
thank you
Attachments:
You must be logged in to view attached files.June 17, 2024 at 11:46 am #573128
Artem TemosKeymasterHello,
WordPress template structure is built in the way where all pages has the same
header.php
file. And the thank you page is not an exception. So you need to copy theheader.php
file from the parent theme to your child theme folder and then add your custom code there.Kind Regards
June 17, 2024 at 2:37 pm #573201
r.nemcovskyParticipantHi,
also so with an exact structure? I mean the same folders as in a normal template?
and what about the thank you page? How can I add to <head> this snipped code from Google?thank you
June 17, 2024 at 3:28 pm #573219
Artem TemosKeymasterHello,
Sorry, but we don’t quite understand what you mean. Could you explain, please?
As for the Thank you page, we don’t have a working solution for this. It requires additional code customization of the WooCommerce template files. And such customizations are not covered by our theme support service. Read more about what is covered by theme support in Envato Support Rules https://themeforest.net/page/item_support_policy
Kind Regards
June 17, 2024 at 3:55 pm #573239
r.nemcovskyParticipantHi,
I would like to add a snipped code from Google to the last page of the shopping process so it can capture conversion.
I sent it to you before how it looks like and where they are saying to add it. (screenshot google_code.png)thanks
June 18, 2024 at 10:51 am #573410
Artem TemosKeymasterHello,
We understand your request but we don’t have an instruction for this specific customization. As we mentioned earlier, such customizations are not covered by our theme support.
For adding custom code to the
<head>
section on specific pages, you might need to use a custom function in your child theme’sfunctions.php
file or use a plugin designed for adding code snippets.If you require further assistance, you might want to consult a developer who can help you with these customizations.
Best regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register