How to Sell Etsy Products on TikTok: TikTok Marketing for Etsy Sellers
If you’re wondering how to sell Etsy products on TikTok, the answer starts with treating
In Magento 2 UI grid, sometimes when data-provider is passed in the XML file and we have to add the filter of store switcher, it doesn’t works,because when Magento call the collection of grid via ajax it use another controller(default -> mui/index/render) and it won’t have the parameter same as the previous URL, so to pass these parameters to new URL we can follow the below mentioned steps.
First add custom key, a filter_url_params section in the data-provider UI grid, as shown:
<dataSource name="driver_listing_data_source"> <argument name="dataProvider" xsi:type="configurableObject"> <argument name="class" xsi:type="string">MageNative\MobiDelivery\Ui\DataProvider\DriverDataProvider</argument> <argument name="name" xsi:type="string">driver_listing_data_source</argument> <argument name="primaryFieldName" xsi:type="string">id</argument> <argument name="requestFieldName" xsi:type="string">id</argument> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="component" xsi:type="string">Magento_Ui/js/grid/provider</item> <item name="update_url" xsi:type="url" path="mui/index/render"/> <item name="storageConfig" xsi:type="array"> <item name="indexField" xsi:type="string">id</item> <item name="dataScope" xsi:type="string">store_id</item> </item> <item name="filter_url_params" xsi:type="array"> <item name="store" xsi:type="string">*</item> </item> </item> </argument> </argument> </dataSource>
In the second step, add the ‘$’ sign, this->prepares updateUrl(); in the __construct(…).
After that add the first add custom key below the filter_url_params section in the data-provider UI grid, as shown
/** * @return void */ protected function prepareUpdateUrl() { if (!isset($this->data['config']['filter_url_params'])) { return; } foreach ($this->data['config']['filter_url_params'] as $paramName => $paramValue) { if ('*' == $paramValue) { $paramValue = $this->request->getParam($paramName); } if ($paramValue) { $this->data['config']['update_url'] = sprintf( '%s%s/%s/', $this->data['config']['update_url'], $paramName, $paramValue ); $this->addFilter( $this->filterBuilder->setField($paramName)->setValue($paramValue)->setConditionType('eq')->create() ); } } }
Now in the end, as a conclusion, this process will help you to add another filter like store-switcher from outside the grid filters.
If you’re wondering how to sell Etsy products on TikTok, the answer starts with treating
Amazon has sparked widespread alarm among electronics sellers across Europe after announcing new requirements that
Summary Pattern Group, one of the largest Amazon resellers and an e-commerce accelerator, has filed
Summary U.S. eCommerce spending grew 8% year over year in August, up from 7% in
Summary The EU’s Data Act (Regulation (EU) 2023/2854) is now legally effective as of 12
In a move that signals a major shift in the advertising world, Amazon Ads and
Mars Petcare UK has officially joined Temu, the fast-rising online marketplace that’s been disrupting global
In 2024, out-of-stock rates surged to 39% for high-demand SKUs by Day 2 of Cyber
News Summary Amazon has officially launched Virtual Multipacks (VMPs), a long-requested feature allowing sellers to
Temu, the fast-rising discount eCommerce marketplace owned by PDD Holdings, continues its rapid expansion in
The upcoming holiday shopping season is projected to deliver steady gains for U.S. retailers, though
Amazon is officially shutting down its long-running Prime Invitee program, a little-known but popular perk
Critical security alert for Adobe Commerce & Magento merchants. Adobe has issued an out-of-band emergency
Exciting news for WooCommerce sellers! WooCommerce 10.2 is officially launching on September 16, 2025, introducing
Effective: September 30, 2025 (U.S. & Canada) Amazon is overhauling its inventory recovery programs. Starting
TikTok has rolled out a set of new support tools for TikTok Shop creators, aiming
Amazon has launched FBA Damaged Inventory Ownership, a program that lets sellers take direct control
Alibaba Group has unveiled a sweeping restructuring of its consumer-facing operations, merging Taobao, Tmall, Ele.me,
Walmart is ramping up its efforts to recruit merchants from the United Kingdom and continental
Amazon is doubling down on artificial intelligence in eCommerce with the launch of Lens Live,