Jump to content

VajdaShark

Members
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Location
    Slovakia
  • Activity
    User/Merchant

Recent Profile Visitors

223,376 profile views

VajdaShark's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi, we are having issues with adwords conversion tracking code on our site. Even after disabling JS compression and disabling moving JS to the end, the tracking code is a mess. The "/* <![CDATA[ */" tags dissappear, making the code not working. Putting {literal} does not work. Is there any way we can save the JS code as it is, without ani compression and shuffling on the page? Any ideas? Prestashop 1.6.0.9 Default bootstrap theme Thanks in advance
  2. Exactly. You can check which modules to reset if you look on modules positions (hooks). All modules in Dashboard sections. But it solves only the visibility of the modules, not the fact they are shut down.
  3. This was also my problem, but I solved it by resetting the corresponding modules (dashboard stats, goals etc.) The real problem is that data are not being collected in my dashboard, see screens:
  4. Hi all, this issue is related to javascript compression and moving the javascript to the end: I cannot track conversion via Adwords, because "Error: No HTTP response detected". When I check the source code, I see that tracking code is displaced and divided into multiple pieces. Furthermore, when I disable moving the javacsript to the end, the whole javascript on the page does not load :/ Any help? I am ready to send all the necessary data you will need. SOLVED: By adding the code: {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)} {$js_def} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script> {/foreach} {/if} To the header.tpl and by disabling moving the javascript to the end. Thanks to El Patron.
  5. Hi folks, after upgrading from 1.6 to 1.6.0.9 all dashboard stats stopped working. No data are shown, only zeroes. Everything else works flawlessly. Resetting the dashboard modules did not help. Any ideas? Thanks
  6. Same problem here, did not find a solution yet. All dashboard stats are empty after upgrading to 1.6.0.9 from 1.6
  7. OK, I found the problem - combinations. If product has no combinations, everything works flawlessly. I need to rewrite condition {if $product->quantity > 0} so it reflects combinations. Any idea?
  8. I changed the code only after the module was not working. To be specific, I only deleted the "display: none" and it did not help, see above. If you use this module, would you mind sharing it? Maybe this new version has faults...
  9. Yes, I know about this "display: none" stuff, but if I manually override it, there is field for e-mail alerts on every product, even on those that are in stock. I looked at the configuration of the module and this "display: none" should be used only when stock > 0. But it is "display: none" every time, no matter the stock.
  10. No, it means the opposite - The product is not stock. This setting should be OK.
  11. Hi, I have an issue with Mail Alerts module. Everything seems fine in BO, but there is no visible field to enter mail address to get notification when product is back in stock. Other functionalities of Mail Alerts - notifications for merchant - are OK. Example: http://mojprotein.sk/whey-protein-90-10 Product is out of stock, but there is no presence of Mail Alerts to enter mail address. Any ideas? Thanks
×
×
  • Create New...