Title: Not Working?
Last modified: August 20, 2016

---

# Not Working?

 *  [DRabbit](https://wordpress.org/support/users/drabbit/)
 * (@drabbit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/)
 * I’m desperate for this to work. I’m using custom Attributes/Variables, so I’m
   thinking maybe it won’t…
    I’m happy to donate if the plugin works! Please help
   🙂 site I’m working on: [http://dev.mineral-mine.com/shop/mineral-foundation/](http://dev.mineral-mine.com/shop/mineral-foundation/)
 * [http://wordpress.org/extend/plugins/woocommerce-variation-details-on-page-product/](http://wordpress.org/extend/plugins/woocommerce-variation-details-on-page-product/)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/not-working-181/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/not-working-181/page/2/?output_format=md)

 *  Plugin Author [Marco Pereirinha](https://wordpress.org/support/users/pereirinha/)
 * (@pereirinha)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490803)
 * I’ve already registered in order to try to track your problem.
 * Please verify it ASAP.
 *  Thread Starter [DRabbit](https://wordpress.org/support/users/drabbit/)
 * (@drabbit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490814)
 * thanks! you’re approved 🙂
 *  Thread Starter [DRabbit](https://wordpress.org/support/users/drabbit/)
 * (@drabbit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490815)
 * (ps. sorry for the delay – I was sleeping!)
 *  Plugin Author [Marco Pereirinha](https://wordpress.org/support/users/pereirinha/)
 * (@pereirinha)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490823)
 * Hi DRabbit:
 * Sorry, but I had to went away. Have you rested well? Really hope so.
 * I found what is causing your problem. Is all about attributes slugs. They can’t
   contain dashes as they will be used as javascript variable names and they can’t
   contain dashes as they will be interpreted as the mathematic operator minus.
 * I think that if you follow this basic step it will fix this. Please, change slug
   name of your attribute Mineral Foundation Colors from:
    -  mineral-foundation-colors
 * to:
    - mineral_foundation_colors
 * Notify me if doing that solves your problem. Meanwhile, I’ll think on an approach
   to avoid this issue on a near future release.
 * Thank you for report this issue.
 *  Thread Starter [DRabbit](https://wordpress.org/support/users/drabbit/)
 * (@drabbit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490824)
 * I changed them all (for colors and for the packaging choices) — it didn’t fix
   it.
 * I am using custom attributes… is that the problem here?
 *  Plugin Author [Marco Pereirinha](https://wordpress.org/support/users/pereirinha/)
 * (@pereirinha)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490825)
 * Yes. That is also contributing for your problems.
    Custom attributes are stored
   on database differently than attributes defined under Products menu.
 * Thus, at this moment, custom attributes are not supported.
 * You should first define attributes on the right place (under Products menus) 
   and use those on your products… i guess that it will take you some time to accomplish.
 * If you are able to wait until the end of this weekend, I might try to achieve
   support to custom attributes. However this is not a guaranty as I have already
   other plans. If your project needs to move along, you shouldn’t wait.
 *  Thread Starter [DRabbit](https://wordpress.org/support/users/drabbit/)
 * (@drabbit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490830)
 * Thanks for looking into this for me.
 * I’ll set up a test product and see what happens when I set up the attributes 
   only in the Product itself. The attributes I’m using already were set up in the“
   Attirbutes” section first.
 * I’d LOVE if you could include custom attributes… it would be so helpful to me.
   It’s something I really need and I’ve been banging my head against a wall trying
   to get it to work.
 * Maybe you know also, I’m trying to make it so when you click on the options you
   want, the photos of the items you selected also show up down by the price. I 
   haven’t actually written any code yet, but maybe this in an option you’d consider
   including in the plugin as well?
 * I can donate $100 if that helps motivate you – wish I could afford more!
 *  Plugin Author [Marco Pereirinha](https://wordpress.org/support/users/pereirinha/)
 * (@pereirinha)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490831)
 * Hi:
 * Just went through WooCommerce documentation and there isn’t a _clean_ way to 
   show custom attributes data.
 * If you really need it, it will have a huge cost on performance, as it will need
   to go through all of your products and check the existence of custom attributes
   one-by-one.
 * Or else, i’m just to tired and need some rest. Will sleep over it and might have
   new ideas tomorrow.
 * Cheers
 *  Plugin Author [Marco Pereirinha](https://wordpress.org/support/users/pereirinha/)
 * (@pereirinha)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490835)
 * Ok, I had a good sleep time. 🙂
 * I took some ideas to bed and I think they will work.
 * My suggestion? Don’t worry, just keep working with custom attributes. A new version
   should be released soon with major upgrade, and it should handle custom attributes.
 *  Thread Starter [DRabbit](https://wordpress.org/support/users/drabbit/)
 * (@drabbit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490837)
 * Glad you have some ideas…
    I don’t know if it helps, but since the text already
   shows up on the page as the alt or title text (when you hover over the attribute
   image), it seems like it should be fairly simply (?) to get it to appear somewhere
   else on the page also… (this is more a question than a statement – LOL)
 *  Plugin Author [Marco Pereirinha](https://wordpress.org/support/users/pereirinha/)
 * (@pereirinha)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490845)
 * Hi DRabbit:
 * Just released the new version. Would you like to try?
    Please, keep me updated.
 *  Thread Starter [DRabbit](https://wordpress.org/support/users/drabbit/)
 * (@drabbit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490847)
 * Sorry for the delay – had a bad back yesterday!
 * I installed the update, but I’m not sure how to use it. It doesn’t work with 
   the default settings…
 *  Plugin Author [Marco Pereirinha](https://wordpress.org/support/users/pereirinha/)
 * (@pereirinha)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490849)
 * Hi DRabbit:
 * Yes, defaults doesn’t apply in your case. In fact, that’s why I’ve extended the
   plugin to support other settings rather than default ones. This is due to the
   theme you use. It changes the mechanics of WooCommerce.
 * I’ve just went to your development environment to check the settings that you
   should apply, but your store is empty. Can you put some dummy data?
 *  Thread Starter [DRabbit](https://wordpress.org/support/users/drabbit/)
 * (@drabbit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490850)
 * you caught me right in the middle of redoing the products! LOL (it figures)
 * There should be a bunch of products there now for you to see…
 *  Plugin Author [Marco Pereirinha](https://wordpress.org/support/users/pereirinha/)
 * (@pereirinha)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/not-working-181/#post-3490851)
 * Hi DRabbit:
 * It would be easier if my credentials would allow me to try.
    However, my first
   test would be:
    - Place holder: .single_variation
    - DOM selector: form.cart .select-option
    - Data selector: .product_details
 * For those who are viewing this topic looking for answers on how to setup this
   plugin, odds are that these settings **wouldn’t** fit your case.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/not-working-181/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/not-working-181/page/2/?output_format=md)

The topic ‘Not Working?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-variation-details-on-
   page-product_717534.svg)
 * [WooCommerce Variation Details on Page Product](https://wordpress.org/plugins/woocommerce-variation-details-on-page-product/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-variation-details-on-page-product/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-variation-details-on-page-product/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-variation-details-on-page-product/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-variation-details-on-page-product/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-variation-details-on-page-product/reviews/)

 * 21 replies
 * 2 participants
 * Last reply from: [DRabbit](https://wordpress.org/support/users/drabbit/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/not-working-181/page/2/#post-3490862)
 * Status: not resolved