Jump to content

lateral

Members
  • Posts

    511
  • Joined

  • Last visited

1 Follower

About lateral

  • Birthday March 5

Profile Information

  • Location
    Sydney
  • Activity
    Freelancer

Recent Profile Visitors

1,243 profile views

lateral's Achievements

  1. Hi Guys, Our website was hacked a few days ago with the fake credit card form being attached to the bottom of our OPC form. We found a module that cleaned the hack but it looks like it may have also changed/deleted some formatting code for the product page This is how it should look: This is how it now looks: I have spent time trying to figure out which Prestashop file (TPL, JS etc) has been affected so that I can restore it but can't figure it out. Can anybody please help me? Cheers Greg
  2. The products do not have any attributes. I'm pretty sure the issue relates to setting the Minimum Quantity to greater than Zero. I’ve tried turning options on and off but no difference. Have you tested this on your own database?
  3. Hi The issue looks connected to setting the Minimum Quantity to anything greater than “1”. Have you tried setting this with a Product in one of your test Backends to see if you can reproduce it? I appreciate your help I have also checked the product-list.tpl and I think this block of code maybe where this issue is? <div class="button-container"> {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="button ajax_add_to_cart_button btn btn-default" href="{$link->getPageLink('cart',false, NULL, "add=1&amp;id_product={$product.id_product|intval}&amp;token={$static_token}", false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Add to cart'}" data-id-product="{$product.id_product|intval}"> <span>{l s='Add to cart'}</span> </a> {else} <a class="button ajax_add_to_cart_button btn btn-default" href="{$link->getPageLink('cart',false, NULL, 'add=1&amp;id_product={$product.id_product|intval}', false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Add to cart'}" data-id-product="{$product.id_product|intval}"> <span>{l s='Add to cart'}</span> </a> {/if} {else} <span class="button ajax_add_to_cart_button btn btn-default disabled"> <span>{l s='Add to cart'}</span> </span> {/if} {/if} </br> <a itemprop="url" class="button lnk_view btn btn-default" href="{$product.link|escape:'html':'UTF-8'}" title="{l s='View'}"> <span>{l s='More'}</span> </a> </div> Cheers Greg
  4. Hi Everyone. I am using version 1.6.1.23. I have recently started using the Minimum Quantity option for a few of my Products. Please note that I have translated the "Add to Cart" text to display "Add to My List". I just noticed that Products with a Minimum Quantity greater than 1, do not display the "Add to My List" button on the Product List page but does display it on the actual Product page. Everything else is working well and has been for sometime. The Mounting Tabs have a Minimum Quantity of "1" and the Exhaust Nut have a Minimum Quantity of "8" Any help will be greatly appreciated.
  5. Thanks manusegarra for this fix as I spent a lot of time looking for the solution. Cheers
  6. I have upgraded from 1.6.0.9 to 1.6.1.23 without any issues and also just upgraded from PHP 5.6 to PHP 7.2 and so far it's all working well. I suggest that you setup a testing domain that is an exact copy of your existing Prestashop environment and upgrade it to see what issues, if any, you have. Good luck. Cheers Greg
  7. Thanks for helping. It was due to the TPL being changed to use a new query that was not included as part of the upgrade. Once I added the new query, it worked. Cheers Greg
  8. Hi guys, I just upgraded from 1.6.0.9 to 1.6.`.20 of Prestashop using the 1 Click update and it went extremely well so far with my testing to make sure it all works well EXCEPT for when I click a product from a product list to open the detailed information. I should be seeing the following: but I'm seeing this instead: It looks like the CSS or formating isn't working.... Any ideas would be really grateful. Cheers Greg
  9. Thanks mate So, in summary...all I need to do is import the MySQL tables from DomainLive into DomainTest and change the Server name and path? I will also check that the same modules are loaded.. Cheers Greg
  10. Hi guys I have a very simple question. I have to Prestashop domains. DomainLive is the live shop and DomainTest is a test environment. I created DomainTest from a complete FTP backup of DomainLive and therefore was a complete mirror image of DomainLive. During the last few months I have been adding products and new categories etc to DomainLive and would like to syncronize it with DominTest without having to go through doing a complete website (all folders etc). Is it a simple matter of taking a backup of only the DomainLive MySQL database and then just restoring it into the MySQL database of DomainTest??? Thanks for your help. Cheers Greg
  11. Does anybody have a solution for this issue with running on 52.0 of Firefox????
  12. Ok, I figured this problem! The version of Firefox I was using was the latest, Version 52.0. The version that was working was version 51.0.1...apparently they have changed the way Firefox interacts with specific website functionality. I reverted back to version 51.0.1 on my PC and it works properly... Here is the link to the Firefox website that explains what they have done: https://support.mozilla.org/t5/Problems-with-add-ons-plugins-or/Why-do-Java-Silverlight-Adobe-Acrobat-and-other-plugins-no/ta-p/31069 I don't understand this so perhaps somebody smarter than me can explain why the drop down isn't working on version 52.0 and perhaps how to change my Prestashop code so that this functionality will continue to work across all browsers in the furture.... Cheers Greg
  13. Ok, I just tested it on Edge and it works fine... Chrome - No work Firefox - No work Edge - Works
×
×
  • Create New...