What about Closte?
Hello guys! I was looking for some past post here about Closte hosting. I remember that many many years ago the first time i heard about Clo… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1890090&goto=newpost
Hello guys! I was looking for some past post here about Closte hosting. I remember that many many years ago the first time i heard about Clo… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1890090&goto=newpost
I’m looking for a decent shared hosting provider which doesn’t use cPanel. Suggestions appreciated, please and thanks…. | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1890094&goto=newpost
Create a product attribute in BE: Engraving Services, input type: Yes/No. On Checkout – step Payment Method page, check if in cart attribute Engraving Services of valid products: Yes, Then disable Payment Method – COD (Cash On Delivery) https://docs.magento.com/user-guide/v2.3/stores/attribute-product-create.html I… Read More »Custom product attribute magento 2
I am trying to get the Constant Contact Inline Signup form and AlphaSSL Security banner working in my site footer. I copied the relevant code from the websites into a block in admin called footer: <!– Begin Constant Contact Inline… Read More »Adding Constant Contact Inline Signup Javascript to Magento
The question is specifically about ./Magento/Checkout/Api/Data/ShippingInformationExtension.php and adding extra columns via extension_attributes.xml. Modules: Source module: Vendor_Module Overriding/extending module: Vendor2_Module2 (extending JS / templates etc / Plugins) from Source module. Issue I need to use a custom extension_attributes.xml inside Vendor2_Module2. Information… Read More »Override `extension_attributes.xml` in extending custom module (which targets ShippingInformationInterface/ShippingInformationExtension)
If I call php bin/magento setup:upgrade I get: “The store that was requested wasn’t found. Verify the store and try again.” What can I do?
Please help i have created the delivery comment module Magento2 : How to save chosen dropdown list from template to the database which suppose to save that comment in sales_order table into delivery_comment column but the module does not save… Read More »Magento2: Making a delivery comment module
We have an adobe commerce configuration where we have both PWA setup and the usual storefront view setup. I wanted to know if it’s possible to use Elastic search on PWA and Live Search on the normal storefront view. In… Read More »Using Elastic search for PWA and Live search for frontend
I need to add Reset option in Manage Coupon Codes Auto Generation coupon grid Action. When select record(coupon code) in the grid and click on the Reset option then Submit button should be display and click on submit button to… Read More »Magento 2: Add Reset option in the Auto Generation coupon grid Manage Coupon Codes section
I am calling Magento2 API /V1/customers/me I want to add custom data in response of this API that is stored in my custom table how can I implement this ? Thanks !!