I am on Magento 2.3.2. I would like to install the new security patch so I ran- composer require magento/product-enterprise-edition=2.3.2-p2 which gives me this output- Your requirements could not be resolved to an installable set of packages. Problem 1 - Can only install one of: magento/page-builder-commerce[1.0.3, 1.0.1]. - Can only […]
Magento2
a magento store needs to update prices based on csv everyday. Price given is “base price”, instead of pre-processing said csv to add profit, how can I add certain percentage to price? Found following file: storeUri/vendor/magento/module-catalog/Model/Product/Type/price.php and just added: public function getPrice($product) { return $product->getData('price') * $percentage_profit;//multiplies times 1.07 (adds […]
i got changes in my product page layout and i want to restore it back to the defult of my theme layout .. and the product configuration does not take any effect in changes of the col in bootstrap system .. and there is pictures of my old and new […]
I need to be able to perform logic on each item ordered inside an order. Each item will need to have a button next to it that when pressed will call a third party API to activate the item. I see many posts explaining how to add a custom button […]
I’ve build a regular adminhtml form via UI component(s) including multiple fieldsets, input and select fields. All working like they should. Now I’ve created a so called ‘Event’ select field within fieldset #1, who is responsible for hiding and displaying containers within fieldset #2. These containers correspond with the options […]
I hope somebody can help me here. I am totally not experienced with technical issues in Magento. I receive an error starting my site. Someone similar with this issue? Hope you guys can get me online! Error: Fatal error: Undefined class constant ‘CACHE_GROUP’ in /home/deb126395/domains/lapparts.nl/public_html/app/code/core/Mage/Core/Block/Abstract.php on line 1075
I have a few installations that slowly have been upgraded to 2.3.3 without RabbitMQ. Now I have added Rabbit but I am not sure I’ve covered all changes needed. The queue config is added in etc/env.php and I see that Magento connects to Rabbit (creating topcis). I’ve edited all of […]
We had to upgrade to Magento 2.2.9 recently. It is a multi-language store, with DE and EN content. (store-view) Product descriptions in CATALOG-PRODUCTS-CONTENT are DE in DE-store and EN in EN-Store. We use default value for EN, then switch the STORE-VIEW on the top to DE, disable the default button […]
After customer maid the payment, they are getting this error can anyone please help me to solve this issue? Thanks