@mynetflixtain Please try to put those codes in the theme functions.php file.
And here is the shortcode for wallet top-up https://gist.github.com/malsubrata/be5a4314956117a773e2b9423b4067dc
I have put them in the function.php .but I get same error on the front end. After putting them on the function.php file
Please, specify the exact shortcode I should use in pages or post
For transactions use [terawallet-transactions].
For Transfer use [terawallet-transfer].
For topup use [terawallet-topup].
Lovely..you are 😍 adorable.it works now … please, how do I change the text- wallet transfer, wallet top up and wallet wallet Transactions.
@mynetflixtain Could you please share a screenshot of that?
Here is a link on the screenshot request🙏🏽, I couldn’t upload it directly
https://www.screencast.com/t/nON4ZJGx8X6
Second, I noticed that when I used the shortcode [ mini_ wallet] it displays the balance but when it’s being clicked upon it redirects. Is it possible for it not be a link that redirects, only the balance,
Thanks.
@mynetflixtain For this, you have to override the wallet dashboard template in the theme folder.
Okay, please how do I do the overrides,
Second, I noticed that when I used the shortcode [ mini_ wallet] it displays the balance but when it’s being clicked upon it redirects. Is it possible for it not be a link that redirects, only the balance,
Thanks.
@mynetflixtain Just cope wc-endpoint-wallet.php template file from woo-wallet/templates folder and put it into yourtheme/woo-wallet/ folder. After that do the necessary changes. If you are not familiar with coding then please contact with theme developer.
when I used the shortcode [ mini_ wallet] it displays the balance but when it’s being clicked upon it redirects. Is it possible for it not be a link that redirects, only the balance,
Thanks.
@mynetflixtain You can use the attached javascript code to disable click
jQuery(function ($) {
$('.woo-wallet-menu-contents').on('click', function(e){
e.preventDefault();
});
});
How do I use it, where should I paste it.
@mynetflixtain Please contact your theme developer.
I am referring to your plugin not a customization. I meant that the balance if clicked on redirects. I only want to show the balance on my website , even when it is clicked on , it should not redirects the users.