petterbergstrom
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Assign subscription product to multiple postWhen is this future release planned?
And will it be possible to use together wit per post restriction? (=user can choose to either buy a product just for the post or a product that unlocks the whole category)
Forum: Plugins
In reply to: [Wallet for WooCommerce] Put link on account tabOK.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Put link on account tabIt does not work. I now have this code:
add_filter(‘woo_wallet_nav_menu_items’, ‘woo_wallet_nav_menu_items’); function woo_wallet_nav_menu_items($items){ // Replace $product_id with the id of the product you have created. $items['top_up']['url'] = get_permalink(24090); return $items; }
And still the original top-up product is being used, not beeing able to add other products to cart.
- This reply was modified 3 years, 2 months ago by petterbergstrom.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Put link on account tabOK, then I think you misunderstood me. I did not want to turn my new caschback product into the topup-product, since I then can not have it in the same cart as other products. I just want people to be able to buy (or go just to) the product from the wallet tab.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Put link on account tabTried this now, and it makes my new cachback product work as the wallet top upp: you can not have other products in the same cart.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Put link on account tabThanks!
I put both these codes in functions.php with Code Snippets?- This reply was modified 3 years, 2 months ago by petterbergstrom.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Put link on account tabOK, that′s to bad we cant make the top-up product work just like any product with cachback.
But how to do point 2 then?
Forum: Plugins
In reply to: [Wallet for WooCommerce] Put link on account tabThanks, thought I have no idea how to use it….
Would any of these solutions be possible:
1. Make it possible to have the original top up-product in the cart, together with other products?
2. Keep the top up-button on account wallet tab, but redirect it to my new cashback-product instead?Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Filter by posttype in shortcode?Thanks, but I think it′s beyond my capacity. I′ll wish for it on the feature request list ??
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Filter by posttype in shortcode?OK, so if I want to have one list magazines and one with articles, I′d have do duplicate the file and make two different shortcodes?
Forum: Plugins
In reply to: [Wallet for WooCommerce] ConfirmationWorks great, thanks!
Forum: Plugins
In reply to: [Wallet for WooCommerce] Plugin still supported?I′m glad your back!
: )Forum: Plugins
In reply to: [Wallet for WooCommerce] Allow negative balanceThanks, will this also allow user purchases when too low balance? (don′t want that)
So if I want want to allow only admin transactions to result in balance <0, then I would, add this code just before making the bulk transaction, and then remove it again?Forum: Plugins
In reply to: [Wallet for WooCommerce] ConfirmationThats good news, looking forward to the update.
These confirmations would also be nice to get when making bulk transactions on this page: wp-admin/admin.php?page=woo-walletForum: Plugins
In reply to: [Wallet for WooCommerce] Admin columnsNo problem, about the user wallet balances:
I found the custom field and could add it the user view via admincolumns, so that′s a workaround.
But maybe in future you could add som admincolumns functions to this page:
?page=woo-wallet so we can filter users by their wallet balance or a custom field before we make bulk transactions on them.
Then it would be easy to f.ex. debit a certain amount form everyone in a certain group or who has >x in wallet.
My workaround now is to filter in admincolumns, export to csv, edit csv, and upload transactions via importer.About transactions:
If it′s not possible to edit view with admincolumns, then I can export with your module, when I get it.But maybe in future you could add option to view “all” transactions in admin, not only one user at the time, on this page: ?page=woo-wallet-transactions&user_id=…
And filtering + export options, just like in admincoulmns.
Then we could extract the informations we want easy, like ?page=woo-wallet-transactions&type=debit&date>2021-03-10&details=”Wallet funds transfer”