I have added the following code to catalog_product_view.xml to show the SKU in the list of attributes inside the “More information” tab getSku sku sku The other customizations in the file are visible, but not this one. Any idea?
Magento2
I need to add an extra, static image in the page header. Right after the logo. My child theme directory structure in [magento project root]/app/design/frontend/My_Vendor/My_Theme/ ├── Magento_Theme │ └── templates │ └── html │ └── header │ └── logo.phtml │ ├── media │ └── preview.png ├── registration.php ├── theme.xml └── […]
I just set up Paypal Payments Pro and I cant get test mode to work. I have tried several of the recommended credit cards that paypal documentation shows, but when I test it in live mode, it declines (im assuming because its in live mode) but when I switch it […]
Magmi v0.7.22 import while image name include “fußballschuhe” “ß”(like “cap kinder weiß-563tjs.jpg”, “mundial kinder weiß-442bqx.jpg”) disappear front,can’t import success.the other image name include english style appear well front.anyone can help me,i use the magmi import product with my site sale eruo country.that Germany Czech Language image name will in that […]
Tell me how to remove tooltip from the checkout email field. I tried this way app/code/Dv/Tooltip/registration.php < ?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, 'Dv_Tooltip', __DIR__ ); app/code/Dv/Tooltip/etc/module.xml < ?xml version="1.0"?> app/code/Dv/Tooltip/etc/frontend/di.xml < ?xml version="1.0"?> app/code/Dv/Tooltip/Plugin/LayoutProcessorPlugin.php < ?php namespace DvTooltipPlugin; use MagentoCheckoutBlockCheckoutLayoutProcessor; class LayoutProcessorPlugin { /** * @param LayoutProcessor $subject * @param $jsLayout * […]
I’m currently trying out the Cloudflare CDN (free plan), but I didn’t notice much in website performance. My server was having “server load” problems and it did stop, but It seems the website’s performance isn’t much better. I believe It’s because of my Magento’s CDN configuration: So, which URL’s should […]
I’m currently working with url rewrites and I’m looking for a way to get the frontname of a route from a module. This is for module that I’m customizing, not a new module. I don’t want to have to change the id as I would probably need to change quite […]
I have managed to set up Varnish for magento 2 using nginx to handle SSL. However if I try to use the vcl file provided by magento varnish stops working with the usual “Error 503 Backend fetch failed Backend fetch failed” error. There is nothing in the logs nothing shows […]
My Contact Us page, Password Reset, Forgotten password and possibly a few other pages are having their page title overriten to say “Customer Login”. I have a feeling that the culprit is located here,… vendormagentomodule-customerBlockFormLogin.php protected function _prepareLayout() { $this->pageConfig->getTitle()->set(__('Customer Login')); return parent::_prepareLayout(); } My layout files seem to be […]