Postponed (maintainer needs more info)
Project:
UC Multiprice
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2010 at 11:03 UTC
Updated:
26 Jan 2011 at 21:25 UTC
in file uc_multiprice.module, in function uc_multiprice_price_handler_alter, I changed
function uc_multiprice_price_handler_alter(&$price, &$context, &$options) {
$cid = uc_multiprice_country_id();
to
function uc_multiprice_price_handler_alter(&$price, &$context, &$options) {
if($options['country_id'])
$cid = $options['country_id'];
else
$cid = uc_multiprice_country_id();
Comments
Comment #1
Docc commentedWhat exactly would be the issue?
Comment #2
bartezz commentedPostponing