Hello,
I'm trying to build a shipping flat rate service that will not display a price, it will not charge the customer directly I want to display something like "Express Shipping: To be determined (not included in the price yet)", I've set the shipping method base price to 0, but all what it displays is "Express Shipping: 0,00 €". I can't add in the base price field some text because obviously it has to be numeric.
I was thinking to add in the description (to be determinated) in the title and using CSS to hide the 0,00 price, but it doesn't have a separate class for label and for price and it's not a nice solution either.

Is there anyway I can achieve this ? Using some sort of API maybe ? Any suggestion will help me, thanks!

Comments

nvahalik’s picture

Category: Task » Support request
Issue summary: View changes
Status: Active » Closed (works as designed)

Have you tried achieving this with Commerce Flat Rate and/or Commerce Discount?

If you're needing to customize the output, you'll need to handle that in your own code.