mmbsf
Forum Replies Created
-
Hi @sirotwo,
Thank you for choosing SureCart and writing in!
Yes, SureCart should work great on multisite. However, each child site will need to create its own SureCart account.
Best,
Hi @deerinternet,
Thank you for choosing SureCart and writing in!
We don’t have an option to add support for a custom currency, as we support almost all currencies.
I will forward your request to the concerned team so we can add support for this currency in our upcoming updates.
Best,
Hello @mdevillars,
Thank you for your interest in our product and raising this topic!
We apologize for the delay in the release of the import feature. We understand how important this feature is to our users, and we are working diligently to ensure that it meets our high standards for quality and performance.
We currently do not have an ETA for when the feature will be available, but we will keep you updated as we make progress.
Best,
Hi @zokkoz,
Thank you for reporting this. We will fix this in our upcoming updates.
For now, in order to delete a role, you can either use a custom code or the User Role Editor plugin which makes it a lot easier.
SureCart adds four user roles after installation, which are SureCart Customer, SureCart Shop Manager, SureCart Shop Accountant, and SureCart Shop Worker.
Here’s the custom that will remove all SureCart user roles:
function wps_remove_role() {
remove_role( ‘sc_customer’ );
remove_role( ‘sc_shop_manager’ );
remove_role( ‘sc_shop_accountant’ );
remove_role( ‘sc_shop_worker’ );
}
add_action( ‘init’, ‘wps_remove_role’ );
If you’d like to remove only one or some of them, you can remove the line that represnts the user role you’d like to keep.
To use this custom, you will need to simply add it to the functions.php file on your child theme. Once you added the code and saved the file and got the job done, you can remove the code and save the file again.
Alternatively, you can use the Code Snippets plugin to run this code on your website.
Best,Hi @frodde,
Thank you for choosing SureCart!
You can either use a buy link URL or use the add to cart shortcode and customize the buttons with custom CSS.
Read more about custom CSS in SureCart: https://docs–surecart-docs.netlify.app/docs/styling/
Also, here’s a screenshot for your reference: https://share.getcloudapp.com/6quNAelz
Best,
Hi @bbua97,
Thank you for your interest in SureCart!
Our team is currently focused on delivering a stable and high-quality version.
However, we will add these feature requests to our to-do list and we would be happy to prioritize them once we get more requests.
Best,
Hi @appeltaartje,
Thank you for your interest in SureCart and your suggestion!
We have received some requests for this feature and are working to bring it to our users as soon as possible. Unfortunately, we do not have an ETA for when it will be available at this time, but we will be sure to keep you informed of any updates.
Best,
Hi @olberutriagarcia,
We haven’t heard from you for a while so we are marking this thread as resolved.
If you have any further questions, please start a new thread.
Best wishes,
Based on your description, I think you would need to exclude cookies as well.
Hi @iuliarotaru,
Sorry for the delayed response.
We checked with our developers and here are their suggestions:
a. Update WooCommerce to the latest version.
b. Try isolating the issue by deactivating all third-party plugins. If the issue solved, activate the plugins one-by-one to locate the conflict.
If that didn’t work, please share your checkout URL so our developers can take a closer look.
Hope this helps.
Let us know how it goes.
Hi @dzulfriday,
We haven’t heard from you for a while so we are marking this thread as resolved.
If you have any further questions, please start a new thread.
Best wishes,
Hi @gloqon,
Thank you for choosing our product and writing in!
Can you please share more information about your selling flow here?
Are you using the Events Calendar plugin solely?
It would be great if you could let us know how exactly to replicate your setup on our end to test this case.
Looking forward to hearing from you.
Hi @camilo517,
Thank you very much for choosing our product and reporting this!
I will forward your report to our developers so we can improve this.
If there’s anything else, please let us know.
Best,
Hello @yohanecom,
Thank you for choosing CartFlows and writing in!
You will need to exclude CartFlows steps from Varnish cache using regex.
For further information, I recommend to check with your hosting provider.
Let us know if we could be of any further assistance.
You’re most welcome!
If you ever had any further queries, don’t hesitate to start a new thread.
Best,