OpenCart: Difference between revisions

From Growth Agency Wiki
Jump to navigation Jump to search
Created page with "= Google Tag Manager = Install Tag Manager Main Template file: <pre> /catalog/view/theme/<<Theme Folder>>/template/common/header.tpl </pre> == Conversion URLS == Contact Thank-you URL: <pre> index.php?route=information/contact/success </pre> sale Thank-you URL: <pre> index.php?route=checkout/success </pre> == Conversion Value == An OpenCart module called VQMOD is required to insert it into the code. <pre> vqmod/xml/get_total_to_success.xml </pre>"
 
No edit summary
Line 24: Line 24:
<pre>
<pre>
vqmod/xml/get_total_to_success.xml
vqmod/xml/get_total_to_success.xml
</pre>
== Other ==
Feed URL, a module may need to be installed.
<pre>
/index.php?route=feed/google_base
</pre>
</pre>

Revision as of 09:57, 15 September 2022

Google Tag Manager

Install Tag Manager

Main Template file:

/catalog/view/theme/<<Theme Folder>>/template/common/header.tpl 

Conversion URLS

Contact Thank-you URL:

index.php?route=information/contact/success

sale Thank-you URL:

index.php?route=checkout/success

Conversion Value

An OpenCart module called VQMOD is required to insert it into the code.

vqmod/xml/get_total_to_success.xml

Other

Feed URL, a module may need to be installed.

/index.php?route=feed/google_base