We are a US company and the majority of our product pricing is in USD. We have some products we resell that we purchase in Euros. Due to the market fluctuation we can only quote those products in Euros. Another solution would be to remove 'Price' from specific Euro based products and have the customer call. Is there a way to do this in Alicommerce?
Hiding the price is the way to go.
try something like this:
.ProductRetailPrice, .ProductStorePrice, .ProductSavedPrice { display:none;}
This work around has been working well until the switch to AC 2.0.4. I set the price to $0 and configured it to hide the price field and added a customfiel to show Euros. Then I used the payment option "Display the message when no payment is needed:" to leave a message to have them call to complete the transaction. In AC ver 2.0.4 this feature does not appear to working.
i don't think we changed anything in this area in the last release. When you said "this feature does not appear to working", what's the exact message you got?
There is a field in payment section that posts a message in the event that zero payment is due. I used that as a workaround to leave a message for euro purchaces to call to complete transaction. This message no longer posts to the customer.
We'll investigate this soon.
The message is in this resource file: \AliCommerce\StoreFront\CheckoutBlocks\App_LocalResources\CheckoutPayment.ascx.resx
You can change it to whatever you want.