Woocommerce product disappear after 1 second in the admin2020-11-30T19:18:23+05:30

Home Forums Core Woocommerce product disappear after 1 second in the admin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • heyjb99
    Participant
    Post count: 4

    Hello,

    I know that I am supposed to update permalinks in order to fix it, but I did update the permalinks, and the product to top up still disappear after a second in the admin. Do you know if there could be another reason for this behaviour? I tried to deactivate/ activate again terawallet but the bug keeps coming back.

    thank you for your help,
    Jean-Baptiste.

    heyjb99
    Participant
    Post count: 4

    If I deactivate the plugin, then the product does not disappear any longer. But as soon as I activate it back, it disappear again from the list. Also, opposite to the other threads I have seen online, I don’t have the 404 when I try to top up online. Any hints on how to fix this?

    thank you.

    heyjb99
    Participant
    Post count: 4

    Although it seems that the string “Wallet credit through purchase #” is not translatable through PO file.
    So for now I replace the line 107

    <p><?php echo $transaction->details; ?></p>

    in the file wc-endpoint-wallet.php

    for :

    <p><?php echo __( ‘Wallet credit through purchase #’, ‘woo-wallet’ ) ?></p>

    so now it display the correct translation from po file.

    I don’t know if this the correct solution though 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
WhatsApp