help

StartPrev 1 2 NextEnd
27.01.2021 13:50
#1
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
help

I'm looking for a batch editing plugin for prices and ... products
Using Excel file upload

 
27.01.2021 13:57
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

https://www.webdesigner-profi.de/joomla-webdesign/shop/import-export/universal-csv-import.html

 
27.01.2021 19:42
#3
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

Thanks
If you make some of these paid plugins free, users will use Joom Shopping more and template companies will use Joom Shopping more.

 
09.02.2021 21:51
#4
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

hi
Product prices in management
Example
2000000
Let it be
2/000/000

 
09.02.2021 22:22
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

configuration / Currency
Thousands separator : /

 
10.02.2021 19:33
#6
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

hi
I mean when entering the price of the product
Aw: help

 
10.02.2021 20:51
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

No.
Enter need xxxxxxxxxxx.xx

 
11.02.2021 17:46
#8
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

hi
What should I do when product pricing is enabled in separator (/) management?

 
11.02.2021 20:13
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

Change
\components\com_jshopping\lib\functions.php

function saveAsPrice($val){
$val = str_replace(",",".",$val);
preg_match('/-?[0-9]+(\.[0-9]+)?/', $val, $matches);
return floatval($matches[0]);
}

to

function saveAsPrice($val){
$val = str_replace(",",".",$val);
$val = str_replace("/","",$val);
preg_match('/-?[0-9]+(\.[0-9]+)?/', $val, $matches);
return floatval($matches[0]);
}

 
12.02.2021 20:31
#10
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

hi
I did not do it

 
15.02.2021 20:37
#11
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

Your code did not work

 
15.02.2021 20:58
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

Edit / set price (only format XXXXXXX.XX)

 
16.02.2021 22:28
#13
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

hi
Admin I did not understand. Explain more. Thank you

 
16.02.2021 22:35
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

Format price for website (frontent)
https://www.joomshopping.com/forum/posts/21/14631.html?lang=en#5

No possible change format price in Admin area.

 
17.02.2021 20:04
#15
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

hi
When entering the price of the product, because the separator (/) does not exist automatically, it is possible to enter the wrong price
How to create this option

 
17.02.2021 20:48
#16
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

I already answered you
https://www.joomshopping.com/forum/posts/21/14631.html?lang=en#9

 
19.02.2021 20:45
#17
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

hi
Yes, I entered your code but it did not work

 
19.02.2021 21:09
#18
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

-but it did not work.
?
error?

 
20.02.2021 21:05
#19
hn
User hn
Name: hosin
04.12.2013
Posts: 44
Quote
Aw: help

-but it did not work.
?

yes

error? no

See in the picture
Automatic separator is not enabled for product price in management
Aw: help


Last change: 20.02.2021 21:25
 
20.02.2021 21:51
#20
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25940
Quote
Aw: help

Only now I understood you.

Will be later new addon / plugin

 
StartPrev 1 2 NextEnd


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.