• Resolved dohukk

    (@dohukk)


    Hi,
    Everything is blank on page where this shortcode, except menu and title page. 🙁

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Kokomo

    (@kokomoweb)

    Hi @dohukk,

    sorry to hear that. Can you copy the shortcode you are using here?

    Thread Starter dohukk

    (@dohukk)

    Hi,
    That was my mistake, I used order_status shortcode twice (order_status=”wc-completed”, order_status=”true”).
    But now I have another problem. 1. The order status column is not display. 2. And in table display only customers with status wc-completed, although “Order status column” is enable and I’m using shortcode “wc-completed, wc-processing, wc-on-hold, wc-pending, wc-cancelled, wc-refunded, wc-failed”. Why?

    I’m using this code [customer_list product=”43″ show_titles=”true” order_status=”wc-completed, wc-processing, wc-on-hold, wc-pending, wc-cancelled, wc-refunded, wc-failed” billing_first_name=”true” billing_last_name=”true” billing_email=”true” order_total=”true” order_payment=”true” billing_country=”true” billing_city=”true” ]

    Plugin Author Kokomo

    (@kokomoweb)

    can you try removing the spaces after the colons in your list of order statuses?

    Thread Starter dohukk

    (@dohukk)

    I tried. In front end the order status column (like in back end) is still not displayed. 🙁
    The rest is OK.

    Plugin Author Kokomo

    (@kokomoweb)

    Hi Dohukk,

    I think I found the issue. I’ll report back here when the fix is ready to download. Sorry about that!

    Sorry for bumping in here… the same situation happening on my site. I will open topic if the update does not resolve on my site.

    Hey Kokomo, loved the way this plugin works and thanks for helping the community. Looking forward to the update.

    Good day!
    Cheers.

    Plugin Author Kokomo

    (@kokomoweb)

    Hey guys,

    I just made an update that should fix this. Basically there was a mixup in the columns and the order_status option was used twice for two different things.. The shortcode has changed, use order_status_column to display the order status.

    in @dohukk ‘s case this would be the appropriate code:

    [customer_list product="43" show_titles="true" order_status="wc-completed,wc-processing,wc-on-hold,wc-pending,wc-cancelled,wc-refunded,wc-failed" billing_first_name="true" billing_last_name="true" billing_email="true" order_total="true" order_payment="true" billing_country="true" billing_city="true" 
     order_status_column="true"]

    Please let me know if it works. Thank-you!

    Thread Starter dohukk

    (@dohukk)

    It work. Thank you! 🙂

    Plugin Author Kokomo

    (@kokomoweb)

    Awesome! Please don’t forget to rate my plugin if you like it! Enjoy!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Shortcode doesn’t work and broke page’ is closed to new replies.