99w
Forum Replies Created
-
@rankmathteam This is now resolved, appears to have fixed in a recent update.
@rankmathteam issue with the dashboard widget is when viewing the dashboard as an editor user role.
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Tax on deposit/partial paymentsI see, that’s fine – can you confirm when this is enabled that the sub orders of the parent product are then the correct totals (inc tax?)
You might want to consider including some information regarding this and that the premium version is required for it somewhere in the plugin and docs e.g. if tax is enabled then display a notice about that setting? I only noticed the issue by chance as I was looking at something else, but effectively if you have a store with tax enabled you’ll likely require this feature, if you miss that the option is premium you’ll likely have incorrect sub order totals until realised.
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Tax on deposit/partial paymentsHi,
Unfortunately this is on a local environment you cannot access, however I have just replicated the issue on a new install using the settings applied here:
https://i.postimg.cc/rV92tzzm/tax.jpg?dl=1
Thank you,
For this example we created a plugin and added that code within it. In the good old days we would have added something like this in functions.php, but this no longer exists in this theme.
On further investigation it appears the issue I am seeing is happening on all block based themes. The code seems to work fine on classic themes.
For client site builds we try to stay away from block themes – instead using our own purpose built classic theme, but it would be useful to know why this is occurring for future reference.
I believe this is related: https://core.trac.www.ads-software.com/ticket/45387#comment:11
No problem – if you found the extension useful for your project please consider leaving a short review here.
Hi,
This WooCommerce extension does not include an option currently to change the markup to a list of attribute terms in one line.
It might be something we consider to add as an option in future.
However, you can still display a list as you require using the existing markup. You would just need to apply some custom CSS to display the list in a singular line.
Here is a quick example:
.wcpas-product-attributes { list-style: none; margin: 0; padding: 0; } .wcpas-product-attributes li { display: inline; } .wcpas-product-attributes li:after { content: '; '; } .wcpas-product-attributes li:last-of-type:after { content: ''; }
This should display the list horizontally with a semi colon after each attribute term.
Hope this helps,
Thank you.
- This reply was modified 2 years, 1 month ago by 99w.
Forum: Reviews
In reply to: [Product Search Category Redirect] Great little pluginHi,
Thank you for your review. We are glad you found it useful for your project.
In regards to synonyms this would be fairly complex to implement and would potentially require a library including in the code to do it, plus an interface to configure it.
As this WooCommerce extension has been available for nearly a year and a half and has yet to gain a sufficient active user base (we created and use this on a few client websites and just released it for others too) it’s not something we have the resources to implement in the short term.
Thank you
Forum: Plugins
In reply to: [Memory Meter] Is this the total memory used?No problem @jagd-design, I’ll go ahead and mark this as resolved. If you have any further questions feel free to open another thread.
If you found the plugin useful please consider leaving a short review – thank you ??
Forum: Plugins
In reply to: [Memory Meter] Is this the total memory used?The memory shown is the peak of memory that’s been allocated, it’s showing you the amount of memory allocated for the page request. It’s not a combination of the memory usage across all current users.
This plugin is generally used for logging particular pages repeatedly being flagged near memory limits, which can then be investigated further for potential performance improvements.
Hi,
We haven’t heard back from you for a while in regards to this ticket so we are going to go ahead and mark it resolved.
If you need any further assistance please create a new ticket.
Thank you,
I’m assuming the reason your plugin “Product Search Category Redirect” is installed is to redirect any search query which matches a product category name to the product category page. Shouldn’t this then allow the correct category page banner to be displayed?
With Product Search Category Redirect if the phrase searched matches a product category name it redirects the user to the product category page rather than displaying search results.
The category banner you mention is be being added through another plugin/theme functionality which I don’t know the inner workings of – I can only assume that the banner is being displayed based on the search query, however with Product Search Category Redirect the user gets redirected to the category page not a search results page, so i’m guessing that the other plugin won’t display it as it is conditionally displayed depending on the search query, but with Product Search Category Redirect it is redirecting to the category page, not the search results.
- This reply was modified 2 years, 7 months ago by 99w.
Forum: Plugins
In reply to: [Contact Form 7] mail_failed when files attached larger than 2mbHi,
We found through our host they had limited wp_mail severely when emails have attachments, we’ve had to use a SMTP service to get around this.
Forum: Plugins
In reply to: [Product Attributes Shortcode] Not working correct with wpmlHi @voskotan – we haven’t heard back from you in a while so we are going to mark this issue as resolved, if you have any further feedback on the points raised above please raise a further ticket and let us know.
Thank you,