Skip to content
#

prestashop

Here are 388 public repositories matching this topic...

PrestaShop
Klemart3D
Klemart3D commented Apr 30, 2020

Describe the bug

On product page in FO, "Product Details" tab is visible and empty even if there is no data to display.

Expected behavior

No "Product Details" tab if there is no data to display. And no white block if there is no Description too.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Remove brand, reference and features in a product (e.g. "Mug Today
santiagosemhan
santiagosemhan commented Mar 25, 2020

I'm trying to test prestashop with a custom mysql server and figure out that db_port option is missing. You should add to env vars in docker-compose.yml file. Without this option, prestashop container shows this message:

  • Waiting for confirmation of MySQL service startup

Thanks

Santiago365
Santiago365 commented Feb 5, 2019

Hello,

I am trying to create a new warehouse using PrestaSharp libraries but I get an error.

WarehouseFactory WarehouseFactory = new WarehouseFactory(BaseUrl, Account, Password);
ShopFactory ShopFactory = new ShopFactory(BaseUrl, Account, Password);

warehouse Warehouse = new warehouse();
Warehouse.id = 3;
Warehouse.name = "net";
Warehouse.id_address = 3028;
Warehouse.id_currenc
megamurmulis
megamurmulis commented Nov 10, 2015

To avoid confusion - updated this to match latest revision:

Issue: Currently single post page always uses global meta description / keywords values, even when post actually has data.

Single post does not set it's meta data => add code to override global value with post's meta data (if set):

a) Handle in main controller: - uncomment code:
FILE: smartblog/classes/c

Improve this page

Add a description, image, and links to the prestashop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prestashop topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.