Stuart Duff - a11n
Forum Replies Created
-
Hi @webviaggi
Site menus are controlled by the WordPress core software itself and not WooCommerce. There is however no functionality within the WordPress Admin > Appearance > Menus section to automatically have categories added to those particular menus.
What should work for you though is to use a widget called Product Categories List. This will display a list of all product categories added to a site and update automatically as new categories are added.
You can add widgets in WordPress by navigating to WordPress Admin > Appearance > Widgets.
Forum: Plugins
In reply to: [WooCommerce] Tax info in cart showing in 2 lines instead of 1Hi @pleazo
By default the WooCommeerce plugin will display the cart totals section underneath the cart items section on the cart page like this example below.
Image Link: https://cloudup.com/c6wfORp3KDG
Looking at your screenshot the tax is displayed like this due to the cart totals section being on the right-hand side of the page. This area of the WordPress theme you’re using, therefore, does not have enough space to display the details on a single line.
Image Link: https://cloudup.com/cFTyIWiTLND
To solve this you’ll either need to move the cart totals section under the cart items section or try to write some custom CSS to widen the cart totals area within your WordPress theme.
To achieve this type of customization if using CSS I’d recommend using Google Chrome Developer Tools. You can right click anywhere on your webpage to select ‘Inspect Element’, the HTML and CSS properties show up right in your browser.
You can then write some custom CSS to alter the width and display of the elements of your WordPress themes cart page layout.
Forum: Plugins
In reply to: [WooCommerce] Create User Button on Backend-Order-PageHi @jspft
Researching for us today, regrettably, I couldn’t personally seem to find a ready-made solution ( plugin ) that could implement the functionality which you describe.
It may be possible to have a developer write some custom code which could achieve this though. If you would like to investigate that possibility further, you could reach out to some of the official WooCommerce development partners via the link below.
https://woocommerce.com/customizations/
For reference, these forums are also used for general support with the existing core functionality of WooCommerce itself.
For questions related to development and custom coding, your best bet is to ask on either the WooCommerce Advanced Facebook group or the WooCommerce Developer Slack Channel. Someone in these locations may be able to help you out!
I wish we could help more, but hopefully, this gets you going in the right direction to get the job done.
Hi @schmutly
These forums are focused towards offering general support related to the core functionality of WooCommerce itself.
For questions related to development and custom coding, your best bet is to ask on either the WooCommerce Advanced Facebook group or the WooCommerce Developer Slack Channel.
I wish we could help more, but hopefully, this gets you going in the right direction to get the job done.
Forum: Plugins
In reply to: [WooCommerce] Custom Code for Elementor Woocommerce Purchase SummaryHey @sonjamarie
Thanks for the HTML and a direct link to the order page 🙂
Looking at the order received page I can see what you mean by the padding being a little off.
Screenshot: https://snipboard.io/9NqaTe.jpg
Inspecting the CSS output for us it seems the issue is being caused by the Elementor plugin’s CSS output. Testing the CSS below on your site made that look better.
.woocommerce-order-received .order_details th, .woocommerce-order-received .order_details td { padding: 10px !important; }Screenshot: https://snipboard.io/TWGBMI.jpg
You can add CSS to a WordPress installation by navigating to WordPress Admin > Appearance > Customize > Additional CSS
If you require any further assistance with the styling of elements due to using Elementor we’d suggest reaching out to the Elementor support team.
https://elementor.com/support/
I hope this helps.
Forum: Plugins
In reply to: [WooCommerce] ArgumentResolverTrait not found in Definition.php on line 14Hey @boostup
That’s great to hear you have the behaviour resolved not.
For future reference, when you see the text not found in within a code error message. That’s usually related to a file being missing from a plugin installation. 😉
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] My account add SEPAHey @4nderi
As @danndumia indicated for customers to be able to save card details on the My Account > Payment Methods section you would need to enable the Enable payment via saved cards setting within the Stripe plugin.
If you have enabled that setting and are still not able to save cards from My Account > Payment Methods please send our team a support message over at WooCommerce.com. They’ll be more than happy to take a closer look at this for you.
You can create a support ticket for Stripe using this form below on WooCommerce.com.
Forum: Plugins
In reply to: [WooCommerce] Custom Code for Elementor Woocommerce Purchase SummaryHi @sonjamarie
What’s the exact section of the HTML you’re trying to add a left-padding for?
Would that be the content within this section of the HTML table?
<tfoot> <tr> <th scope="row">Subtotal:</th> <td><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>1</span></td> </tr> <tr> <th scope="row">Shipping:</th> <td><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>15</span> <small class="shipped_via">via Standard Shipping</small></td> </tr> <tr> <th scope="row">Tax:</th> <td><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>0</span></td> </tr> <tr> <th scope="row">Payment Method:</th> <td>Credit Card (Stripe)</td> </tr> <tr> <th scope="row">Order Total:</th> <td><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>16</span></td> </tr> </tfoot>Forum: Plugins
In reply to: [WooCommerce] woocommerce cart is not working on mobile devicesHey @krazywop
Looking at your site today I can see the contents of the cart on the cart and checkout pages on both desktop and mobile devices. It seems like you have managed to resolve this behaviour now. I’ll therefore set this forum topic as resolved.
If you do experience any further issues please do let us know.
Forum: Plugins
In reply to: [WooCommerce] Disable Header Cart for a specific user or user roleHi @sl2022
The header cart functionality is implemented by the WordPress theme which is being used. It may be possible to write some custom code which would allow you to hide header elements like the mini cart for specific customers or user roles.
These forums are meant for general support with the core functionality of WooCommerce itself. For questions related to development and custom coding, your best bet is to ask on either the WooCommerce Advanced Facebook group or the WooCommerce Developer Slack Channel.
If you would like to investigate that possibility further, you could hire a developer o help you write the code. On this page, you can reach out to some of the official WooCommerce development partners via the link below.
https://woocommerce.com/customizations/
I wish I could help more, but hopefully, this gets you going in the right direction to get the job done.
Forum: Plugins
In reply to: [WooCommerce] woocommerce_get_product_attributes hook not workingHi @viritte7
For questions related to development and custom coding, your best bet is to ask on either the WooCommerce Advanced Facebook group or the WooCommerce Developer Slack Channel.
If you feel you have discovered a bug within the free WooCommerce plugin as an open-source project you can contribute and report bugs you may have found on this developer board below.
https://github.com/woocommerce/woocommerce/issues
I hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce] shortcode not workHey @majidazad
I’m happy I could help and I’ll set this topic as resolved. If you require any assistance in the future please open a new support topic on the forums.
Forum: Themes and Templates
In reply to: [Storefront] CheckoutTo achieve this type of customization I’d recommend using Google Chrome Developer Tools. You can right click anywhere on your webpage to select ‘Inspect Element’, the HTML and CSS properties show up right in your browser.
This will help you to find any CSS Classes within WooCommerce you’d likle to alter allowing you to write your own custom CSS to change the design of those within the Storefront theme.
Forum: Plugins
In reply to: [WooCommerce] Hiden price on WoocommerceHi @nibafd
Listed on WooCommerce.com are several plugins which can facilitate the hiding of prices or providing prices based on a WordPress user role
https://woocommerce.com/document/catalog-visibility-options/
https://woocommerce.com/products/role-based-pricing-for-woocommerce/
Forum: Themes and Templates
In reply to: [Storefront] CategoryTo achieve this type of customization using only CSS I’d recommend using Google Chrome Developer Tools. You can right click anywhere on your webpage to select ‘Inspect Element’, the HTML and CSS properties show up right in your browser.
You can then write your custom CSS to change the elements that you’ve inspected using the same CSS classes to override your site’s original CSS with your own.