Hi,
someone can give me an explanation of these messages when i connect to the backoffice
WARN [BackofficeLO-0] [RequestOperationContextHolder] Context already bound to this thread - detaching from it. Please call #detachFromContext before attach...
Hi,
i wanted to ask if there was a way to export static pages but containing various components (paragraphs, banners, links, images, etc.) created in SmarEdit to be able to reload them in other environments.
For example, the customer creates all...
The customer has provided us with a list of VariantValueCategory categories, in the file there is a VariantValueCategory with the same code as a VariantCategory during the initialize I get this error
ambiguous unique keys ... for model VariantValu...
Hi,
we need to upload an impex file that contains nearly 50,000 lines.
Manual or initialization loading takes a long time, do you have any suggestions to speed up loading?
Regards,
Crescenzo
Hi,
I'm looking for a guide to be able to configure junit -jacoco - sonarQube, what i specifically cannot configure is cobertura, as ant is configured to use jacoco
Hi,synchronization copies items from the staged catalog to the online catalog, then a save is made for each item. You may want to check that the sync doesn't have the force update flag to true.Regards,Crescenzo Rega
Hi,try using this querySELECT
*
FROM
(
{{
SELECT
MAX({pr1.price})
FROM
{PriceRow AS pr1} }}
UNION
{{
SELECT
MIN({pr2.price})
FROM
{PriceRow AS pr2} }}
)
u...
Hi,in our project we used this configurationmanifest.json "commerceSuiteVersion": "1905",
"useCloudExtensionPack": true,
"enableImageProcessingService": true,
"extensions": ["cloudmediaconversion"],
localextensions.xml<!-- Hot Folder -->
<exte...