couscousdelight
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] URL with index numberHi,
thank you for the answer.When there are 2 sections of the same attribute.
You mean like using twice a attribute filter in the same filters block ? I haven’t this the filters i’m using.
I just try something : creatting a new set of filters with just one category filter in it, and there is still an index number.
Edit : i’ve made a mistake : it works with attributes, but there is still a index with categories.
- This reply was modified 4 years, 10 months ago by couscousdelight.
Hi,
I’ve updated to the last version of your plugin today, but nothing has change, there is still a index number which appears in the filter url.You told me it would be back to normal 15days after my last message, which was one month ago.
I must lauch the site this supmmer, but with your plugin, it just can’t w0rk. So, would you pelase provide a solution ? Thank you.
- This reply was modified 4 years, 10 months ago by couscousdelight.
That’s a verry good new. Thank you !
Try adding an index to the rule:
Hi,
I don’t know how to include a index to the htaccess. Could you give me a tip ?It works, thank you very much.
Hi,
I also need to trigger a script after a product is removed from cart, did you find a solution ?
Edit : ok, i found how to to id.
- This reply was modified 4 years, 11 months ago by couscousdelight.
Hi,
Im’ not sure i can go back to a older version because i’m a pro user, and my 1 year support is passed. I could subscribe to another year of support if you help me with this one.I use url rewriting so that when a visitor clicks on the attribute value in a product page, it opens the product archive page with the right filter selected and removable on the “product archive” page.
So, i’ve just used a single line URL rewrite in .htaccess, and it was working just fine.
the goal was to change a url like this one :
/attribute/label/mondo/Into :
/shop/?filter_label=mondo/with this simple rule :
RewriteRule ^attribute/([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)/ /shop/?filter_$1=$2 [L,R=301]`- This reply was modified 4 years, 12 months ago by couscousdelight.
- This reply was modified 4 years, 12 months ago by couscousdelight.
I had the same problem with attribute displayed in product page, wheni was clicking on them, the URL wasn’t compatible with the filter system.
So, i’ve just used a single line URL rewrite in .htaccess, and it works just fine.
the goal was to change a url like this one attribute/genres-de-film/action/
Into : /shop/?filter_genres-de-film=action/with this simple rule :
RewriteRule ^attributs/([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)/ /shop/?filter_$1=$2 [L,R=301]- This reply was modified 5 years ago by couscousdelight.
Wow, thank you very much Vladimir, this is great support !
I’ll try the code you gave.
Best regards,
ArnaudGreat news, thank you very much Vladimir.
did you have a donation page of Paypal ? I would like to contribute to your work.
- This reply was modified 6 years, 1 month ago by couscousdelight.