Making upselling promotions on the plugin GUI
-
Is it possible to make upselling promotions with Servert API? Or maybe with Markdown?
It will basically show a featured product image or "on sale" product information on the plugin GUI, or at least in a "News" page or something similar.
If yes, how with a Wordpress website?
-
@orange Maybe with some kind of REST API notification system? There might be some plugins for this...
-
Yes. You will need your plugin to make a request to a server that returns a JSON object containing the data you want to display.
-
Been thinking about doing the same thing at the top of the year.
-
You could also probably include a direct add-to-cart link on the GUI so its literally 1 click and the customer is at the checkout screen
-
@iamlamprey @orange @dustbro How you guys handle
Woocommerce
Plugins in wordpress? I mean woocommerce always put the Digital Virtual product to On Hold or sometimes processing. Customer always keep asking where is the Invoice details and encrypted download links? This is a very bad system of Woocommerce. I have tried Auto Complete Order kinda plugins but no luck. Every time I had to manually set the purchase type to Complete . This only sends customers Invoice and download links. How all of you guys handle and tackle this in wordpress? Samething also happens for Easy digital download. -
@dustbro @iamlamprey
You can even give special discount coupons to the specific customers. My only concern is the plugin initialization performance for multiple instances on the DAW. Also let's say the user got 10 instances, all of the plugins shouldn't try to use GET server api at the same time.
-
@dabdab said in Making upselling promotions on the plugin GUI:
@iamlamprey @orange @dustbro How you guys handle
Woocommerce
Plugins in wordpress? I mean woocommerce always put the Digital Virtual product to On Hold or sometimes processing. Customer always keep asking where is the Invoice details and encrypted download links? This is a very bad system of Woocommerce. I have tried Auto Complete Order kinda plugins but no luck. Every time I had to manually set the purchase type to Complete . This only sends customers Invoice and download links. How all of you guys handle and tackle this in wordpress? Samething also happens for Easy digital download.I used Easy Digital Downloads before. But I've never seen this type of issue on both Woocommerce and Easy Digital Downloads. If you are seeing this issue regularly on all platforms, then you should search the cause of the problem on different things. I think the cause is a common thing because you've been seeing this on all platforms:
- Website Hosting - if the connection fails while payment
- The payment method compatibility with Woocommerce
- Compatibility between Wordpress version - php version - Woocommerce version
- Other Wordpress plugin conflicts - if you use so many plugins that do same job or if there are so many plugins that might cause conflicts. Also beaware that: AJAX stuff can conflict / broke some functions of the Wordpress websites, so you'd better not to use AJAX stuff or so many artistic animations on your website
-
@orange Thank you dear. You have cleared many confusions. I guess my client's HOSTing (Godaddy Managed wordpress) site is doing the mess during transaction. I like to use very minimum number of Plugins.