SLV
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Line break in Product description in .csvbumb
Forum: Plugins
In reply to: [WooCommerce] Line break in Product description in .csvNope, I asked my theme authors just yet, maybe they can help…
Forum: Plugins
In reply to: [WooCommerce] In stock text not showingThey say:
We won’t be able to include this fix in the upcoming release due to the lower priority of this issue compared to others reported. We’re going to add it to our backlog so we can include it in our planning for one of our future releases.
Lol.
It’s a shop plugin… kinda important I would think so show if something is in stock or not…Forum: Plugins
In reply to: [WooCommerce] Canceled orders moved automatically moved to the trash?To complicated…
I set the status to Paid back and now they stayForum: Plugins
In reply to: [Woo Custom Stock Status] In stock text not showingI found out if i deactivate your plugin the in stock text is showing. So some how the plugin is removing the woocommerce in stock text
Forum: Plugins
In reply to: [Woo Custom Stock Status] In stock text not showingAnd when will this be?
Forum: Plugins
In reply to: [WooCommerce] In stock text not showingHello,
Thanks for the answer and your time.
I did notice the following:
In the theme I’m using and with the help of the makers of: https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624This code let me show that “in stock” text on products without inventory control and status “in stock”:
add_filter( ‘woocommerce_get_availability_text’, ‘ec_child_display_in_stock’, 10 );
function ec_child_display_in_stock( $availability ) {
if ( empty( $availability ) ) {
$availability = esc_html__( ‘In Stock’, ‘electro’ );
}
return $availability;
}BUT!
I have also installed the plugin: Woo Custom Stock Status: https://nl.www.ads-software.com/plugins/woo-custom-stock-status/
With this plugin you can change the following default stock status and different colors for status text:
In stock
Only %s left in stock
(can be backordered)
%s in stock
Available on backorder
Out of stockGreat yes, BUT then the “in stock” text in a product without inventory control and status “in stock” is not showing.
So when I deactivated this plugin the code from my theme works and the text “in stock” is showing…The Woo Custom Stock Status plugin makers did not yet respond to my question: https://www.ads-software.com/support/topic/in-stock-text-not-showing/
Forum: Plugins
In reply to: [WooCommerce] “in stock” not showingI put the
add_filter( 'woocommerce_get_availability', 'custom_get_availability', 1, 2); function custom_get_availability( $availability, $_product ) { //change text "In Stock' to 'SPECIAL ORDER' if ( $_product->is_in_stock() ) $availability['availability'] = __('AVAILABLE', 'woocommerce'); //change text "Out of Stock' to 'SOLD OUT' if ( !$_product->is_in_stock() ) $availability['availability'] = __('SOLD OUT', 'woocommerce'); return $availability; }
in the functions.php of the child theme. But it’s not working…
Can you help?- This reply was modified 4 years, 11 months ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner). Reason: marked code as... code
Forum: Plugins
In reply to: [W3 Total Cache] Host attachments. Showing old page version in browsersWell I am using a CDN from my host now
Forum: Plugins
In reply to: [W3 Total Cache] Host attachments. Showing old page version in browserscdn.cloudflare.net
Forum: Plugins
In reply to: [W3 Total Cache] Host attachments. Showing old page version in browsersGeneric Mirror
I have cleared all caches in W3 and on the serverForum: Plugins
In reply to: [Yoast SEO] Taxonomies: Show Product filters in search results? Or not?A. OK, thanks for the clarification
B. OK, I leave them then.
C. The Google Search Bot craweld my site again and only 6 ‘Duplicate page, submitted URL not selected as canonical’ ‘Status: Excluded’ messages. Those 6 are all to /product-categorY. With a Redirection plugin I made a rule to send all /product-categorY URLs to /product-categorIE. So they are automatically sent to the right and working categorie page.
D. Google has crawled and indexed my sitemap and sees the IE instead of the Y now.It took Google a week to come and crawl my site.
But all is solved now.
Thanks for your time!Forum: Plugins
In reply to: [Yoast SEO] Taxonomies: Show Product filters in search results? Or not?I recently changed /product-category into /product-categorie. So Google says you want to index …ie, but i indexed ..y.
How do i make it see …ie?Forum: Plugins
In reply to: [Yoast SEO] Taxonomies: Show Product filters in search results? Or not?You say :
Typically, it’s better to set these taxonomies to NOT appear in search results.Then you say: This is because the indexed pages for the filters are useful for a user to see in Google’s search results.
So what is it? Yes or No? Can you explain a bit more?
————————————————————–
Plus… Google says about a lot of product category pages:
‘Duplicate page, submitted URL not selected as canonical’ ‘Status:
Excluded’An example of those excluded category pages:
/sofas
/sofas/2 seater sofa
/sofas/2,5 seater sofa
/sofas/3 seater sofa
All are excluded.Products on /sofas/2 seater sofa, are not on /sofas/2,5 seater sofa or /sofas/3 seater sofa.
Every product category, I think, is important to index?What must I do now?
Must I put in a canonical URL in each of the product categories or?Can you help me?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Changes are not in the emails.Oke thanks