I have set up the currency according to store view but when I see the frontend, it's not displaying.
I have done all the things. Moved the currency using the default.xml file.
Call this from…
We have magento 2.2.3 configured and has been working fine. Recently we had some issues with our smtp server (which is fixed now) but I notice there are too many PHP processes running all the time. and it slows down the server a lot. any ideas?
I…
I have created one custom module Coupon_DiscountCoupon in Magento 2.2.3 but after accessing it from URL it is redirecting me on catalog search module https://alice-dorsia.betaroiup.com/index.php/catalogsearch/result/?q=Coupon_DiscountCoupon
Can…
I have created three product attributes Length, Width, and Height. These will be used to calculate shipping for TNT Shipping Australia.
Now there will be custom options in some products as different dimensions. For this, I have created text fields…
i face the issue in magento223 version after data migration for only customer data to magento223 setup migration was successfully completed.
but in admin login in all customer grid it shows like "No such entity." how to resolve this issue can any…
I am getting error like this
{"0":"Notice: getimagesize(): Read error! in \/home\/rahul\/public_html\/vendor\/magento\/module-catalog\/Model\/Product\/Image.php on line 890","1":"#0 [internal function]:…
I am looking to have the configurable SKU change to the corresponding simple product SKU when the configurable product attributes have been selected. Any help or suggestions would be appreciated.
There is an official bug in Magento 2.2.3 of Paypal Payflow Pro, It is sending comment_1 parameter to Paypal instead of comment1, And Paypal is ignoring this parameter
Magento Team acknowledge this issue:…
I have created a custom module for this.
but its showing Id in database and grid also, in form only its showing label.
how i can get website label instead of website id in grid. please help.
This is my prepare form code:
$fieldset->addField(
…
I am getting this error on customer edit page at the admin side:
Frame callback host must be instance of
Magento\Backend\Block\Widget
I am getting above error for few users only.
I'm creating an email template, I already updated the transactional email logo. But still when I tested it always uses the default luma logo. I'm using Magento ver. 2.2.3
Whenever we are clicking on a Product on Admin site, we are getting this Error.
Exception #0 (Exception): Item (Magento\CatalogInventory\Model\Stock\Status) with the same ID "1" already exists
use \Magento\Framework\Registry;
class Test extends Action
{
protected $registry;
public function __construct(
Registry $registry
)
{
$this->registry = $registry;
}
public function execute()
{
$proid =…
I am trying to run
php bin/magento setup:upgrade
but every time I am getting the below error.
Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for Magento\Setup\Mvc\Bootstrap\InitParamListener
The same error is…
To reproduce the issue, here are my steps :
First I get the customer Token using :
http://.../rest/default/V1/integration/customer/token
I create a cart
http://.../rest/default/V1/carts/mine
Add add to…