Top WooCommerce & WordPress Plugins › Forums › Order Minimum/Maximum Amount for WooCommerce › Progress Bar
- Support forum for the Order Minimum/Maximum Amount for WooCommerce.
- This topic has 9 replies, 3 voices, and was last updated 1 month, 2 weeks ago by
lachlan.
- AuthorPosts
-
July 21, 2023 at 12:25 pm #120318
lachlan
ParticipantUsing elementor I’ve added the HTML code:
<progress id="alg_wc_oma_progress" value="%total_raw%" max="%amount_raw%">%total% / %amount%</progress>
It doesn’t seem to be populating value’s though I’ve added a minimum and max, it’s just showing a bar with the blue bouncing back and forth:
Can anyone advise why it’s not working? https://ltswholesale.com.au/index.php/wholesale-order-form
July 23, 2023 at 2:16 pm #120694Hi there,
Sorry for the late reply.
I have escalated this with our development team. They will get back to you as soon as possible.
Kind regards.
July 24, 2023 at 8:33 pm #120771pablo-pacheco
ModeratorHi,
For now, you’d have to add the
<progress>
tag in some of the options from the “Messages” section.- This reply was modified 2 months ago by
pablo-pacheco.
July 27, 2023 at 11:45 pm #120966lachlan
ParticipantI attempted adding it to the Messages section and it still didn’t populate values, but that wouldn’t work regardless as I’m doing it on a custom page: https://ltswholesale.com.au/wholesale-order-form
Any updates from the dev team?
July 31, 2023 at 6:15 pm #121165pablo-pacheco
ModeratorHi,
You could try to display the progress tag using the
[alg_wc_oma_amount_msg]
shortcode. Example:[alg_wc_oma_amount_msg min_or_max="min"]<progress id="alg_wc_oma_progress" value="%total_raw%" max="%amount_raw%">%total% / %amount%</progress>[/alg_wc_oma_amount_msg]
- This reply was modified 1 month, 3 weeks ago by
pablo-pacheco.
- This reply was modified 1 month, 3 weeks ago by
pablo-pacheco.
August 7, 2023 at 2:03 pm #121471lachlan
ParticipantI added that using the elementor shortcode widget and still hasn’t worked: https://ltswholesale.com.au/wholesale-order-form/
August 8, 2023 at 5:55 pm #121565pablo-pacheco
ModeratorSomehow, it seems that the shortcode wasn’t added properly on the Elementor shortcode widget.
Please, try the following steps:
1- Try again making sure the initial and final quotes are removed
2- Try adding some other random shortcode in order to check if it works on the Elementor shortcode widget.
August 9, 2023 at 3:23 am #121582lachlan
ParticipantWhat quotes are you referring too?
Shortcode is working fine, other element just below it is loading perfectly.
Can I email you a login for testing?
August 10, 2023 at 8:48 pm #121686pablo-pacheco
ModeratorWhat quotes are you referring too?
On your site, I can actually see the
[alg_wc_oma_amount_msg min_or_max="min"]
shortcode on the frontend. Generally, it happens when the shortcode doesn’t exist or if it was added wrong, for example, using quotes around it, example"[alg_wc_oma_amount_msg]"
instead of[alg_wc_oma_amount_msg]
.Can I email you a login for testing?
Ok, please, send it to [email protected].
August 11, 2023 at 6:02 am #121693lachlan
ParticipantYes, it’s without the quotes, I’ve just sent you an email 🙂
- This reply was modified 2 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.