docs icon indicating copy to clipboard operation
docs copied to clipboard

PrestaShop technical documentation

Results 153 docs issues
Sort by recently updated
recently updated
newest added

| Questions | Answers | ------------- | ------------------------------------------------------- | Branch? | 8.x | Description? | link is broken | Fixed ticket? | n/a

8.x

This page https://devdocs.prestashop.com/1.7/modules/creation/adding-configuration-page/ explains how to build a configuration form in a legacy way It would be nice to enrich it and explain how to do it in a Symfony...

We have a use case whereby a merchant wishes to be able to refund _only_ the shipping costs, not any part of the item. We need to be able to...

| Questions | Answers | ------------- | ------------------------------------------------------- | Branch? | 8.x | Description? | I add documentation about migrating a list with horizontal migration. | Fixed ticket? | Fixes...

8.x

| Questions | Answers | ------------- | ------------------------------------------------------- | Branch? | 8.x | Description? | Document how to run coverage tests with phpunit | Fixed ticket? |

8.x

The PrestaShop Module [Services] documentation mentions that we are able to obtain the Symfony Container from our modules. This isn't working for me when extending PaymentModule on 1.7.5.2. ```php public...

Sometime PrestaShop will split a Cart in multiple Order with same Reference after a Payment. This is made in [PaymentModule::validateOrder()](https://github.com/PrestaShop/PrestaShop/blob/1.7.6.x/classes/PaymentModule.php#L257) Because this splitting is made by PrestaShop after the Payment,...

question

search in devdoc algolia for actionFrontControllerSetVariables or offsetGet : no result search in google : results

| Questions | Answers | ------------- | ------------------------------------------------------- | Branch? | 1.7.x | Description? | Fixed punctuation and corrected an erroneous product value type in 'Web service reference'. | Fixed...

1.7.x

It's a common case to try to add custom data to the lazy arrays in front for smarty (cart, product listing, product, ...) How to use hooks actionPresent[entities], $presentedObject->offsetSet() appendArray...