Magento2.3.5: How to remove index.php and theme id from url?
my website homepage is accessible with index.php and theme ID which is as below https://baseurl/index.php https://baseurl/porto_home_26 how do I fix this issue?
my website homepage is accessible with index.php and theme ID which is as below https://baseurl/index.php https://baseurl/porto_home_26 how do I fix this issue?
{ “items”: [ { “id”: 407, “media_gallery_entries”: [ { “id”: 1395, “media_type”: “image” } ] }, { “id”: 407, “media_gallery_entries”: [ { “id”: 1396, “media_type”: “image” } ] } ] } https://developer.adobe.com/commerce/webapi/rest/use-rest/performing-searches/ https://domain.com/rest/default/V1/products?searchCriteria[filter_groups][0][filters][0][field]=media_gallery_entries&searchCriteria[filter_groups][0][filters][0][field]=id&searchCriteria[filter_groups][0][filters][0][value]=1397 How can I query for media_gallery_entries id… Read More »Can we get filtered response from magento where we have to filter a nested object inside an array
I am using a page builder in Magento2. I need to apply the multiple templates in blocks or on the page but once I apply the one admin template on a block it’s overwritten the older template. Please suggest to… Read More »Using Page Builder Apply the Multiple Template
[B][COLOR=”#0000CD”][SIZE=3]Dear colleagues, I hope this message finds you well. I am writing to express my disappointment and frustrat… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1907688&goto=newpost
How scalable is hosting Tally on Cloud? any recommendations based on reliability and performance?… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1907673&goto=newpost
I’m very new to Magento. I installed version 2.4.6. And I’m trying to make a shipping method to estimate the cost of shipping. I created three new products’ attributes (height, width, and length), plus the weight that comes by default.… Read More »Custom Attributes and Shipping Method
State of the art Using a custom type for the page builder, i’m generating this html <div class=”gamme-content”> <h3 data-element=”title”>Discover our others products !</h3> <p data-element=”category_list”>2,1</p> </div> From this template <!–master.html–> <div attr=”data.main.attributes” ko-style=”data.main.style” css=”data.main.css” > <div class=”gamme-content”> <h3 attr=”data.title.attributes”… Read More »Get category data from id in knockout html template
I’m using Magento 2.4.6. When I try to access $request->getAllItems() it returns an empty array. Also, I’m trying with Quote and the same result. public function collectRates(RateRequest $request) // NOSONAR { if (!$this->getConfigFlag(‘active’)) { return false; } $this->_logger->info(‘COLLECT RATES 0… Read More »CollectRates() in getAllItems() is empty
I am using third party extension. I want to add the Page-builder editor instead of the WYSIWYG editor in the adminhtml form. Can anyone help? Check the current code, want to display pagebuilder in the admin form.
I created in the Magento2 backend a newsletter campaign and it will be sent to 6000 subscribers. In my server there is a sending limit at 2000 emails per day. Can I set the limit on Magento2 not to send… Read More »Magento2 | Set limit of sending emails every day