Jump to content

netamis

Members
  • Posts

    51
  • Joined

  • Last visited

Profile Information

  • Location
    Malaga
  • Activity
    Developer

Recent Profile Visitors

4,484,486 profile views

netamis's Achievements

  1. I have an issue with moving from http to https. On the logo link and on the add button link there are still the http links instead of http. examples, as are shown in the main page source: logo: <div id="header_logo"> <a href="http://www.rock4u.ro/" title="Rock4U SHOP"> add button link: <div itemprop="offers" itemscope itemtype="https://schema.org/Offer" class="content_price"> <span itemprop="price" class="price product-price"> 125,00 Lei </span><meta itemprop="priceCurrency" content="RON" /></div><div class="button-container"> <a class="button ajax_add_to_cart_button btn btn-default" href="http://www.rock4u.ro/cos?add=1&amp;id_product=2910&amp;token=d5497c0749a05580408cda56238a5876" rel="nofollow" title="Adauga in cos" data-id-product="2910"> update: For header logo link on header.tpl : <div class="container"> <div class="row"> <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} </div> So it looks like the variable: {$base_dir} is http instead of https. The $logo_url is correct, using https. Any idea how those can be fixed?
  2. it's fixed now. Turned out that was a folder I haven't deeted.
  3. it works, and I also delete the module. The debug mode doesn't show anything on the module page, just a blank page. Nothing in dev tool as well.
  4. I get a blank page when going to the modules page after I tried to install the Thirtybees blog module. I have deleted after and emptied the cache but still can't reach the module page. In logs the only issues I get are: /office4u/themes/default/css/admin-theme.css.map respond: 404 /favicon.ico respond 404. I don't think this is the issue as all the rest of the backend is working fine and the front-end. I am using Prestashop 1.6.1.13 and PHP 7.0 Any thoughts?
  5. have an issue with PayPal module in the last days - is no longer working and get the message "things don't appear to be working at the moment". I have used v 3.10.2 and updated to v 3.14..2 and Prestashop 1.6.12 but still is not working. Any idea how to fix this?
  6. PS 1.6.1.13 - in back-end when try to open a cart - is takes very long time to open ~5 min. Is there any optimization that can be done, couldn't figure out which query is running for that view.
  7. When is search for a tag, the results have all products including the ones with visibility set to "none". I would need some help to change the search to exclude the products with visibility "none"
  8. After digging a little, I found that file order_conf.txt was missing. The email is sent now, but the content is not correct. Variable {date}; {payment}; {products};{discounts};{total_products}; {total_discounts};{total_shipping} {carrier};{delivery_block_html};{invoice_block_html} are dispayed as text instead of correct value. Thus valiable {first_name}, {name} and {order} worked correct. Any idea how can I fix this? In folder mail I have files: order_conf.html, order_conf.txt; order_conf_cart_rules.tpl, order_conf_cart_rules.txt, order_conf_product_list.tpl, order_conf_product_list.txt.
  9. "An error occurred while sending the e-mail to the customer." only for order_confirmation, no matter is from website or try to resent the email from back-end. For all the other statuses emails are working fine. I am using Prestashop 1.6.1.5
  10. Hello , I use default theme 1.6.0.9 -and i have an issue in category page. Buttons "add in wish list" is hoovering above " more details" button and the last one cannot be access. How can i change it?
  11. I had the same error , after I change domain in backoffice ( i added www. ). After I changed back to domain without www, everything was back to normal. The issue I suspect was some redirect - but I cannot figure out how to solve it.
  12. ceau, Asta am facut, am adaugat tag-ul {phone_mobile} in html, doar ca nu functioneaza
  13. Ceau, Stie cineva cum pot adauga si telefonul mobil in emailul de confirmare comanda. In tema default este doar telefonul fix. Am incercat sa adaug doar in modulul mailsalert - in mails lang ro , dar se pare ca nu e suficient.
  14. Dashboard statistics are not correct , same in stats tab. For eg this month i have zero for orders - even i already have orders received, Shop language is ro. Is it something need to be configured?
×
×
  • Create New...