There is a page on which there are many elements and which have checkboxes, here is an example of one of them. app/code/Test/Module/view/frontend/templates/items.phtml elements set
Monthly Archives: December 2019
I wan’t to add data in a custom field that I created, I used InstallSchema like this: Setup/InstallSchema.php use MagentoFrameworkSetupInstallSchemaInterface; use MagentoFrameworkSetupSchemaSetupInterface; use MagentoFrameworkSetupModuleContextInterface; class InstallSchema implements InstallSchemaInterface { public function install(SchemaSetupInterface $setup, ModuleContextInterface $context) { $installer = $setup; $installer->startSetup(); $installer->getConnection()->addColumn( $installer->getTable('quote'), 'pakke_shipmentid', [ 'type' => 'text', 'nullable' => true, […]
I have some product in my shop which can be ordered but they will be available for shipping in few weeks (because they are still in factory). Is there any way to set the date when the product will arrive from factory and will be ready for shipment?
Everything I have read indicates the formulat for distributing the cart discount among the items of the order is: To calculate the discount amount for each item, Magento uses the following equation: $discountRate = Item price X Qty / SUM of all the items ordered $finalDiscountAmt = Discount total X […]
When I open the single product URL (open product). I wait 8 seconds or more for the page to load. Responsible for this behavior is the amount of queries that magento is performing. For this I enabled slow_query_log as on. Below I leave the link to the entire log generated […]
I’ve been getting this error for a long time and can’t update it. Error Like for every package: You have flashplayeractivex v32.0.0.293 installed. Version 32.0.0.303 is available bflashplayeractivex not upgraded. An error occurred during installation: Unable to read package from path ‘autohotkey.portableautohotkey.portable.nupkg’. https://prnt.sc/qh9dj0
Anyone tried to make multiple authentification to run multiple bot at the same time on a auth.js token key ? { *`*"token": "NjQ0ODkyNTY*(&^&%#$%.Xc$$$%$%$#$$%#%CFAMlEQWGJ6b4"`* } Thanks for the reply ! I Found IT!
I have ~300GB of photos and other data, stored on an external hard drive, that I want to put on my onedrive account. As an Office365 customer I have 1TB of storage available. I have the Onedrive app installed on my desktop and I can see the Onedrive folder in […]
As the title says. How can I know what Bluetooth stack a Bluetooth dongle is using before purchasing it?