View Single Post
  #2  
Old 02-12-2017, 09:21 PM
 
mattstyle2 mattstyle2 is offline
 

Advanced Member
  
Join Date: Apr 2015
Posts: 54
 

Default Re: Product Tags for 4.x.x branches?

Altered Cart's shop by filters is a decent base.. can be modified to filter based on whatever if you are good at php. seems to support 'extra fields' out of the gate too

for example, I made a gender filter.
added a column to the variants table
wrote a script that runs periodically to assign variants a gender, populating the variants table (based on if the item is in a sub cat under men's or women's or you can do it by a keyword in the title or keywords field for unisex items.
the filter will then look at the variants table and will only show products in stock if that variant has avail>0 and matches the gender being filtered on.. nice and quick.
__________________
4.7.7.
php7.1, AWS RDS database
memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters,
AC onepage checkout and checkout tools,
altercart cash rewards, bcse DPM for paypal
Reply With Quote