Jean R.
Forum Replies Created
-
Hello,
Yes I made exactly the same thing but it’s looks like it’s ignoring my filter..
I have 8000 products and cache plugin.Do you think the problem comes from here ?
I just tried to “include only” a category with 5 products.
The feed is slow to generate and I think it will ignore again my filter
- This reply was modified 5 years, 10 months ago by Jean R..
Hi,
Well I already tried this, but the number of product included in my feed is still the same
The “Category” selection take ID or letters ? Plus when I come back to feed filters, the select doesn’t appears anymore, just the text of the category.
I also tried to “include only” by selection a specific category, still the same.
My catalog mainly has variable products and 8000 products.
- This reply was modified 5 years, 10 months ago by Jean R..
Ok it works thanks
Hi,
Each product has sizes like :<sizes> <size name="EU 5XL/6XL" count="4" enabled="yes"/> <size name="EU XL/XXL" count="2" enabled="yes"/> </sizes>Hi, well as I check “link all variations” I cant uncheck it
I dont understand your hook
If I put 1, what happens ? I should increase instead no ?I think the xpath is limited, maybe Xpath 1.0 ?
Finally I used the eample code of the documentation :
https://www.wpallimport.com/documentation/developers/code-snippets/#filter-posts-by-dateAnd it works great !
Again, this xpath expression works nice on validator not on your tools :
//product[add_date[number(replace(substring(.,1,10),"-",""))>=number(replace(substring(concat(current-date(),""),1,10),"-",""))-10000]]Can you please provide me the equivalent for your plugin ?
thanks
- This reply was modified 5 years, 11 months ago by Jean R..
I tried your xpath expressions
When I do :
/product[number(substring(add_date[1], 1, 4)) >= 2019 ]But When I do this, it doesn’t work :
//product[add_date[number(substring(.,1,4))>=number(concat(year-from-date(current-date())-1,""))]]I test a xpath validator online and it works, what I need to do ?
Hello, yes sorry I finally find the problem.
For people for try to trigger by cron :Maybe the curl or wget with cron doesn’t work because you need send headers with it.
Create a php file and make a curl with php Like this :<?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://YOUR_URL/wp-load.php?import_key=YOUR_KEY&import_id=1&action=processing"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, false); $output = curl_exec($ch); curl_close($ch);Then configure your cron to launch this file ! Same for trigger action
I had to do it with php cause direct curl with cron doesn’t work for me.
- This reply was modified 5 years, 12 months ago by Jean R..
Forum: Plugins
In reply to: [MANGOPAY for WooCommerce] Commission doesn’t work ?Bonjour, je viens de réaliser que la gestion des commissions est ce que le vendeur reçoit et non ce que le site prends
Du coup je voulais prendre 2% + 1€ mais en fait il fallait régler 98% + 1€ !!
Et du coup tout fonctionne bel et bien comme il faut !
Vraiment désolé de vous avoir dérangé mais j’étais habitué à configurer les commissions de l’autre façon
Forum: Plugins
In reply to: [MANGOPAY for WooCommerce] Commission doesn’t work ?I want to say that event if I use simple commission (only percentage) it’s same problem
Forum: Plugins
In reply to: [MANGOPAY for WooCommerce] Traduction MangopayOk je viens de voir le problème,
Lorsque je l’installe en effet sans rien, je vois bien la chaine
Mais lorsque je synchronise pour voir toutes les nouvelles chaines, le champ disparaitLors de la synchro : Fusionné depuis le code source. 42 nouvelles chaînes ajoutées. 60 chaînes obsolètes retirées
Le code source est t-il toujours synchro avec votre fichier langue ?
Forum: Plugins
In reply to: [MANGOPAY for WooCommerce] Traduction MangopayBonjour @mangopay,
On doit pas avoir les mêmes fichiers et j’ai retéléchargé votre plugin pour en être sûr, mais ces lignes mentionnées n’existe bel et bien pas !
Vous les avez sûrement pas uploadé ?
Forum: Plugins
In reply to: [MANGOPAY for WooCommerce] Commission doesn’t work ?Je possède WC Vendors Pro qui me permet de créer une commission avec Pourcentage + frais fixe ^^
Pour votre question, je n’y ai pas touché donc lorsque je vais dessus, je vois Type de commission : rien de sélectionné
- This reply was modified 6 years ago by Jean R..
Forum: Plugins
In reply to: [MANGOPAY for WooCommerce] Commission doesn’t work ?Bonjour oui bien sur
2 % + 1€ fixe