white-tiger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: next page not loading in woocommercei think the problem is that when i’m click on ‘2’ button or ‘3’ button, it shoud find the next page in server, and then refresh the page on the client side to replace the current page with the new page.
for some reason, the first step is ok, so it find the right page in the server, bit it’s not automatically refreshing the page, so the previous page stay until refreshing the brower manually.
i think this what cause the problem, but i don’t know how to fix thisForum: Plugins
In reply to: [WooCommerce] group values inside product attributesok i finally solve it, and i want to share everyone that facing the same situation.
step 1: i created a new attribute called ‘filtering’. this attribute is invisible for users, and use only for filtering.step 2: i created values for this attributes, for all options that i need to be exist in filters. for example: i3, i5, i7, i9, 256GB, 512GB, 1TB, 14, 15.6 etc.
step 3: i used yith bulk editor plugin to add this values to maches products. so all computers with i3 have now ‘i3’ value inside ‘filtering’ attribute, and if they also 14 inches size, they have also ’14’ value inside this attribute. (you can create few filtering attributes to make it more clear, but it dosn’t matter).
step 4: i used berocket filtring plugin to create filters for the store, based on values inside ‘filtering’ attribute. the attribute not visible to visitors, so it works perfect without making mess in specs table.
i hope it will help someone in the future, becouse for me it was a really difficult proccess to find it out. it’s almost drive me crazy, but then i finally set it up and everything is fine.
Forum: Plugins
In reply to: [WooCommerce] group values inside product attributeshi tnx a lot for helping me.
in the end i just created a new categories for all values that i need, and add them at ones with yith bulk edit plugin.
for example: i created new category called ‘i3’, then i add al products with i3 to it with the plugin.
i’ll do the same to i5 and i7 etc. and also to screen sizes, hard drive sizes, colors etc.the last quation is if i can create multiple categories filters, so when i choose ‘laptop’ and then ‘i3’, it will show only laptops with i3 and not all computers in i3 category.
if you know how to do that please tell me.tnx again!
Forum: Plugins
In reply to: [WooCommerce] group values inside product attributeshi. tnx a lot for your replay.
if i’ll add this attributes for filtering, for example – i3 attribute, and i’ll make it invisible to the visitors. it will still be filtered?
the reason i asking is becouse i need to do the same foe CPU, GPU, RAM. color, OS and hard drive, and i don’t want all that mess in attributes table.
if i can add this attributes only for filtering purpose, and make them unvisible, it will be better.
also, this solution require coding, becouse as i told, there is lot of products that imported and sync every hour. so i can’t do it manually even with woocommerce importer.
if i can just make a ‘rule’ for filtering, that group all i3 models into i3, and all i5 modles into i5, it will be the best and simplest way to solve it.last word: i thought maybe create filter that based on text search. then when visitor will click on ‘i3’, it actually will show him results based on text search. it’s good idea, but i can’t find any way to make the search filtering looks like attributes filtering, without a typing box.
tnx!