westham00
Forum Replies Created
-
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Add Product AttributesI have tried this line, but it does not work for me. Can anyone help? Thanks
<?php echo esc_html( $product->get_attributes() ); ?>
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Edit Wishlist TemplateHello
Thank you for your advice. Well noted for the wishlist-view.php. Currently I am trying however not an expert at PHP.
If any other expert users can help here it would be much appreciated.
Thanks
Forum: Plugins
In reply to: [Compact WP Audio Player] Adjustments for mobile useThis plugin is great. But there is a square background border around the icon .png when I hover my cursor. This hidden border also affects the symetry of the widget on the page.
See image:
I tried to display none using css, but it’s not possible.
Thanks
Fixed – I needed to tick force SSL on checkout.
- This reply was modified 6 years, 1 month ago by westham00.
Thanks for providing the link, I did check, but i’m not sure my issue is the same.
Does it work after refreshing the page?
No, it is unable to place the order, just loads. The reason why I believe this is not a theme related issue, is because it only has the problem while using SSL. For example, I switched cloudflare back and forth between https.
Even if it did work after refreshing, this is a problem as buyers would not know/try to refresh.
Forum: Developing with WordPress
In reply to: Hook a variableHi, thanks for your response. Sorry, I am quite new to this:
You could use the “wp_mail” filter, where the subject is passed to your callback.
How can I achieve this within my code block, I am assuming this filter comes directly underneath the
function dcart_line() {, but when I add the wp_mail filter there is as an error. Thank you.Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Telephone NumberIt is only accepted when I added country code. I have rolled back to previous restropress version as users wont think to add country code.
No it’s not fixed for me. I noticed you posted about this but set as resolved? How did you fix? @smartengineerusa
No it’s not fixed for me. I noticed you posted about this but set as resolved? How did you fix?
@raysutil I checked the code and looks to work. Thanks. However if we adjust this then developer updates plugin, it will revert back?
@playdiune Can you confirm your issue is fully resolved? I tried this but there is still a problem. Sometimes the order catches and changes status, but sometimes it is lost and removed from view.
Example: One time I changed the item to ‘Set as complete’ and it changed the status to paid (still visible in history).
The next time I change an item to ‘Set as complete’ and the item went missing.
Worryingly you can’t recoup the orders which get lost. They sit in ‘all’, but can’t be accessed.
I loaded the plugin on another wordpress test site with no other plugins, and the issue was the same.
- This reply was modified 6 years, 2 months ago by westham00. Reason: added question for context