• Resolved damianomeroi

    (@damianomeroi)


    hi,
    I wanna show the yikes_woo_products_tabs attribute (title) in the display product plug in.
    How can I make it?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @damianomeroi,

    Can you link me the Display Product Plugin? Also can you show me how the Display Product Plugin is working on your site right now?

    Thanks,
    Kevin.

    Thread Starter damianomeroi

    (@damianomeroi)

    here the plugin https://codecanyon.net/item/display-product-multilayout-for-woocommerce/6196331?_ga=2.262407180.1445651658.1517843363-1053577025.1517394791

    now is showing all products as a table with some attributes, all of them are working (like _sku, _height, etc) except for the attributes or the yikes attributes.
    How can I tell the plugin to show the title of the the attribute?
    Should I put an underscore between yikes_woo_products_tabs and title? or ()?
    I tried almost everything but it’s not working!

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Can you show me on your website how this plugin is used?

    Thread Starter damianomeroi

    (@damianomeroi)

    [url=https://postimg.org/image/utm27rksl/][img]https://s18.postimg.org/utm27rksl/Schermata_2018-02-05_alle_13.01.26.png[/img][/url]

    [url=https://postimg.org/image/irqodmj9x/][img]https://s18.postimg.org/irqodmj9x/Schermata_2018-02-06_alle_14.39.09.png[/img][/url]

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hmm. I’m not sure how this is going to work. What options do you have for the Custom Field Type?

    Thread Starter damianomeroi

    (@damianomeroi)

    I can put all the product post meta like _sku, _height, _weight, _price

    Product attributes variable have some kind of second layer:

    yikes_woo_products_tabs
    0
    ? title vintage
    ? id vintage
    ? content 2001
    1
    ? title size
    ? id size
    ? content 750

    how can I show the the 0 product tab content?

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    The thing is, yikes_woo_products_tabs is a serialized array. That’s the issue you’re running in to. I am wondering if the plugin has support for this. I’m confused by your answer – what options do you have for Custom Field Type? (The field underlined here: https://imgur.com/a/5da9L).

    Thread Starter damianomeroi

    (@damianomeroi)

    text
    image
    shortcode

    thanks ??

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    It sounds like the plugin does not support serialized fields and unfortunately our data is serialized. I don’t think this integration will be successful.

    Thread Starter damianomeroi

    (@damianomeroi)

    How can I make it? all custom product tags are serialized? or there’s a way to have a custom tag not serialized?

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    All custom product tab data is serialized.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘extract attribute on another plugin’ is closed to new replies.