For example for this page there is a /questions/ask I know how to do a simple URL with a Store direct URL line below not sure how to make one with 2 slashes. simple a href=”{{store direct_url=’test’}}”>Test
Magento1
Running Magento 2 and when someone searches the results are fine but the Pagination returns With Other pages ie; /?cat=&p=2&q=+Masks not /catalogsearch/result/?cat=&p=2&q=+Masks Clients Live Example here: https://www.costumetiger.com/catalogsearch/result/?cat=&q=+Masks The Pagination is off. Magento 2.3.2 Standard search
Since I installed my store I see the SID code in my URLs but I don’t know why it’s there, I found an option in my admin panel to disable it. Could you explain to me why do I need it?
Sometimes I’m receiving this message below during the customer log in, Do you know why and when this message shows up? Invalid Form Key. Please refresh the page
My site became super slow since yesterday. I can not find out which extension causes this. I thought it might because of the weltpixel Google Tag Manager, i disabled it. run setup:upgrade; setup di:compile; s:s:d, but the site is still very slow. this is the request that makes the site […]
I upgraded to magento 2.3.3 but didn’t noticed that they changed email classes and zend framework. I am having a custom module for editing emails in magento admin. But I am having error: FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Class ‘Zend_Reflection_Class’ not found in myfile.php […]
I have a custom eav attribute on a product that is a of type dropdown. When the product is saved, the attribute is saved as the optionId. How do I get its label to be able to display it properly on the frontend. Note: I do not want to load […]
Magento 2.2 How to redirect to homepage on store view switch? I have a multilingual site and want to redirect to homepage every time the store view change. Thanks!