nBill Community
21/May/2012, 11:45:56 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Click Here
for the nBill home page, or
take a tour
.
Home
Help
Search
Login
Register
nBill Community
>
Version 1.x
>
Bug Reports
>
Can't change price of products
Pages: [
1
]
« previous
next »
Print
Author
Topic: Can't change price of products (Read 587 times)
Antoine
Full Member
Offline
Posts: 154
Can't change price of products
«
on:
24/June/2010, 11:59:20 PM »
Hello,
I try to update several products prices.
I had first to change the vendor of the product as it changed since last update.
I enter the current price in the appropriate field and save.
The new price is well saved in backend, but when I go frontend on the order form the old price is still the one used on submit.
If I go back in backend, I can see by changing back to the old vendor that the old price is still there too.
So I tried setting it back to 0.00, saving, changing to the new vendor with the good price, and saving once more.
But now on frontend the product is considered as free !
I really don't understand how nBill is behaving !
How can I do to have the good prices? (I use nBill 1.2.9)
Regards,
Antoine
Logged
netshine
Administrator
Hero Member
Offline
Posts: 4,563
Re: Can't change price of products
«
Reply #1 on:
25/June/2010, 09:57:52 AM »
Do you have access to a database admin tool like phpMyAdmin? If so, please run this SQL query (change the table prefix if necessary):
DELETE jos_inv_product_price.*
FROM jos_inv_product_price
LEFT JOIN `jos_inv_product` ON jos_inv_product_price.product_id = jos_inv_product.id
AND jos_inv_product_price.vendor_id = jos_inv_product.vendor_id
WHERE jos_inv_product.vendor_id is NULL
That should clear out any old prices assigned to the wrong vendor.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Announcements
-----------------------------
=> Official Announcements
-----------------------------
nBill Extensions (nTicket, nCart, etc.)
-----------------------------
=> nBill Extension Support
-----------------------------
Version 2.x
-----------------------------
=> Installation, Upgrades, and Licensing
=> General Questions/Comments
=> Payment Gateways
=> Language Packs and Translation
=> Community Tips
=> Suggestions
=> General Feedback
=> Documentation
=> Bug Reports
-----------------------------
Version 1.x
-----------------------------
=> Installation and Licensing
=> General Questions/Comments
=> Payment Gateways
=> Language Packs and Translation
=> General Feedback
=> Documentation
=> Bug Reports
-----------------------------
User to User
-----------------------------
=> Services Wanted
Loading...