Yusuf Shahriar
Forum Replies Created
-
Forum: Plugins
In reply to: [wePOS - Point Of Sale (POS) for WooCommerce] PAGE NOT FOUNDHello @rabhobbies ,
Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.
Thanks!
Hello @daisybelford ,
I am sorry to inform you, your requirements are by default unavailable in Dokan. You might have to do customizations to achieve this. With our limited support policy, we are unable to provide any custom solution.
But I am keeping this thread open for some days so that anyone can contribute.
Regards!
Hello @castelloncreativa ,
Would you mind elaborating on your scenario? I am having trouble understanding the gist of it.
Regards!
Hello @hector0371 ,
Would you mind clearing up some of the confusion? Let me know which user account credit you are talking about. Is it the vendor account or the admin, or the customer account? Also, which payment gateway are you using? Is it an adaptive or non-adaptive payment method?
Depending on the user account and the payment method, the hook will differ. Also, could you elaborate on your use case to explain what kind of functions you are using to achieve what type of functionality?
Regards!
Hello @gestionsmeves ,
Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.
Thanks!
Hello @izzvtech ,
The SMS notifications should go to the phone numbers added in the Billing address field. But you did not confirm if you had enough test credit in your Vonage account to test out the SMS notifications. It’s better to have at least 1.00 test credits to test out the features.
If everything is alright and you still face the issue, then this might be your site-specific issue. Please contact us through this link so that we can test your site thoroughly to find out the issue.
Regards!
Hello @izzvtech ,
I have tested and found no issues on my local site. You have to add the numbers which you will test, in the test number section of your Vonage API account. Also, you will have to have some test credits for the SMS charge. Usually, Vonage gives 2 credits for test purposes. After finishing all the credits, the test message might not reach through.
You may see this screenshot to get a more vivid idea: https://snipboard.io/CifIJ1.jpg
Hope this helps.
Regards!
Hello @techimo ,
Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.
Thanks!
Hello @gestionsmeves ,
It seems like your site-specific issue because, the blurry text has been fixed in our wePOS plugin. Please have a look if there is any conflict on your site. If you are not familiar with checking conflict then please follow this blog.
Regards!
Hello @orelqr ,
Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.
Thanks!
Hello @rook13 ,
The SEO on any site depends on many variables. It is not quite easy to put default inputs in the SEO fields without researching the site. As we are not SEO specialists, it would be better if you could contact someone who understands better in SEO and after researching your site’s requirements, they could provide a better solution.
I am keeping this thread open though for some time so that, anyone can contribute regarding your topic.
Regards!
Hello @techimo ,
By default, Dokan does not consist of such a feature. You will need proper customizations to achieve that. With our limited support policy, we are unable to provide our clients with a custom solution.
I am keeping this topic open though for some time so that anyone can contribute.
Regards!
Hello @orelqr ,
To add this to the product popup form or the new product upload form, you will need customizations. As per our support policy, we are unable to provide any custom solutions.
But I am keeping this topic open so that anyone can contribute to help you.
Also, you can look at this video to get an idea about how can you add a custom field in the product pop-up form: https://www.youtube.com/watch?v=uBvrCUPa-nY&ab_channel=nayemDevs
Regards!
Hello @orelqr ,
The code you have added has an undefined constant which might create an issue with the latest PHP versions. Instead, you may use the code given below which will allow you to add media to the short description and description.
#-- Short description Media button --# add_filter('dokan_product_short_description', function(){ return array( 'media_buttons' => true ); });
#-- Long description Media button --# add_filter('dokan_product_description', function(){ return array( 'media_buttons' => true ); });
After adding these codes, you shall see the add media button on your vendor dashboard product short and long description fields.
Now, to remove the file type and size upload problem, you may use a third-party plugin rather than using a hard code. You can also restrict file type and size upload by user roles. I would suggest using WP Upload Restriction plugin. With this plugin, you can limit upload size and type. Though this is not tested by us since it’s a third-party plugin but it should work.
To change the default media player style, you may take the help of this article: https://www.cssigniter.com/css-style-guide-for-the-default-wordpress-media-player/
Hope this helps.
Best Regards!
- This reply was modified 2 years, 1 month ago by Yusuf Shahriar.
Hello @ogmic ,
You need to apply the filter to remove validation by unsetting those required fields. You will find the filter from the below-given file location.
File path: wp-content/plugins/dokan-lite/includes/Registration.php
Filter name:dokan_seller_registration_required_fields
I hope this helps.
Regards!