When updating or adding an extension to the Magento 2.1.7 installation I get the following output in the module set up.
Process extensions Status:
Update application is not running
Error in Update!
Please refer to documentation Doc link to perform…
I have 2 custom table and from admin side I want to save few field values to these 2 custom table while clicking Save button. For example in adminside I have Status option and Message option. The Status option value need to be in custom table 1 and…
I have put the session lifetime 84600 at admin side and cookies time same also. but after cleaning cache and again login, it does logout after 30 mints.
Please help me to resolve this issue.
I'm getting this error sometimes. When I remove var/cache/ and flush cache, Site works fine without error.
Why this error come and how I fix it permanently?
I have had a few transactions show up in both Paypal and Stripe that look great on the merchant side, but the order number associated with them is from an older order that the customer placed. For example, I had a customer place an order today and…
I was trying to change product page layout to 2 columns left so that the left navigagion menu could be visible at entire magneto2 store.
when I change Product page Layout at Product Edit page -> Design -> Layout to '2 columns with leftbar' I get…
I have this large file as an example data.sql and what it does is create table and insert the data when I run import from phpMyAdmin.
How could one use this file in a module installer?
I've found something but it's for Magento 1, here is the…
In my block I have provide a function to fetch product details from product Id. Code in block file
public function getProductById($pid)
{
$product = $this->_productRepository->getById($pid);
return…
By providing $product->getPrice() the result which I get is 29.0000. How can I fetch the price in correct format along with currency i.e $29. Please help.
class OrderCreate
{
public function __construct(
\Magento\Framework\Controller\Result\JsonFactory $resultJsonFactory,
\Magento\Framework\Mail\Template\TransportBuilder $transportBuilder,
…