Skip to content

Contabo Support – Help needed

My server is down on Contabo for over 24 hours. 1. Their phone number is hitting busy. 2. My account email with Contabo, has the same… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1913422&goto=newpost

updating product description via coding correctly shows text on product page but admin side’s edit description with pagebuilder shows old values?

In my custom module, I am able to set the description of an existing product successfully using the code below & the product url shows correct output for description: $product = $this->productRepository->get(‘q783’); $product->setData(‘description’,’hello world’); $this->productRepository->save($product); However, this programmatically saved description… Read More »updating product description via coding correctly shows text on product page but admin side’s edit description with pagebuilder shows old values?