Data Centers Facilities Web Hosting Providers
When providers own data centers?… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1905094&goto=newpost
When providers own data centers?… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1905094&goto=newpost
I’ve been with Rochen for the past several years and have been largely pleased with their services and performance. However, this outage is … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1905093&goto=newpost
I am trying to include a product image that has a specific custom role (in the example below its hover_img) The file I am doing this on is: vendor/magento/module-page-builder/view/frontend/templates/catalog/product/widget/content/carousel.phtml I am trying to display it by doing this: <?php $customImg… Read More »How to display product image with custom role on carousel?
I need to add a column containing a button to modify the product or add another button as a remove button in the actions column. the modify button action: open the product’s modification page.
When a user visits my Magento 2 site for the first time, I want to display a multi-option cookie banner where I have a list of all non-essential cookies split into groups, allowing them to allow or deny various groups… Read More »Multi-option cookie compliance
Upon magento I am placing some values into the mariadb database via reading the csv: use PcmagasEmailsModelEmailFactory; use PcmagasEmailsModelEmail; use MagentoFrameworkFileCsv ; class MyController extends MagentoBackendAppAction { // This is populated via constructor private Csv $csv; private EmailFactory $factory; public… Read More »How I can use mariadb’s `ON DUPLICATE KEY UPDATE` ability in magento upon mass insert of data?
I created a CMS page named Cookie but when I save it with the key URL “cookie” it cannot save and shows an error
I have successfully installed and setup magento 2 on a local ubuntu server and I can access it from http://localhost Now I want to access the site from another computer in the same network but when I call http://IP-of-host but… Read More »Access magento installed locally from another PC in the same network
Be careful when hiring a hosting plan from Siteground The page wordpress-hosting.htm says the price is [B][SIZE=4]USD 4.99 per month [/… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1905006&goto=newpost
Creating orders via REST no problem — similar to https://developer.adobe.com/commerce/webapi/rest/tutorials/orders/order-create-order/ Need to modify the shipping total either before (quote) or after (salesorder) and recalculate order totals — also via REST API. So far the best I can find is to… Read More »Apply custom shipping total during or after order creation via REST API