A simple price multiplier in the Ubercart domain settings, which could be set at domain level, so the same product sold on different domains could have different price. Preferably the value should be entered in percentage. (Ex. on the preferred domain the product would cost -3%, compared to the main domain.)
Comments
Comment #1
longwaveThis feature has been committed to CVS and will be available in 6.x-1.x-dev soon. A product price modifier percentage can be set on each domain's configuration page.
Comment #2
rak commentedThe multiplier feature is implemented right for products, as standalone nodes. However, when using views, the main selling price is used, no matter of the multiplier settings. Is there a way to provide domain based product sell price for views ?
Comment #3
longwaveI've implemented hook_views_pre_render() which should modify the sell price in all Views output as well.
Comment #4
longwaveComment #6
plasticlax commentedcan this be tied into an online currency converter for the first fully functional multicurrency system for ubercart?