Changing Shop Item Prices!?

How do I change the price of a store item when its a file download!

 

In item edit, there is no option to change a price, only to remove existing file and replace with new one.... easy to do unless your file is large... 

 

phpmyadmin changing the price in both 

bx_store_products and bx_store_products_files doesnt make any difference, it only appears different in the main store listing. Actual price remains the same...

 

Would be nice if there was an easy way to change an items price after its listed! Basic editing requirement...

Quote · 19 Jun 2012

ttt

Quote · 19 Jun 2012

Nobody knows...!

Quote · 21 Jun 2012
I was not able to display prices in Euros in the shop.
Here's the solution:
Open and edit the file / modules / BoonEx / store / classes / BxStoreTemplate.php
Around line 59:

$sPrice = str_replace('.00', '', sprintf ($aData['price_range'], getParam('pmt_default_currency_sign'), getParam('pmt_default_currency_sign')));
 
replace with

 $sPrice = str_replace('.00', '', sprintf ($aData['price_range'], getParam('pmt_default_currency_code'), getParam('pmt_default_currency_code')));

 
 
http://www.maillarbaux.org/support
Quote · 21 Jun 2012

Thanks. Im looking to adjust the prices though not the currency.

Once an item is live, if its a file download, then the price attached to that file wont change!

Should be an easy way to change item prices after they are live... 

Quote · 21 Jun 2012

still not getting anywhere with this.

Only 'normal' method seams to be - first remove the 'old priced item'

then re-upload the file AGAIN with a new price... 

 

No admin controlled way to change the item price (file based product)...

 

Surely this should be a basic admin 'edit' function for a store module???

 

Boonex?

Quote · 23 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.