Aldasa Posted October 13, 2021 Report Posted October 13, 2021 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.
Question
Aldasa
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.
0 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now