Jump to content

Cas

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Location
    NL
  • Activity
    Freelancer

Cas's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. For me the solution in post #13 works fine so far. (PS v1.6.1.3) I had just a little confusion about the position to add the code. I looked like the solution should be in the previous foreach loop but actually is a new foreach loop --> so put the code after the ending bracket } ;-) foreach ($context->cart->getCartRules(CartRule::FILTER_ACTION_GIFT) as $cart_rule) { $order_total -= Tools::ps_round($cart_rule['obj']->getContextualValue($use_tax, $context, CartRule::FILTER_ACTION_GIFT, $package), _PS_PRICE_COMPUTE_PRECISION_); } // no discount for on sale products foreach ($package_products as $product) if($product['on_sale']) $order_total -= $use_tax ? $product['total_wt'] : $product['total'];
  2. For those who are interested. I had the same issue and i solved it by logging in on the backoffice via http instead of https. My whole frontoffice is htttps but in the shopdomain it shows http. rgds
  3. Thank you Erouvier for your effort! I instlalled your latest update but however I when performing a full index, only product references from languange 1 are indexed Before the update I installed the github version in my 1.6.14 release and run against blank screens. IN debug mode I noticed an error related to the file override/Search.php Notification was something about not finding the SearchCore function in the override map. I renamed the Search.php file in the override map to Search_org.php and everything seams to work since then. So I reverted back to this situation for now and it works again. I installed a clean, empty Search.php in the override map and seems to work also. Cache is disabled, should not be a problem but unsure what it could have been. Two other problems found. Not sure if it is a bug but when a product is not related to a category, it won't be indexed either. Also when a full index is performed on One store in a Multistore environment. Complete DB is first wiped and then ONLY an idex is build for the selected multistore. Other stores lost index. rgds, Cas
  4. Hi everyone. I also had this problem and tried the suggested patch https://github.com/P...pull/2649/files After a full index, More keywords are found for language_id 7 but since then, search is not working anymore!! Screen goes blank. Also creating a new index is not working anymore. I am running PS 1.6.14 Any suggestions how to solve this situation?
  5. use limit=5 to get the first 5 items or f.i. limit=5,10 to retrieve the 5th to the 15th item example: www.xyz.com/api/products?limit=5,10
  6. I have a simular problem. When I reply to a customer message in the customer service section, The mail which is sent has a sender name "s" instead of the shop name. It works fine when I sent a test mail from the backoffice option but only form customer service section it is wrong. What could this be?
  7. Hi Vekia, I also have been in contact with the developer. (your collegue?) He created a patch for me by modifying the module.php and loader.php files. (adding the ssl=>true parameter) This solved the problem. I thank the mypresta.eu team for their superb service!!!
  8. Dear all, I am wrestling with this or simular problem. There is the ssl force option, which works fine but brings up other issues on the shop with unsecured items, etc. But what I would like is when I don't force ssl, that I am still able to access my shop over https when I would like to do so. A specifica reason for this, is that I run a facebook shop app which can only connect over ssl to a module page. This page is forced into non-sll mode and blocks output in facebook. So, does anybody now how to allow ssl when the force ssl option is not enabled. In other words, make ssl a choice by the end user. Tnx for all tips!
  9. Hello, I am looking for a way to hide a carrier in the front office but have it available in the back office. To be a little more specific, I want an option "collect in store" only available in the back office but not make it available in the front office. For this reason, I created a carrier called: "Collect in store". But it is only visible in the back-office when I enable this carrier and I don't want it available in the front-office by default. I thank you for you tips!! Best regards, Cas
  10. I got my multistore working but having troubles with ssl. (which my hosting provider is looking into at the moment) I installed PS 1.5.3 on domain1 and configured it to be a multi store setup. After that I configured a domain pointer from domain2 to domain1 in my hosting backoffice. Now you can configure the second store in the PS back office and setup seperate themes etc. For the SSL setup. Has anyone experiences with that? Do I need a multi domain ssl or is a ssl for the main SSL enough?
×
×
  • Create New...