Jump to content

Problems uploading files in /mails


Recommended Posts

hello

1. I need to upload the translated e-mails sent to the costumer in /mails/ro but it would not let me do that because of an error. Anyone any suggestions on how could i upload the files?

2. How to reduce the number of products that appear on the Top Seller block?

Link to comment
Share on other sites

1. What's the error message? Perhaps you don't have permission to upload files to that directory?

2. You need to change line 38 (in PrestaShop v1.3.2) of modules/blockbestsellers/blockbestsellers.php:

$bestsellers = ProductSale::getBestSalesLight(intval($params['cookie']->id_lang), 0, 5);



Change 5 to the number of products you want displayed.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...