---
title: "WT update JShopping prices and quantity - WebTolk websites development, Joomla Extensions"
description: "The plugin allows you to update prices and balances of goods and dependent JoomShopping attributes from a CSV file."
url: "https://web-tolk.ru/en/dev/joomla-plugins/wt-update-jshopping-prices-and-quantity"
date: "2026-06-18T22:11:45+00:00"
language: "en-GB"
---

# WT update JShopping prices and quantity

- **Categories:** [JoomShopping](https://web-tolk.ru/en/dev/joomshopping), [Joomla plugins](https://web-tolk.ru/en/dev/joomla-plugins), [Joomla 4 - Joomla 6extensions](https://web-tolk.ru/en/dev/rasshireniya-dlya-joomla-4)
- **Version:** 1.1.1
- **Date:** 17 December 2025

2651 2683 CTR 99% Plg Free

[Download](https://web-tolk.ru/en/get?element=wtupdatejshoppingpricesandquantity)[Versions](https://web-tolk.ru/en/dev/joomla-plugins/wt-update-jshopping-prices-and-quantity/versions)[GitHub](https://github.com/WebTolk/WT-update-JShopping-prices-and-quantity-Joomla-task-scheduler-plugin)

The plugin allows you to update prices and balances of goods and dependent JoomShopping attributes from a CSV file.

## Description

This task plugin assumes the following data acquisition scenario. You are creating a CSV file in `utf-8` encoding with 3 columns:

1. **product identifier (EAN, manufacturer number or real EAN)**
2. **quantity**
3. **product price**

and put the created file in the selected folder on the site. **The order of the columns is important.**

The products are updated using a simple SQL `UPDATE`. If several products with the same EAN / manufacturer code / readl EAN are found, the changes will apply to all.

Updating prices and quantities for dependent attributes works in a similar way: if several dependent attributes with the same product EAN / manufacturer code/ real EAN are found, then the changes will apply to all, even if they are in different products.

Keep track of the uniqueness of the product EAN / manufacturer code / real EAN when administering the site.

If the file has not changed since the last start of the task, the data will not be updated.

### Video demo (Russian language)

## Joomla

 **Extension type:** Plugin **Folder:** Task **Joomla version:** 5.2.0, 5.2.2, 6.0.1

## Gallery

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/95/en-GB/gallery/Cr05KuzNNBj.webp)

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/95/en-GB/gallery/mbeGMFP5aLK.webp)

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/95/en-GB/gallery/XvH3v3oX7BF.webp)

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/95/en-GB/gallery/Z5vbfRv7Ej4.webp)

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/95/en-GB/gallery/jKaSKBekyK8.webp)

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/95/en-GB/gallery/8NdJMJkaSh4.webp)

## What's new

 2025-12-17 11:34:09

Addition

### Improved compatibility with PHP 8.3+

Added the Field value limiter symbol (enclosure) parameter to the task parameters. It allows you to specify characters that wrap the value of fields. For compatibility with the old task parameters, the default space character is set. In the JoomShopping parameters, the default character is the quotation mark character - ".

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/joomla-plugins",
                "name": "Joomla plugins"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "name": "WT update JShopping prices and quantity"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-update-jshopping-prices-and-quantity",
            "name": "WT update JShopping prices and quantity - WebTolk websites development, Joomla Extensions",
            "description": "The plugin allows you to update prices and balances of goods and dependent JoomShopping attributes from a CSV file.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "WT update JShopping prices and quantity",
            "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-update-jshopping-prices-and-quantity",
            "description": "The plugin allows you to update prices and balances of goods and dependent JoomShopping attributes from a CSV file.",
            "applicationCategory": "Joomla plugins",
            "softwareVersion": "1.1.1",
            "downloadUrl": "https://web-tolk.ru/en/get?element=wtupdatejshoppingpricesandquantity",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 2651
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 2684
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-update-jshopping-prices-and-quantity"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "JoomShopping, Joomla plugins, Joomla 4 - Joomla 6extensions",
            "isAccessibleForFree": true
        }
    ]
}
```
