I am creating the module is already functional. Now I need to change the price of a specific product when filling in the 2 cuttomized options. My base price is per square meter, so when I fill in the values, the transaction is carried out and the final price is […]
Magento
I have set up a Magento 2 instance and am trying to modify the email confirmation when ordering. In the admin panel, I found the templates at Marketing => Email templates. But it seems the template doesn’t include the blocks of the actual order content. Instead I found this: {{layout […]
I want to attach invoice pdf with invoice email. I been looking at few links from stack exchange but I am not able to get anywhere with it. I know customers can download invoice from their account area. Is there anyway we could attach customers invoice via invoice email I […]
I am using the latest version of porto theme and magento 2.4.4. I’m having a problem right now, php -f bin/magento setup:static-content:deploy Deploy using quick strategy Error happened during deploy process: Deprecated Functionality: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in /var/www/html/vendor/magento/framework/View/Asset/PreProcessor/FileNameResolver.php on line 44 […]
In Magento2 I’ve enabled the Related Products and Upsell Products blocks. Everything’s fine except for the template of the single item. I want to change that to another custom one. Here in app/design/frontend/Vendor/theme/Magento_Catalog/templates/product/slider/product-slider.phtml The template for the items in the file above is declared here: $itemTemplate = $block->getData('item_template') ?? 'Magento_Catalog::product/list/item.phtml'; […]
The ‘Search by keyword’ bar is missing from all the admin grids(order, invoice, products etc). Any help would be appreciated.
In my Magento store in the category page I display a grid of products each product contains used and new products. All configurable products are considered new, all used simples are considered used. When trying to sort by Lowest Price the order messes up due to some configurable products come […]
We have 2 clients; each with multiple stores, one for each of their child companies. Client B bought a company from Client A, so we need to migrate the entire store away from Client A’s instance. We’ve separated it into its own instance, but what Client B would ultimately like […]
ubuntu 22.04 and Magento2.4.3, php7.4 when i try setup:install Command i get following errors, any idea why is this happening? below is my commands sudo composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento sudo php bin/magento setup:install --base-url=http://localhost/magento2/pub/ --db-host=localhost --db-name=magento2 --db-user=magento2 --db-password=Admin@123 --admin-firstname=Admin --admin-lastname=Admin --admin-email=admin@admin.com --admin-user=admin --admin-password=Admin@123 --language=en_US --currency=USD --timezone=America/Chicago --backend-frontname=admin --use-rewrites=1 --search-engine=elasticsearch7 […]