rachelfwells / Moodie-Outdoor

Moodie Outdoor Products Website
0 stars 0 forks source link

Products - drop down menus #30

Closed rachelfwells closed 10 years ago

rachelfwells commented 10 years ago

In the product pages there is the ability to add details of variations. These are the drop down menus I've been taking about. They allow the user to configure the product to match their needs and lead them to the correct sku number they are after. This functionality works in the back end but does not show up at the front. Eg if you go to site furniture - benches - mago urban tippy - all variations should appear in a drop down menu that changes the sku and images.

It was previously working - but has been an issue since the contact form/enquire button went in. It's a feature of the template. Could it be something is just deactivated?

Let me know your thoughts?

samadd commented 10 years ago

Got the image switching / drop-down re-instated. Turns out that the 'disable prices' setting had the side-effect of deactivating it.

See it working again here: http://rachelwells.com.au/moodiedev/?product=single-cabinet-bbq-queensize

Next step is to inject some code to strip out the Add to Cart button, and replace it with an Enquire button as was there before....

samadd commented 10 years ago

That's it working here: http://rachelwells.com.au/moodiedev/?product=single-cabinet-bbq-queensize

One bug I've noticed is the occasional 'Sorry, no products matched your selection' alert box when you load a product page. Not entirely sure why - will need to look into it. It may just be that they are variable products that aren't set up properly yet?

rachelfwells commented 10 years ago

Thanks Sam. If you can inject the necessary code to reinstate the enquire button if you haven't already that would be great :)

Sent from my iPhone

On 25/02/2014, at 10:13 AM, samadd notifications@github.com wrote:

Got the image switching / drop-down re-instated. Turns out that the 'disable prices' setting had the side-effect of deactivating it.

See it working again here: http://rachelwells.com.au/moodiedev/?product=single-cabinet-bbq-queensize

Next step is to inject some code to strip out the Add to Cart button, and replace it with an Enquire button as was there before....

— Reply to this email directly or view it on GitHub.

rachelfwells commented 10 years ago

Can you send me a link of where this is happening or a screengrab? Of you can investigate that would be great.

Sent from my iPhone

On 25/02/2014, at 10:25 AM, samadd notifications@github.com wrote:

That's it working here: http://rachelwells.com.au/moodiedev/?product=single-cabinet-bbq-queensize

One bug I've noticed is the occasional 'Sorry, no products matched your selection' alert box when you load a product page. Not entirely sure why - will need to look into it. It may just be that they are variable products that aren't set up properly yet?

— Reply to this email directly or view it on GitHub.

samadd commented 10 years ago

Here's an example:

http://rachelwells.com.au/moodiedev/?product=outside-products-argyle

Though there doesn't seem to be anything specified in the variations menu, and so nothing for sale?

The Enquire button injection hooks into the add to cart button section, so if this doesn't appear on all product pages from which there may be an enquiry, then I'll need to provide an alternative means of hooking in to it...

samadd commented 10 years ago

For the enquire button to appear, it seems that an arbitrary price (0.00 works) needs to be entered for the product. If the price field is blank, then Woocommerce sees the product as not for sale, and hence no Enquire button appears.

The link I gave above seems to work okay now, too.