• Resolved Orange

    (@leegrant)


    Hi there,

    I’m just testing the plugin in sandbox mode, all seems good so far.

    The only issue I’m having is that (using express checkout), is that once the order has been made the “Order received” page shows the billing address as N/A. I’m assuming because it’s handled by PayPal?

    But it seems to show just fine in the backend order. Is there a way (template tag) I can show the billing address on the order page and customer email?

    Thanks

    https://www.ads-software.com/plugins/paypal-for-woocommerce/

Viewing 8 replies - 16 through 23 (of 23 total)
  • Plugin Contributor angelleye

    (@angelleye)

    That could be coming from Woo instead of our plugin. Did you check that?

    No, the string “Checkout → Review Order” comes definetly from your plugin. I tried to change the textpart in the two templates of yours:
    paypal-for-woocommerce.php
    classes/wc-gateway-paypal-express-engeleye.php
    But the title did not change. Very stange…

    Can you tell me why I cannot change or translate this part of the code:

    $page_id = wc_create_page(esc_sql(_x('review-order', 'page_slug', 'paypal-for-woocommerce')), 'woocommerce_review_order_page_id', __('Checkout → Review Order', 'paypal-for-woocommerce'), '[woocommerce_review_order]', wc_get_page_id('checkout'));

    And this part:
    wc_create_page(esc_sql(_x('review-order','page_slug','paypal-for-woocommerce')),'woocommerce_review_order_page_id',__('Checkout → Review Order','paypal-for-woocommerce'),'[woocommerce_review_order]',wc_get_page_id('checkout'));

    Plugin Contributor angelleye

    (@angelleye)

    Ah, sorry for the confusion earlier. Yes, that is definitely our review page.

    Did those strings come out in the .pot file that you used for translation, but the translation isn’t working, or are you saying that those lines aren’t included in the translation file at all?

    they are in the pot file. I translated it but it still remains in English like above. I tried to change the string in the 2 files mentioned above, but no changes!

    Plugin Contributor angelleye

    (@angelleye)

    Can you show me how you have it setup in the .po / .mo file you ended up with?

    Can I send you the files?

    Plugin Contributor angelleye

    (@angelleye)

    Yes, please submit a ticket here. Make sure to zip the files before you attach them to the ticket.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘No billing address’ is closed to new replies.