News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Is it possible to display products by size?

Started by shakir, November 12, 2011, 16:26:57 PM

Previous topic - Next topic

shakir

Is it possible to somehow setup a drop down search that will display all products in a category that match a certain size (for clothing for example)
A radio box for size 6,8,10,12 that will then only display stock available in those sizes.

Currently Im using custom fields "Size" on each product in category 'dresses'.
Would be great to somehow display only size selected.

The other problem I guess will be that custom fields dont allow allocation of stock control (availability) I dont think?
So perhaps will need child products to do this part?

Its a very common scenario that I need. So I hope there is a way to do this or perhaps a search module is in the makings soon after official release.

If anyone has any ideas please feel free to share :)
Wanting it to work like the "Refine By" box in top left of this page http://www.asos.com/Women/Dresses/Cat/pgecategory.aspx?cid=8799
Again, will need to integrate and assign stick levels for each size of a certain product (dress).

Thanks for any advice or help.

Stephen Roberts

I actually wrote code to do something very similar to what you're asking for. Here's my example, on the right-hand side.

http://www.integritymusicdirect.com/index.php?option=com_virtuemart&page=shop.browse&category_id=11&Itemid=29&vmcchk=1&Itemid=29

A couple of days ago, I ported my solution to VM2 and wrote a couple of plugins/modules to get the job done. It doesn't do any stock control though. Let me know if you're interested in taking a look at my code.
Sell downloadable (virtual) products in VirtueMart 2 and deliver downloads via local server, Amazon S3, and more! http://www.digitollsoftware.com

shakir

Hi Stephen.
Looks interesting. Would love to see how you made it.
Perhaps it can be adapted somehow to filter custom fields?

Stephen Roberts

Possibly. I created a whole separate system for it that includes:


  • Control panel for managing these "facets"
  • Product plugin (as a custom field) for selecting the facets for each product
  • System plugin that overrides a few models because we have to add the facet filtering to the SQL queries
  • Search plugin to allow filtering of search results
  • Breadcrumbs that allow HTML markup so we can add the "remove facet" image and link
  • Module for displaying facets on the front end

It's definitely not a trivial set of code. I'm debugging a few things on it right now. Let me finish that and I'll post what I have so far. Should be done by tomorrow. I would love some thoughts and help on possibly developing this further.
Sell downloadable (virtual) products in VirtueMart 2 and deliver downloads via local server, Amazon S3, and more! http://www.digitollsoftware.com


Milbo

Use the search in a category, then the customfield search pops up (dont know why the others wrote it that way).

There will be a new customfield plugin with stockable custom variants. So afaik everything is already done in the code. But I am quite sure that stephenroberts plugins are worth looking at.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

shakir

Hi Milbo. That sounds perfect.
Any idea when that will be available?

Stephen Roberts

WHEW! Finally got all this working. In the attached file, you'll find 3 plugins and 2 modules as well as some files that need to be replaced (due to bugs in the current release). I've included a README with some basic installation and usage instructions. Please note this ONLY works on VM2 sub release M and has only been tested on Joomla! 1.5.24, so I'm not sure the compatibility with later versions of Joomla! at this point. Also, please keep in mind this is a VERY early version so I'm sure there are lost of issues. It does what I currently need it to do, so I'm not too worried about it right now.

Let me know if you have any thoughts/questions!

[attachment cleanup by admin]
Sell downloadable (virtual) products in VirtueMart 2 and deliver downloads via local server, Amazon S3, and more! http://www.digitollsoftware.com

Stephen Roberts

I made a couple of changes and now it's working in Joomla! 1.7.3, so imagine it would also work in Joomla! 1.6.x. I need to do some cleanup, especially for the language files. I'll finish that and post a Joomla! 1.5, 1.6, and 1.7 compatible version tomorrow.
Sell downloadable (virtual) products in VirtueMart 2 and deliver downloads via local server, Amazon S3, and more! http://www.digitollsoftware.com

Stephen Roberts

As promised, I've cleaned up the code a lot and tested in both Joomla! 1.5.24 and 1.7.3. In addition, I added the search plugin that allows filtering of search results as well. Enjoy!

[attachment cleanup by admin]
Sell downloadable (virtual) products in VirtueMart 2 and deliver downloads via local server, Amazon S3, and more! http://www.digitollsoftware.com

shakir


Enter_PL

This plugin looks very promising, but I could not run it in VM 2. (J1.7 and VM 2.0.0).
Does anyone managed to implement a solution is in the final version of the VM?
Pozdrowienia dla wszystkich :)

www.reklama.studiodomanscy.pl

Stephen Roberts

I've made many changes since posting that original version. Try this file and PM me if you need help with it.

[attachment cleanup by admin]
Sell downloadable (virtual) products in VirtueMart 2 and deliver downloads via local server, Amazon S3, and more! http://www.digitollsoftware.com