Welcome, Guest
Username: Password: Remember me
JO Responsive Slider for Virtuemart

TOPIC: multiplied products with multiple price lists

multiplied products with multiple price lists 3 years 11 months ago #10281

Hello, on my site I have two price lists one for all and one reserved for wholesalers the module creates two instances of the product for me, one for each price list.
To solve I put a 'where' in the query avoiding that it takes the prices of the wholesaler but obviously it is not the solution to the problem the module should possibly recognize the logged in user and change the price not create multiple instances of the product is a serious bug.

my momentary solution:
/public_html/modules/mod_jo_vm_responsive_slider/libs/vm/SotVm.php
//aggiunta di scartare quelli con prezzo = reseller
$where[] = ' pp.`virtuemart_shoppergroup_id` != 3 ';
The administrator has disabled public write access.
Time to create page: 0.042 seconds