Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author orillacart

    (@orillacart)

    Hello,
    You need to generate new .mo file (language file) The file you need to edit is located in /wp-content/plugins/orillacart/com_shop/languages
    “com_shop.pot” . Edit this file using Poedit or similar software and generate your own translation of Orilla Cart. Place the new com_shop-en_US.mo file in the same folder.

    New support forum available:
    https://orillacart.com/forum/

    Best Regards

    Thread Starter Diekleinenic

    (@diekleinenic)

    Hi,
    Unfortunately, I do not have “com_shop.pot” in the folder you mentioned. The only files in that folder /wp-content/plugins/orillacart/com_shop/languages are:
    Image

    This is the area I want to change on the Checkout screen:
    Screenshot

    The source code HTML for this is:
    <label for=”order_comments” class=””>Order Notes</label>
    <textarea name=”order_comments” class=”form-control” id=”order_comments” placeholder=”Notes about your order, e.g. special notes for delivery.” cols=”5″ rows=”2″></textarea>

    Is there not a place where I can simply edit this?
    Thank you

    Thread Starter Diekleinenic

    (@diekleinenic)

    Never mind, I think I found it ?? orillacart/com_shop/front/views/cart/templates/checkout.tpl.php

    Plugin Author orillacart

    (@orillacart)

    Hello,

    If you edit the template directly, you will lose the change on update.
    You can override that template by creating the following directory structure in your theme directory:

    /com_shop_front/cart

    and copying the file checkout.tpl.php there.

    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing "Order Details" text on Checkout page’ is closed to new replies.