Subrata Mal
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] Tax Issue with Wallet UsagePlease try with placing a new order and let us know.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Tax Issue with Wallet UsageYes we fixed this issue in our latest version of the plugin.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Wallet in databaseYou can check wallet transactions in the database table
woo_wallet_transactions
. Also you can use our plugin API to fetch wallet balance https://github.com/malsubrata/woo-wallet/wiki/API-V3@deadboltz We check this with latest WooCommerce and Astra theme and it working fine for us. Please check if there is any plugin conflict and let us know
Forum: Plugins
In reply to: [Wallet for WooCommerce] TeraWallet icon is not appearingPlease let us know which theme you are using.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Terra-wallet – 404 NOT FOUNDWe fix this issue in our github repo https://github.com/malsubrata/woo-wallet. And will publish the fix in our next plugin update.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Terra-wallet – 404 NOT FOUND@davbah This is permalink issue so please open WooCommerce > settings > advance tab and save that page once.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Remove specific items from transaction historywoo_wallet_transactions
Forum: Plugins
In reply to: [Wallet for WooCommerce] Remove specific items from transaction history@therabidmonk For this you have to delete transactions from database table.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Can’t enable BACS payment method for wallet rechargePlease check if BACS payment method is enabled in WooCommerce > Settings > Payment tab and let us know.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Help me change background color@brightfuture1210 You can write CSS code like this.
.woo-wallet-sidebar ul li.card{
background: #2e2e2e;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar{
background-color: black;
}
Forum: Plugins
In reply to: [Wallet for WooCommerce] WOOCS ISSUE@fhmomo We check this and it is working fine at our end. Could you please share a screenshot?
Forum: Plugins
In reply to: [Wallet for WooCommerce] Remove or hide cashback element in product grid@venkeyaccent Please use the attached code in theme functions.php file to remove cashback notice from shop page.
add_filter('woo_wallet_product_cashback_html', '__return_false');
Forum: Plugins
In reply to: [Wallet for WooCommerce] Untranslatable StringPlease sync the language file then you can translate it.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Untranslatable StringThe string is already added for translation.