Jump to content

A.Hawk

Members
  • Posts

    46
  • Joined

  • Last visited

About A.Hawk

  • Birthday 10/17/1990

Profile Information

  • Location
    Bs As, Argentina
  • Interests
    Professional Multimedial Designer Director of Content and Design in Chakna.com
  • First Name
    Leonardo
  • Last Name
    Bravo

A.Hawk's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hello to everyone in Prestashop Community, i need your help with Google Adwords Tag, this is the code: <!-- Google Code para etiquetas de remarketing --> <!-------------------------------------------------- Es posible que las etiquetas de remarketing todavía no estén asociadas a la información de identificación personal o que estén en páginas relacionadas con las categorías delicadas. Para obtener más información e instrucciones sobre cómo configurar la etiqueta, consulte http://google.com/ads/remarketingsetup. ---------------------------------------------------> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 968982447; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/968982447/?value=0&guid=ON&script=0"/> </div> </noscript> Adwords send me this, and i investigate i must paste it on Order-Confirmation.tpl which is this one: {* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {capture name=path}{l s='Order confirmation'}{/capture} <h1 class="page-heading">{l s='Order confirmation'}</h1> {assign var='current_step' value='payment'} {include file="$tpl_dir./order-steps.tpl"} {include file="$tpl_dir./errors.tpl"} {$HOOK_ORDER_CONFIRMATION} {$HOOK_PAYMENT_RETURN} {if $is_guest} <p>{l s='Your order ID is:'} <span class="bold">{$id_order_formatted}</span> . {l s='Your order ID has been sent via email.'}</p> <p class="cart_navigation exclusive"> <a class="button-exclusive btn btn-default" href="{$link->getPageLink('guest-tracking', true, NULL, "id_order={$reference_order|urlencode}&email={$email|urlencode}")|escape:'html':'UTF-8'}" title="{l s='Follow my order'}"><i class="icon-chevron-left"></i>{l s='Follow my order'}</a> </p> {else} <p class="cart_navigation exclusive"> <a class="button-exclusive btn btn-default" href="{$link->getPageLink('history', true)|escape:'html':'UTF-8'}" title="{l s='Back to orders'}"><i class="icon-chevron-left"></i>{l s='Back to orders'}</a> </p> {/if} So you have any idea in which part of this code i past the Adwords? Ty very much =)
  2. Hallo to all the Prestashop Community, i have a little issue with a code position, i already insert the Analytics ID Code with the module of Prestashop, now i need to put the Adword Tag they sent me to my mail inside the Order-Something.tpl, but i dont know in which place i have to paste the Adwords Tag. Any Suggestion? Thx.
  3. I just took down the 4 products and duplicate them and upload it again, that make the 4 items dissappear from the best seller and appear as new items, problem solve in a hardest way but work fine
  4. I decide to just continue like we are doing now cause is too much work
  5. Hallo to all the Prestashop community, I need to make a modification on the platform about this Module but i cant figure out how is done maybe can give me a hand with it . Check the images below. I have the Best Seller module, it shows me the most sell items on the home thats perfect, but when i enter in a section like T-shirts, i see the most sell also in the left side of the screen and i want to take that out. Any suggestion?
  6. Yes we buy products so it appears on the most sell, but the issue is, there are 2 lines of products, 8 in total, the 2nd line changes according to what we buy, the 1st line of products doesnt change, theres the problem. We need to change the products of the first line.
  7. Yep i found where the warning was, thx a lot =)
  8. Hello to all the Prestashop Community, i need of your knowledge once again, i have the most sell products in the web, which are 8, now when i make fictional buyes, 4 item appear by themself, the other 4 products stay same, we cant change it not even making it fictigional, any idea how i can replace the 4 top elements with new ones. Thx.
  9. Hallo to all the Prestashop Community, i need your help again, i need the platform inform all the users the changes we make in the platform, theres a way to do it? I mean if some1 change a price or a product i want the platform send me a mail that tells me what they change. Any Suggestion, Thx =)
  10. Hallo to all the Prestashop community, i need your aid with an small issue im having right now, when i enter the site, my platform, the little lock in the website name appears in Yellow Lock (Like the image below) Any suggestion? =)
  11. This is the code: <p><a href="https://chakna.com/content/31-tabla-de-talles-remeras-inkpone"><img src="http://chakna.com/beta//img/cms/boton.jpg" alt="" width="206" height="57" /></a></p> Im calling a page where Size Table is, but is calling that link like a _Self and when i put the _blank it dissappears
  12. Aloha to all the Prestashop Community, i have an issue and i know you'll be able to know how to solve it , the issue is the following: I have a button on the small description of my products, this button sends you to a new page inside prestashop, but i need to open it as _Blank you know in a new tab, but everytime i put Target="_blank" i save and when i try, nothing happens, i check the code and the Blank just dissappear from the text. Any suggestion my friends? Thx. Leo.
  13. I found another way to solve it, but really thx for the answers =)
×
×
  • Create New...