• Hello,
    Congratulations for the Great Plugin!!

    can you please advise how to modify in the checkout page, the default status of the checkbox as “true/checked” and the text of the label?
    it currently just says “Shipping Insurance” and it would be nice to modify to “Add shipping insurance”.

    thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I was able to edit the “Shipping Insurance” text by going into the plugin editor and modifying it there. It was on line 253. Below is how the code looks before and after I modified it.

    Before:
    ‘label’ => __(‘Shipping Insurance’),

    After:
    ‘label’ => __(‘ADD OPTIONAL SHIPPING INSURANCE’),

    Thread Starter tconcato

    (@tconcato)

    Thanks for your reply!

    I had tried that, but it is breaking my site and giving an error:
    Parse error: syntax error, unexpected ‘Insurance’ (T_STRING)

    I though it was strange as I’m just modifying a string. any idea why it might happen?

    thank you again

    I’m sorry, I don’t know the answer to that. I’m not a developer and that’s beyond my knowledge level.

    Plugin Author Shannon Michael

    (@shippinginsurance)

    We have the IT team looking into this. For some reason they did not receive any communication notices and I apologize on their behalf.

    Shannon

    Plugin Author Shannon Michael

    (@shippinginsurance)

    Here is a screencast on how to properly do this: https://www.screencast.com/t/Uig7OINl8WZB

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘modify checkbox label and status’ is closed to new replies.