I have that in my backoffice : and I need that: This solution does not work for me : if($key == 1){ $prod->addImageToMediaGallery($imgPath, array('image', 'small_image','thumbnail'), false, false); }else{ $prod->addImageToMediaGallery($imgPath, null, false, false); } $prod->save(); How can I do ? Thank you
Daily Archives: April 12, 2022
Trying to run a Delta migration but I’m getting a Volume Check Failed message, but unlike others I’ve faced, this one has no further info? Does anyone know how to extract something more useful out of this? [2022-04-11 14:49:56][INFO][mode: delta][stage: delta delivering][step: Customer Attributes Step]: started [2022-04-11 14:49:56][INFO][mode: delta][stage: volume […]
I am new to Magento and I have noticed that everytime I run: bin/magento setup:install --base-url=http://localhost:8090 --backend-frontname=admin --db-host=magento_mysql --db-name=webshop --db-user=admin --db-password=test1234 --admin-firstname=admin --admin-lastname=admin --admin-email=info@sample.com --admin-user=admin --admin-password=test123 --language=nl_NL --currency=EUR --timezone=Europe/Amsterdam --use-rewrites=1 --elasticsearch-host=elasticsearch --elasticsearch-port=9200 The config.php and env.php file are being regenerated. What I would like to accomplish is to have a […]
Create a product group and create an attribute into that specific group…it’s quite easy in magento. Ex : public function createAttributeGroup($groupName,$order = 1) { $attributeSetId = $this->product->getDefaultAttributeSetId(); $attributeGroup = $this->attributeGroupInterfaceFactory->create(); $attributeGroup->setAttributeSetId($attributeSetId); $attributeGroup->setAttributeGroupName($groupName); $attributeGroup->setSortOrder($order); $this->attributeGroupRepository->save($attributeGroup); } This is working fine and you will see a new fieldset in the product form […]
Given an array arr[] of size N such that the sum of all the array elements does not exceed N, and array queries[] containing Q… Read More The post Subset sum problem where Array sum is at most N appeared first on GeeksforGeeks.
Wipro launched a mega drive for all aspirants for the job role of Project Engineer. The Steps are: STEP 1: There is an aptitude +… Read More The post Wipro Elite NTH Interview Experience (Off-Campus) 2022 appeared first on GeeksforGeeks.
Oracle came for recruitment in early November for the positions of Advanced Customer Service The cutoff was 7.0 CGPA, and all branches can apply, around… Read More The post Oracle Interview Experience for Advanced Customer Services Analyst(ACS) appeared first on GeeksforGeeks.
First of all, many of us don’t know about CBNITS company, so CBNITS is a startup service-based company founded in 2018. This company provides solutions… Read More The post CBNITS Interview Experience for SDE-1 appeared first on GeeksforGeeks.