mvarela
Forum Replies Created
-
Forum: Plugins
In reply to: [AwoCoupon] Simple SubscriptionSorry. I should have mentioned that I have both the WooCommerce “Memberships” and “Subscriptions” plugins installed.
Manny
Forum: Plugins
In reply to: [AwoCoupon] Simple SubscriptionHello,
Thanks for the reply. When you setup a product, configure it as a “Simple Subscription” item. Give it a price per year. Set it to expire after one year. Publish.
I then created an AwoCoupon to provide a 10% discount. In the cart, I applied the coupon and it gave a “coupon applied successfully” notice, but no actual discount was given. I changed the item back to a “Simple Product” and then the coupon worked fine.
Let me know if you need any additional information. Thanks.
Manny
Forum: Plugins
In reply to: [BadgeOS] Badges not being issued automatically Version 3.7.1.6Hi @bertolozzi. Still nothing from BadgeOS. The badges are still not being produced automatically by the LearnDash add-on. All plugins are completely up to date on our system. No response, no answers. Bad customer service to not address this situation…
Soon we’ll either find something else or develop our own.
Forum: Plugins
In reply to: [BadgeOS] Badges not being issued automatically Version 3.7.1.6Thank you for adding, @bertolozzi
Forum: Plugins
In reply to: [BadgeOS] BadgeOs not triggering with peepsoThank you for adding, @bertolozzi
Forum: Plugins
In reply to: [BadgeOS] Full List of Badges not Showing Under User EditYES! I have been having that issue as well. The badges are not being awarded automatically. As I have been too busy to chase that one down (was thinking I did something wrong), now you have confirmed that there’s an ongoing problem. Please add me to your other tickets so that I can follow along and provide any feedback that I have. Thanks is advance.
-Manny
Forum: Plugins
In reply to: [BadgeOS] Full List of Badges not Showing Under User EditHello @bertolozzi, @learningtimes
We don’t have 100 badges, so I cannot confirm the same issue. It is working with the 25 or so badges on our list. Maybe they’re putting a limit on it somehow because the list could be super long on the user page. Instead, the field should be a searchable and scrollable list-box to pick from. I will re-open this support ticket based on your discovery and perhaps you should create a new ticket as well. Thanks for the feedback.
-Manny
- This reply was modified 2 years, 1 month ago by mvarela.
Forum: Plugins
In reply to: [BadgeOS] Full List of Badges not Showing Under User EditHello,
I applied the latest update yesterday and confirm the problem to be resolved.
Thank you for your response!
Manny
Hi @balram19,
I temporarily solved this problem only by modifying the Woocommerce dashboared.php and edit-address.php templates – hardcoding the URLs.
However, this is not the ideal way to solve the problem. Somehow, from within a Tab, the %1$s, %2$s, and %3$s variables (dashboard.php), and the esc_url() function (edit-addresses.php) contain and/or are producing the wrong link address. They produce the correct links when not in a Tab. Something in Tabs is incorrectly manipulating these links when adding the “/?p=23420” to the end of the string.
Manny
Hi @balram19,
No worries. I modified a few lines of code in two WC PHP files and was able to bypass the errant default links. All is working now…thanks.
Manny
Hi @balram19,
More information. I have hardcoded the proper URLs within the [woocommerce_my_account] shortcode and now the address is resolved except for the “/?=23420” tag at the end of the URL that gets added somewhere within the Tab shortcode. How can I eliminate that from being added to the end of the string?
https://www.mile2.com/my-account/edit-address/billing/?p=23420
Manny
Hi @balram19,
As an added footnote, on that same blank page, I added the [woocommerce_my_account] shortcode below the Tab shortcode. Essentially two admin instances on the same page. The links in Tab instance are wrong, the links in the instance below it (outside of Tab) works correctly.
Manny
Hi @balram19,
I have created a new Tab (with three tabs) and placed it on a blank page. The first tab contains the [woocommerce_my_account] shortcode all by itself, the other two tabs are empty. So, I have eliminated all other potential plugin/shortcode conflicts. But still the issue remains. Wrong address in several links. I have the screenshots to show you, but not sure how/where to send them to you, or how to attach them here.
Again, the [woocommerce_my_account] shortcode works fine outside of Tab, but some bad links created when placed in a Tab.
Can we somehow do a zoom call to demonstrate the issue?
Manny
Hi @balram19,
We are using the Elementor theme, with the WooCommerce [woocommerce_my_account] plugin within the “My Profile” tab. The other tabs include various LearnDash, Uncanny, and BadgeOS plugins.
Thanks,
MannyHello @balram19,
It seems as though while in a Tab, the WC-Admin path gets modified somehow. I can’t seem to find where that may be happening.
Manny