Jump to content

mehnihma

Members
  • Posts

    168
  • Joined

  • Last visited

Profile Information

  • Location
    zagreb
  • Activity
    Freelancer

mehnihma's Achievements

Newbie

Newbie (1/14)

8

Reputation

  1. Hi did anyone found a solution to this?
  2. HI When user pays with PayPal, currency is converted to EURO and order goes troug. Same amount on Prestahop and Paypal but I get error in prestahop: Price paid on paypal is not the same that on PrestaShop. I am using PS 1.6.0.9 and PayPal Europe 3.8.1 Any Ideas?
  3. Hi I have this problem also, did you find a solution?
  4. I have same problem, when using Paypal USA also I get always same number, like conversion is not working i ps 1.6.0.9
  5. Hi when I do this it works but it does not do conversion of If I have 100 kn I get 100 EUR, Is there a fix for this? I ma using PS1.6.0.9 and PayPal v3.8.1
  6. Hi This works But only problem is that it only shows one page with on sale products not all pages And when I change this: to this: if ($count) { return Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue(' SELECT COUNT(DISTINCT p.`id_product`) FROM `'._DB_PREFIX_.'product` p '.Shop::addSqlAssociation('product', 'p').' WHERE product_shop.`active` = 1 AND product_shop.`show_price` = 1 OR p.`on_sale` = 1 '.($front ? ' AND product_shop.`visibility` IN ("both", "catalog")' : '').' '.((!$beginning && !$ending) ? 'AND p.`id_product` IN('.((is_array($tab_id_product) && count($tab_id_product)) ? implode(', ', $tab_id_product) : 0).')' : '').' '.$sql_groups); } Sometimes I get products that are not on sale?
  7. Hi, yes you can take a look here In classes folder find Product.php. On line 2326 find: WHERE product_shop.`active` = 1 AND product_shop.`show_price` = 1 And replace with: WHERE product_shop.`active` = 1 AND p.quantity > 0 OR p.on_sale = 1 AND product_shop.`show_price` = 1 So here we added check for quantity and if product is set to be on sale it will show it on prices drop page. But I get only one page not all pages with products on sale, did not get how to fix that?
  8. Hi does anyone has the full code to show on sale and prices drop on same page. When I add OR p.on_sale = 1 it works but it does not show all pages just one page with products on sale?
  9. Hi Not that I mean add products to that module not just home category products
  10. Hi Is there a way to add on on sale and prices drop on Home featured tab? Thanks
  11. Hi I have problem setting tax I went through documentation and set up everything but when I go to create new product I get no tax in tax rule box? I am missing something? I have set country and tax and tax rule properly. This happend to me once before and I set it up again by changing default tax rule and deleting other, now I have deleted everything I tried to set new tax rule I am using PS 1.5.6.2 Also in the screenshot, in configuration, should id_shop be null?
  12. Hi I have same problem on ps 1.5.6.2 did you solve this? Thanks
  13. Hi Is it worth it to upgrade to 1.5.4. from 1.5.1. I have a lot of modifications and not sure if it is right decision to update to new version? What do you think?
×
×
  • Create New...