Most Popular
1500 questions
11
votes
1 answer
How to setup PWA in magento 2.3.1?
I've installed Magento 2.3.1 and trying to use PWA but it's not working, I have followed the below link
https://hackernoon.com/getting-started-with-magento-pwa-studio-with-poc-c54c33f8d038
but when i was trying to create symlink by using the…
Vinod Kumar
- 172
- 13
11
votes
1 answer
Magento 2 - Product sorting issue on category page using product attribute
I made product attribute and assign it on of attribute set so that it will show in the admin product detail page. Based on this product attribute I sort the product collection on category page.
The problem is, I set the Catalog Input Type for Store…
Muhammad Hasham
- 8,692
- 11
- 47
- 105
11
votes
1 answer
Magento 2 - Store disable issue in Multi stores website
I am working on multi store website, as far I know person should be able to disable store view / website if that is not a default store view / website.
I want to disable some of the store views but can't able to disable the store. it give me the…
Muhammad Hasham
- 8,692
- 11
- 47
- 105
11
votes
5 answers
Product Image in invoice email template
I am trying to get product images for invoice email template. I used below code. But I am only getting Magento placeholder image in email template.
Priya
- 589
- 5
- 29
11
votes
7 answers
How to get current product in phtml without registry?
I would like to get my current product in my phtml.
I saw lot of examples with registry in the Block file, but now, in M2.3, it's deprecated.
Someone have an idea how to do ?
Kozame
- 964
- 7
- 24
11
votes
2 answers
Magento 2 Duplicate Orders
I'm getting an strange issue in Magento 2.2.7.
Some of the orders are duplicating despite us only receiving one payment.
It is the exact same order information except for the order number (which increments by 1 every time) and the time (about 5 -…
CJNotts
- 402
- 1
- 8
- 41
11
votes
4 answers
PWA Setup in Magento 2.3.0
How we can use it in Magento 2.3.0?
In Magento 2.3.0, they claim PWA is supported one?
How can we start with this great feature to experience the new thing?
zuber bandi
- 1,062
- 1
- 11
- 22
11
votes
1 answer
Full Class Names in Magento's Factory Methods
In Magento 1, if I use the full Magento class name in a factory method, I'm able to instantiate an object
//trying full class name instead of catalog/product
$object = Mage::getModel('Mage_Catalog_Model_Product');
However, the same thing won't work…
Alana Storm
- 44,345
- 35
- 168
- 353
11
votes
5 answers
Magento 2.3 Inject helper into controller object type error?
Sorry I am new to M2, I am having error whenever I load helper class into controller. I searched every online but no luck. Here is the setup and error when I load
Setup: Magento 2.3 Server Centos 7 / PHP7.2 / Local VM
Error Trace
1 exception(s):
…
Shin
- 113
- 1
- 1
- 4
11
votes
2 answers
Magento2.3 setup:upgrade error
After being able to update magento to 2.3 (which was a pain by itself) I managed to get to the part where the database needs to be updated. Which is in current state when I try to run the command bin/magento setup:upgrade:
Cache cleared…
David Kooijman
- 177
- 1
- 14
11
votes
6 answers
Magento 2.3 custom email attachment not working
Custom email attachment file is not working in magento 2.3.
its working in Magento 2.2.X
Fatal error: Uncaught Error: Call to undefined method Magento\Framework\Mail\Message\Interceptor::createAttachment() in Mail/TransportBuilder.php
In magento…
Manish Maheshwari
- 500
- 1
- 6
- 21
11
votes
4 answers
Magento 2.2.X > 2.3.0 upgrade issues
Today magento 2.3.0 was officially released. I tried to upgrade from 2.2.6 > 2.3.0 but failed. Tried to upgrade from 2.2.6 > 2.2.7 and it succeeded with no issues. tried again 2.2.7 > 2.3.0 and got the same error I had when I tried the upgrade from…
Borde91
- 350
- 2
- 11
11
votes
3 answers
Magento 2.2: Is it possible to use Vue.js in Magento?
If is possible, how can I integrate it in my custom module?
chdzma
- 952
- 7
- 24
11
votes
6 answers
Magento2 checkout/onepage/success redirects to cart
When I use PayPal Plus(PayPal, credit cards) ,the checkout success page is not shown. Instead is redirected to checkout/cart/.
The redirection happens in this file:
Magento\Checkout\Controller\Onepage\Success
glafche
- 487
- 3
- 6
- 21
11
votes
1 answer
Does magento 2 support invoicing based on amount?
I'd like the ability to create (and capture) an invoice based on a dollar amount rather than a quantity of items.
We are currently using the endpoint /V1/order/{orderId}/invoice to create invoices but there is no available parameter for the amount…
Justin Rhyne
- 223
- 1
- 7