I have added a New Catalog Price Rules and it is not working prestashop 1.5.4.0
I added new "Price Rules > Catalog Price Rules" for category to give special discounts but its not being reflected on the front end.
Please see screenshot if I am doing anything wrong?
I created a new category of products where I want to set the shipping comparatively less than the other categories. So I set the shipping in each product but now when someone orders two products the shipping should apply only as set for one. How can I do that?
Plus in that same category if a customers buys 4 products the shipping should get free. Again I would need help for that too.
Please Help!
How would a seller know when a customer enters email id to get notified for a out of stock product?
Being a seller it is necessary for the seller to know how many user demands a product by entering the email id to notify for the product. How can be a seller get notified when a customer demands?
Solution is in this link new module: https://support.ebs.in/app/index.php?/default_import/Knowledgebase/Article/View/494/7/prestashop-v154x--seo-friendly-url-enabled-ebs-integration-kit-v25
Found a solution:
Find and open classes\pdf\PdfGenerator.php line 35 (for PS 1.5.4)
Find code:
Change:
const DEFAULT_FONT = 'helvetica';
To:
const DEFAULT_FONT = 'dejavusans';
It worked!
I want to set up my prestashop ecommerce website but want to link the Buy Now button to the ebay listed product page so that the user who would want to buy a product and clicks on to the Buy Now button get redirected to my ebay listed page.
This I want to do till i can figure out a good payment option. And so that I can optimize my product page on the search engine till I configure the payment opition.
Thanks for your help.