Not Compatible with Classic Editor?
-
Hi,
Just found this plugin. I’m looking for a way to accept Stripe subscription payments on my site without using a full ecommerce plugin, so I decided to test this.
I’m using ClassicPress. Everything seems to work so far, except the product edit screen only has the default meta boxes and Product Categories and Tags. No other product setting metaboxes are there.
-
Hello Sean,
You just need to click the DigiCommerce icon at the top right corner before the save button.
Also, just a small precision, for subscriptions, this is a pro feature from DigiCommerce Pro: https://digicommerce.me/subscriptions/
Feel free to ask if you need help.
Best regards.
Thanks for the quick reply Nicolas.
That appears to be the block editor, not a meta box. There is no product details metabox on the classic editor product edit screen.
I understand subscriptions is a pro feature. If this plugin works out, it’s worth the upgrade. The main feature I’m having a hard time finding is the ability to create a product bundle with a fixed price product (website development) and a subscription product (hosting and maintenance monthly fee).
You are most welcome.
Is it possible for you to send me a screenshot so I can see exactly what can be wrong? You can use imgur to send the screenshot.
Did you check this video ? https://www.youtube.com/watch?v=iN4KSzcuFWE
So what you want to achieve is to sell a product (website dev, no subscription) and another product (hosting and maintenance, with subscription), is that right? If yes, then DigiCommerce can totally do that: https://docs.digicommerce.me/docs/subscriptions/
I pasted the screenshot here. Hope it works. Don’t have an imgur account. That video is the block editor.
Didn’t work. If you enable the classic editor, you’ll see what I’m talking about.
-
This reply was modified 1 year ago by
Sean Thompson.
-
This reply was modified 1 year ago by
Sean Thompson.
You can see the screenshot here. This is the test site I’m using…
Ah ok, I see the issue, I didn’t know what ClassicPress was, unfortunately, DigiCommerce works with Gutenberg not the old editor, as we tried to make the best performance possible for every part of it including its settings. Is it possible with ClassicPress to use Gutenberg for some CPT? If yes, activate Gutenberg for DigiCommerce Product only.
There is also the Classic Editor plugin where apparently you can use Gutenberg on some custom post types.
The whole point of ClassicPress is not to have to use the clunky block editor. Would you be willing to add classic metaboxes? I’m sure there are plenty of people that would use this plugin who use ClassicPress, or disable the block editor in WordPress.
We’ll definitely look into it. But, since Gutenberg is JavaScript-based and classic metaboxes rely on PHP, integrating the two might be challenging and could impact plugin performance. We’ll try our best, but we can’t guarantee compatibility without losing performances.
Appreciate your understanding and the feedback!
I may have found a way to register settings in one area to reuse them for Gutenberg and classic editor so it will work for metaboxes too, I need to work on it and do many tests before the release, so if it is possible, it will be done in a future release 👌
That’s great. I hope it works out. Thank you.
Hello @seanthompson,
A new version of DigiCommerce is available 1.0.1 and all settings are now available in classic editor, you will see many new metaboxes.
Here an article to explain settings and their purposes: https://docs.digicommerce.me/docs/product-settings-guide/Let me know if you have any question.
Best regards.
This is great. Can’t wait to test it. Thank you.
So far so good except a couple of issues…
- The Bundle Products selector doesn’t show any products in the options on product edit screen.
- The sidebar menu links on account page don’t include the account page slug, and go to home page with section query string.
- No State field in checkout form or profile.
Hello,
Thanks a lot for your feedbacks, greatly appreciated!
- For the bundle, yes indeed, it was a JS issue, fixed in 1.0.2 👌
- Didn’t quite understood this issue, do you mean that when you click on a link in the sidebar of the account page, it redirects you to the homepage, that’s right? Can you go to your dashboard, click settings > permalinks and just click the save changes button, tell me if it solves the issue.
- Fixed in the next release too 👌
But you’ll need to do an important step after the update, it is to deactivate and activate DigiCommerce again to include the State in the table of the database.
Feel absolutely free to share any feedbacks you have.
Best Regards.
Changing
href="?section=<?php echo esc_attr( $key ); ?>"tohref="<?php the_permalink(); ?>?section=<?php echo esc_attr( $key ); ?>"on line 38 of the my-account.php template fixes the menu links. -
This reply was modified 1 year ago by
The topic ‘Not Compatible with Classic Editor?’ is closed to new replies.