Under the Choose Offer Type the label above the text field updates depending upon which type is selected.
This is fine however the labeling is transposed between $off and fixed price.
When "fixed price" is selected, the label reads "discounted by". It should read "fixed amount",
and visa versa.

See screen shot
Offer type selected = $ off
but amount is labeled Fixed Amount (should read Discounted By)

The labels for "Discounted by" and "fixed amount" should be reversed.
Does not appear to effect the results, just miss labeled.

CommentFileSizeAuthor
#3 offer-type.PNG4.02 KBgaryg

Comments

garyg created an issue. See original summary.

joelpittet’s picture

Version: 7.x-1.0-alpha8 » 7.x-1.x-dev

could you provide a patch to fix this or screenshots to show where this is please?

garyg’s picture

Issue summary: View changes
StatusFileSize
new4.02 KB
dakala’s picture

@garyg: I think the "Fixed price" option is provided by Commerce Discount Extra. Only the "Discounted by" label is misleading. This is what happens for the different offer types:

  • $ off > Fixed amount = Take $x amount off the original price (deduct from original price)
  • % off > Percentage = Take x% off original price (deduct from original price)
  • Fixed price > "Discounted by" = Sell at $x (replace original price)

"Discounted by" should be either "Sell at" or "Discounted to". I prefer "Sell at".

I'll open an issue for Commerce Discount Extra and attach a patch. I think this issue should be closed.

Thanks.

joelpittet’s picture

Status: Active » Closed (works as designed)

agreed