Jump to content

kikbo

Members
  • Posts

    49
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Activity
    User/Merchant

kikbo's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. Google Analytics didn't work for me but this did: To get google adwords conversions to work paste the following code into this url: your_prestashop_folder/themes/prestashop/order-confirmation.tpl <!-- Google Code for prestapurchase Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_language = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_format = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_color = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_label = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_value = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; /* ]]> */ </script> <script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE"/> </div> </noscript> If you get fancy with "var google_conversion_value" your shop may not work. At least for me, using paypal external credit card processing, trying to use a prestashop variable for the total purchase value just stopped the conversion from working. The reason for this was, after the credit card had been processed and the customer had returned from Paypal to my website, Prestashop had emptied the customers cart. Prestashop "did not remember" what the customer had purchase, so the variable was null, and it broke my google conversion code. Also please note that this works for prestashop 1.47 I don't know about other versions, however IT SHOULD!
  2. To get google adwords conversions to work paste the following code into this url: your_prestashop_folder/themes/prestashop/order-confirmation.tpl <!-- Google Code for prestapurchase Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_language = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_format = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_color = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_label = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_value = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; /* ]]> */ </script> <script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE"/> </div> </noscript> If you get fancy with "var google_conversion_value" your shop may not work. At least for me, using paypal external credit card processing, trying to use a prestashop variable for the total purchase value just stopped the conversion from working. The reason for this was, after the credit card had been processed and the customer had returned from Paypal to my website, Prestashop had emptied the customers cart. Prestashop "did not remember" what the customer had purchase, so the variable was null, and it broke my google conversion code. Also please note that this works for prestashop 1.47 I don't know about other versions, however IT SHOULD!
  3. To get google adwords conversions to work paste the following code into this url: your_prestashop_folder/themes/prestashop/order-confirmation.tpl <!-- Google Code for prestapurchase Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_language = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_format = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_color = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_label = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_value = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; /* ]]> */ </script> <script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE"/> </div> </noscript> If you get fancy with "var google_conversion_value" your shop may not work. At least for me, using paypal external credit card processing, trying to use a prestashop variable for the total purchase value just stopped the conversion from working. The reason for this was, after the credit card had been processed and the customer had returned from Paypal to my website, Prestashop had emptied the customers cart. Prestashop "did not remember" what the customer had purchase, so the variable was null, and it broke my google conversion code. Also please note that this works for prestashop 1.47 I don't know about other versions, however IT SHOULD!
  4. @sickz - thanks for your information. @ilha - When I'm a little less busy, I'm going to do a serious investigation and I'll post the results of my findings here.
  5. buy something...where do you land on your website after you buy something? post the code in that .tpl file for me (i use paypal) i land on order-confirmation.
  6. I recently installed Prestashop on a new linux GoDaddy VDS. Every time someone visits my site, I get an email from ldf (from my CSF installation) saying that /usr/bin/php-cgi or /usr/sbin/httpd is exceeding 200 MB of virtual memory. To my knowledge, prestashop is the only php code I've got running on my VDS, that could be creating this issue. My question for the forum is: 1) Is the fact that I'm routinely exceeding 200 MB of virtual memory having a negative impact on my site's speed? If not, what problems does it create, if any? 2) If routinely exceeding 200 MB of virtual memory is a problem, what can I do to fix it. Some logs for the linux-literate Time: Wed Jul 11 17:02:20 2012 -0700 Account: myaccount Resource: Virtual Memory Size Exceeded: 384 > 200 (MB) Executable: /usr/bin/php-cgi Command Line: /usr/bin/php-cgi -c /var/www/vhosts/kikbo.com/abc/php.ini PID: 24163 Killed: No Time: Wed Jul 11 17:03:20 2012 -0700 Account: myaccount Resource: Virtual Memory Size Exceeded: 287 > 200 (MB) Executable: /usr/bin/php-cgi Command Line: /usr/bin/php-cgi -c /var/www/vhosts/kikbo.com/abc/php.ini PID: 24184 Killed: No Time: Wed Jul 11 16:23:36 2012 -0700 Account: apache Resource: Virtual Memory Size Exceeded: 425 > 200 (MB) Executable: /usr/sbin/httpd Command Line: /usr/sbin/httpd PID: 23596 Killed: No
  7. Really enjoyed reading Bellini's posts... http://www.webpagetest.org/result/120711_3J_1PE/ My first-byte time is between 850 and 1200 ms and I'm on a GoDaddy Virtual Dedicated Server :-/ Force Compile off, Cache on...I've checked all the obvious performance things... How can I further improve my first bye time?
  8. @Ansl72 shouldn't matter but I'd put it at the bottom after the {/if} {$trans.total} I'm going to see if that works...
  9. Yeah I'm looking for a solution here as well {convertPriceWithCurrency price=$total currency=$currency} <----that may work but I'm not sure.
  10. Fuck this redirect.tpl solution - it doesn't make sense. Paste the conversions code into order-confirmation.tpl (it works for me)
  11. Mine works. I just pasted the code in your screenshot in order-confirmation.tpl - you may want to try checking force compile or some of the other annoying things that sometimes prevent the php from being updated. Anyone know how to send google adwords the value of the transaction? var google_conversion_value = 0; 0 -> {convertPriceWithCurrency price=$total currency=$currency} Will the above work?
  12. Les lproblemes logistiques et les frais d'avoir deux hebergement je pense sont trop grands. Aussi j'ai des commandes de Australie et Amerique de Sud. CDN sera moins cher et plus simple. Maintenant je suis au hebergement americain partage avec des autres siteweb. Le prochain meilleur option est un augmentation des frais de $35/mois :-/ C'est pas la solution.
×
×
  • Create New...