Jump to content

Ractor

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • First Name
    Vojtech
  • Last Name
    Mrkyvka

Ractor's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  1. So the catch was pretty basic, as it usually is. I forgot to add <?php to the beginning of the file.
  2. favorite I tried to create override for classOrderCore, located in /classes/order/Order.php. The result I put in /override/classes/order/Order.php with following content: class Order extends OrderCore { /** * Generates reference number. * * Overriten to have reference numbers numeric only. */ public static function generateReference() { return strtoupper(Tools::passwdGen(9, 'NUMERIC')); } } After doing this nothing happened. Additionally I tried following (with the same unsuccesful result): Delete cache using backoffice Delete manually cache/cache_index.php Disable overrides, delete cache in the BO and cache/cache_index.php and enable overrides afterwards Can you tell me, where could be the catch? I'm using Prestashop v. 1.6.1.18. Thanks
  3. Hi, I have Prestashop (1.6.0.9) multistore which has a category structure like this: Root categoryFirst Subcategory (which has own subsubcategories etc.) Second Subcategory (which has own subsubcategories etc.) Third Subcategory (which has own subsubcategories etc.) On the first shop there are all products, but on the second there should be only products from the First subcategory (and its subtree). Problem is that even after choosing only Root category and the First Subcategory('s subtree) in the multistore configuration, products from other subcategories are showing. Do you know where could be a problem? Thanks!
  4. Hi, I have a problem with line filters in backoffice. Every time I use them (it doesn't matter if in products, orders etc.) i get a redirect loop. I think there is some error in URL parameter submitFilterproduct (and analogic ones for orders etc.), because only if it's set to non zero value (and line filters set it to 1), loop occurs. Do you know where the problem could be? Thanks for any help
×
×
  • Create New...