kword
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customize customer processing email with CSS?stonez, glad you found a solution!
Forum: Plugins
In reply to: [WooCommerce] Add to cart missingMaybe it’s the endcoding problem with .css files? The icons (FontAwesome) are unicode symbols.
Forum: Plugins
In reply to: [WooCommerce] Customize customer processing email with CSS?CSS added to email-style.php
You have to add your styles to Addittional CSS block in Theme Customizer:
https://i2.wp.com/cdn3.wpbeginner.com/wp-content/uploads/2015/09/additionalcss.png?ssl=1Forum: Plugins
In reply to: [WooCommerce] Remove prices, subtotals and totalsmy changes are kept and not undergoing changes by updates?
You have to do your changes in Child Theme
Forum: Plugins
In reply to: [WooCommerce] Product VariationDo you use WP All Import Plugin for importing?
Check carefully the import customization if everything is configured properly. Read the documentation:
Importing Variable Products to WooCommerceYou can ask help in plugin’s support forum so the support community can help you:
https://wordpress.org/support/plugin/wp-all-importForum: Plugins
In reply to: [WooCommerce] Remove cart / price from menu in Scribbles themTo hide Shopping Cart Icon from Primary Menu add this code to Addittional CSS block in Theme Customizer:
.main-navigation .primer-wc-cart-menu { display: none!important; }Your theme Scribbles is a child theme of Primer.
To find a way how to remove cart only when it is empty I recommend asking at this theme’s support forum so the theme’s developers and support community can help you:
https://wordpress.org/support/theme/primerForum: Plugins
In reply to: [WooCommerce] Show Attribute On Cart Page Below TitleSince WooCommerce 3.0+ it is available as a free plugin on the WordPress repository: WooCommerce Show Attributes Plugin
Forum: Fixing WordPress
In reply to: Add related pages on pagesI will have site/tag/post-name type of links and I don’t need that
You’ll have links as you appointed in
Settings → Permalinks SettingsScreenhttps://codex.wordpress.org/images/thumb/c/c5/options-permalinks.png/640px-options-permalinks.png
If you’ll choose
site/%postname%the’ll besite/post-nameto add 10 links to pages based on when they were added
I have no idea how to organize pages in groups (if not using subpages). Take a look in WordPress Codex to see What Pages Are:
https://codex.wordpress.org/PagesForum: Fixing WordPress
In reply to: Insert Page into page and flow leftPortfolio plugins might help you
https://wordpress.org/plugins/search/Portfolio/In product edit page, tab “Variations” I set 3 variations, one per single color, with the proper prices
No, you have to set one variation “Color” with three values
https://docs.woocommerce.com/document/variable-product/Forum: Plugins
In reply to: [WooCommerce] WooCommerce Cart icon doesn’t dropdown on all pagesAccess denied for my country, can’t look at your site for helping. Maybe some conditional function work differntly for pages. Try to contact your Theme Author.
Forum: Plugins
In reply to: [WooCommerce] Wonky Rates, especially InternationalYou can create your conditions using shipping methods and adding shipping costs to each method.
Here in the example is the cost of delivery based on the cart weight:
WooCommerce: Shipping by WeightShipping cost based on the product quantity is described here:
How to charge WooCommerce shipping by itemYou can also use the The table rate WooCommerce extention:
https://wordpress.org/support/topic/shipping-rate-for-multiple-items/Sorry for mistakes. I use google translate to answer you.
Forum: Fixing WordPress
In reply to: Add related pages on pagesDo you know about posibility to convert pages to posts or to custom posts? It will be easie to group them together and to add tags
https://ru.wordpress.org/plugins/post-type-switcher/Forum: Plugins
In reply to: [WooCommerce] Including tax and excluding taxReset WooCommerce Rates Steps:
First, make sure you are using the latest version of the TaxJar plugin.
https://woocommerce.com/products/taxjar/Next, head into your WordPress installation under the WooCommerce->System Status menu and then click on the “Tools” tab.
Find the button labeled “Delete ALL Tax Rates” and click it.
Find the button labeled “Clear Transients” and click it.
You can now test this with products in your cart.
Forum: Plugins
In reply to: [WooCommerce] no email sent to customer on downloadable/virtual ordersIf a product is marked as both “Virtual” and “Downloadable”, it will not automatically grant access to the downloadable file unless this setting is selected:
It can be found under
WooCommerce > Settings > Products > Downloadable Products