Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jstuardo

    (@jstuardo)

    Hello…

    no products export, but orders export.

    In menu: WooCommerce -> Orders Export. At the bottom of the page, there is an Export button.

    At this page, there is an option for the user to save the export filters. The problem is that the saved filters are per system, not per user. So, if another user logs in and goes to WooCommerce -> Orders Export page, the default filters are the saved by the other user.

    By the way. My WooCommerce is in Spanish but I think the name of that option in English is “Orders Export”. It is the option just bellow “Orders” option, as shown here: https://prnt.sc/0O9xadqbSen3

    Regards
    Jaime

    Thread Starter jstuardo

    (@jstuardo)

    Hello… My locale is “Spanish Chile”. That way, all Woocommerce plugin texts appear in Spanish, but order export plugin.

    However, by following the link you gave me, I downloaded .po and .mo files and after I renamed to woo-order-export-lite-es_CL.po and woo-order-export-lite-es_CL.mo and finally placed in wp-content/languages/plugins folder, it worked.

    Thanks

    Thread Starter jstuardo

    (@jstuardo)

    Hello… but if cart is stored per user session, I don’t think I can use it to be able to match the record when the order is complete (sometimes order is complete only when administrator changes status to complete, for example, when customer paid using bank transfer after he has abandoned browser session).

    The actual problem is this. My plugin allows the customer to do some choices before proceeding with the purchase. All those choices are stored in a custom database table I created together with the default WordPress tables.

    When the payment was made, I need to save the order id in that custom table in the same record of those choices, so that, in a later time, I will be able to know which choices were set for determined purchase.

    Thinking in other way to accomplish this. The table record of choices has en ID (the primary key). Is it possible to save that ID together with the order? If that is possible, that way I can do the match between the order and the choices.

    Thanks
    Jaime

Viewing 3 replies - 1 through 3 (of 3 total)