Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
IOS eShop 2 + VAT
« previous
next »
Print
Pages: [
1
]
Author
Topic: IOS eShop 2 + VAT (Read 3660 times)
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
IOS eShop 2 + VAT
«
on:
June 25, 2010, 10:37:37 »
Hi,
How can someone (
massive
) change the VAT for all the products, in IOS eShop 2 ?
Logged
Rent a Site
|
Lelevose
webgift
Elxis Team
Hero Member
Posts: 4193
Re: IOS eShop 2 + VAT
«
Reply #1 on:
June 25, 2010, 10:43:36 »
To update price, VAT and discount for a product you have to edit the product.
If you have too many products go to
phpmyadmin
and just execute an SQL query like the one bellow.
UPDATE elx_eshop_prices SET tax='21.00' WHERE tax= '19.00';
(for IOS Eshop
v2.x
)
UPDATE elx_eshop_products SET tax='21.00' WHERE tax= '19.00';
(for IOS Eshop
v1.x
)
Original post by datahell :
https://forum.elxis.org/index.php?topic=4111.msg28743#msg28743
«
Last Edit: June 25, 2010, 10:46:44 by WebGift
»
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: IOS eShop 2 + VAT
«
Reply #2 on:
June 25, 2010, 10:46:24 »
Beyond
phpmyadmin
plz, if there is any other way.
Logged
Rent a Site
|
Lelevose
webgift
Elxis Team
Hero Member
Posts: 4193
Re: IOS eShop 2 + VAT
«
Reply #3 on:
June 25, 2010, 10:47:27 »
do You mean under administration area or to edit code of somewhere ?
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: IOS eShop 2 + VAT
«
Reply #4 on:
June 25, 2010, 10:48:46 »
Administration area of course. I can't tell the client to edit the code
Logged
Rent a Site
|
Lelevose
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
IOS eShop 2 + VAT