Daily Archives: November 12, 2019
I want to host 5 websites which get around 500 visiters/month each. which hosting should i choose. submitted by /u/CaptainStark619 [link] [comments]
I have been trying to add a placeholder in company field of customer address edit form(edit.phtml) in magento 2. Any suggestion or advice where should I be looking I looked into the block of 'MagentoCustomerBlockWidgetCompany' but could’nt find anything helpful appdesignfrontendCompany_nameMagento_Customertemplatesaddressedit.phtml < ?php $_company = $block->getLayout()->createBlock('MagentoCustomerBlockWidgetCompany') ?> < ?php if […]
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 […]
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 […]