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

longwave’s picture

Status: Active » Needs review

This 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.

rak’s picture

The 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 ?

longwave’s picture

I've implemented hook_views_pre_render() which should modify the sell price in all Views output as well.

longwave’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

plasticlax’s picture

can this be tied into an online currency converter for the first fully functional multicurrency system for ubercart?