scalbox
Forum Replies Created
-
Forum: Plugins
In reply to: [CBX Changelog & Release Note] CBX Changelog integration with dokanI would like to thank them as they promised me the addition of support for dokan, so super support!
Thank youForum: Plugins
In reply to: [CBX Changelog & Release Note] CBX Changelog integration with dokanFrom your site the support referred me here, where should I go to speak with you privately on your site?
Thank youForum: Plugins
In reply to: [CBX Changelog & Release Note] CBX Changelog integration with dokanYes but you are not giving me support, for the refund I will write to your email.
In the documentation there is no trace of how the data structure is made, so I could create a compatible form.
The hooks and filters are not mentioned, it is just written that I have to look for them.
I would like to know if there is a way to load the CSS and JS assets in the code I have sent you or if there is a way to replicate what the plugin adds to the woocommerce dashboard but in another part.
Is there a way to do at least 1 of these 2 things or both?
Thank youForum: Plugins
In reply to: [CBX Changelog & Release Note] CBX Changelog integration with dokanI managed to load the template with this code:
add_action( 'dokan_product_edit_after_inventory_variants', "test2", 25, 2 ); function test2() { echo cbxchangelog_get_template_html( 'admin/metabox_changelogs.php'); }just don’t load the css and JS for me. Can you tell me how to load the CSS and JS too?
Or what did you use to import the module into the product area in woocommerce? So I can use the same procedure and make it work.
Otherwise I ask for a refund because there is not a minimum of decent documentation on the product.
Thanks