Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
7.x version is a decent rewrite of the 6.x code. It uses specifically-written “multiprice” field that is being attached to a “product” node type and then all the hooks uses that field to determine a product price distinction between countries and roles. There are several neat features:
1. Ordering roles and countries – if a user has both role and country matches, the module will choose more preferred option.
2. ip2country module integration – it allows to determine a product price automatically based on user’s location.
3. Masquerade block – it allows admin users to look at the prices under different “masks”.
4. Update function – 6.x-2.x to 7.x migration is seamless.