Jump to content
  • 0

Billing Cycle Format


Aldasa

Question

I wish the change the billing cycle format from '1 Month @ £5.99' to '£5.99 / Month'

I need to edit: plugins/order/views/templates/wizard/main_packages.pdt

$this->Form->fieldSelect('pricing_id', $prices, (array_key_exists(($pricing_id ?? null), $prices) ? $pricing_id : ($lowest_price->id ?? null)), array_merge(['class' => 'form-control'], $additional_attributes), ($option_attributes ?? []));

 

I'm unsure where to go from here. My PHP is a little rusty.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...