Tom34
Forum Replies Created
-
I tried to add the Gender female if category_link contains “women”. This doesn’t work though. I can very well filter by category but not assign a dynamic attribute:
I couldn’t find the support email address on the website so I post the relevant part of the debug.log here.
I tried both CS on and off and I tried to filter by category_path and category_link.
——-snip—(mappings)-
[91] => Array
(
[rowCount] => 91
[categoryId] => 91
[criteria] => Women\’s Shirts
[map_to_category] => 212 – Apparel & Accessories > Clothing > Shirts & Tops
)——–snip—-
[rules] => Array
(
[1559680138417] => Array
(
[rowCount] => 1559680138417
[attribute] => category_link
[condition] => contains
[criteria] => women
[cs] => on
[than] => include_only
))
[rules2] => Array
(
[1559680475582] => Array
(
[rowCount] => 1559680475582
[attribute] => category_link
[condition] => contains
[criteria] => women
[cs] => on
[than_attribute] => pa_gender
[newvalue] => female
))
I have the main product which is a “grouped product”. This one features the main product image (aka the clean design, let’s say a picture of a “hunting lion”).
Then there are other linked products like a shirt, tank top, sticker who feature different mockups with the “hunting lion” as their product images. This is less beautiful because the art on it is smaller.
They don’t have the clean “hunting lion” picture in their gallery. Only the master product has it.
I saw another Google Product Feed plugin which has an option to do add the master image to the linked products and I thought that this seems very useful. I like the look of Product Feed Pro in general so I wondered if it got this feature as well.
- This reply was modified 6 years, 12 months ago by Tom34.
can you explain what title macros are? Do you mean %category_title% in example or is this something else?
How would you configure a sub product to use the product title of the master (“grouped”) product for SEO? I don’t mean variation products.
Forum: Plugins
In reply to: [WooCommerce] Webhook not firiing – Stuck as Scheduled Actionthank you. this is very useful information.
In Wp-Crontrol I see this message:
“There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron events on your site may not work. The problem was:
cURL error 6: Could not resolve host: www…com”My url is resolvable though. But maybe I am one step further in finding the problem. I enabled the alternative cronjobs in WP-Options. The Scheduled Actions are still not firing though.
WP “Site Health” is still showing the curl, as well as loopback errors.
- This reply was modified 6 years, 12 months ago by Tom34.
Here are samples how the prices are wrong:
Regular store prices:
US price: 24.99$
European: 29.74$ (24.99+19%)Sale with category plugin (2$ off)
Category page: 23.99$ (no idea where this value is coming from)
Variable Product page: 23.99$
When selecting variable product it shows the US price of 22.99$ instead of the European priceCart page: 27.36 (this one is right: 22.99+19%)
thanks for looking into it