Mitesh Solanki
Forum Replies Created
-
Great.
You can download purchase code from the CodeCanyon user dashboard. Please check attached image.https://ibb.co/LhL0Dd3
The purchase code has generated by the CodeCanyon. You can find it in your order mail and codecanyon user dashboard.
`Hello,
Please follow this document to activate the premium plugin. https://referral.staging.prismitsystems.com/getting-started.html#installing_woocommerce_multilevel_referral%20Plugin
All the free version functionality works like before after validating the premium plugin.
Let us know if you have other queries.
Forum: Plugins
In reply to: [User Rights Access Manager] Role RestrictionYou can create a user role using this plugin. You can only manage the rights of the user role from here. But yes, we will add this functionality in the future.
Forum: Plugins
In reply to: [User Rights Access Manager] simple test not workingWe have fixed this issue and release the new version. Please update the plugin and check it on your end. Let us know if you have any query.
Forum: Plugins
In reply to: [User Rights Access Manager] simple test not workingSorry for your inconvenience. Let us check it out on our end.
Forum: Plugins
In reply to: [User Rights Access Manager] Not working for alidropship pluginYou can hide the menu, submenus, meta boxes for the other user. You can’t hide any extra functionality like custom code or something from the users.
Forum: Plugins
In reply to: [Multilevel Referral Affiliate Plugin for WooCommerce] Referal LinkYou are finding a referral link in the wrong place. The referral link has generated for the referral users, and you can see it on the user dashboard in the front end. It looks like this. https://ibb.co/pWXD7RK Also, you can refer to this plugin document https://referral.staging.prismitsystems.com/documentation.html
Forum: Plugins
In reply to: [Multilevel Referral Affiliate Plugin for WooCommerce] Referal LinkThis link {my domain}/account/?ru={referral code} will register the user under referral code user. Please share a referral setting page screenshot and a site URL to check the setting if you have faced any issue.
Forum: Hacks
In reply to: Fatal error: Call to a member function add_rewrite_tag() on null in …You need to just change one line code and its start working.
add_action('init', 'wd_registrera_taxonomi_ettan'); function wd_registrera_taxonomi_ettan(){ $ettan_args = array ( 'hierarchial' => false, 'query_var' => 'ettan', 'show_tagcloud' => true, 'rewrite' => false, 'labels' => array( 'name' => 'Tavlor p? ettan', 'singular_name' => 'Tavla p? ettan', 'edit_item' => '?ndra kategori', 'update_item' => 'Uppdatera kategori', 'add_new_item' => 'L?gg till tavlor p? ettan', 'all_items' => 'Alla tavlor p? ettan', 'search_item' => 'S?k tavlor p? ettan', 'popular_items' => 'Poppis', 'separate_items_with_commas' => 'Skilj tavlor p? ettan med kommatecken', 'add_or_rem,ove_items' => 'L?gg till eller ta bort tavlor p? ettan', 'choose_from_most_used' => 'V?lj bland de mest popul?ra tavlorna p? ettan', ), ); //Registrera tavlor p? Ettan register_taxonomy( 'tpettan' , array( 'post') , $ettan_args ); }