valoros
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] EWWWW IO Keeps crashing every few minutesI signed up for the optimizing service and have input the API Key and that i want it to optimize all formats.
It’s still crashing my site..
Did you find a solution for this? I’m using the following – but I want “pa_arsenalho” to be a variable. I’ve tried ‘taxonomy’ and $taxonomy but neither work.
$customepattributes = get_the_terms( $product->id, 'pa_arsenalho'); foreach ( $customepattributes as $customepattributes ) { echo "<b>".$customepattributes->name."</b>"; echo $customepattributes->description; }
I need the code in the template to display whatever the taxonomy is linked to the page
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Moving display of attributes infoHere’s what I did.. put the following in your description.php
Make sure $Product is global.
<div class=”attributeproduct”>
<?php $customepattributes = get_the_terms( $product->id, ‘xxyourattributexx’);
foreach ( $customepattributes as $customepattributes ) {
echo “<b>”.$customepattributes->name.”</b>”;
echo “
“;
echo $customepattributes->description;
echo “
“;
}
?>
</div>I need to know how to put the attribute in a variable so it will display any attribute value.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Variations not importing correctlyHi did this get resolved as I have exactly the same problem. Master Product is imported and so are the right number of variation with the correct SKU. But it doesn’t select the variation term names – I have have “Any Options” listed for all the variations. Help please..
Forum: Plugins
In reply to: [Woocommerce CSV importer] About how to use Variable products add-onAllaerd, why dont you post your the solutions to the issues people are having. That way if we have the same issue we can find the solution in the forum. The problem is many people are having that same issue, but can’t find the solution because you fix it in private!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce products – Bulk "Link all variations"Did anyone find a solution to bulk “link all variations” ?
Forum: Plugins
In reply to: Woocommerce Custom fields and attributes CSV importerI understand. But The free plugin recommends the add-ons, and this formum seems to be the only place the member allaerd responds to. I simply downloaded the links from his email are purchase and it didn’t download zip files… just a folder and a template file. I need to contact him asap as I need the plugins asap.