• Resolved allcarmillicent

    (@allcarmillicent)


    Hi Everyone, So the pods code below works in the Woolabel plugin. however, the pods data does not match the products that it is connected to. Any help would be appreciated.

    [pods name=product limit= 1where= %wpblp_id]
    Vehicle: {@vehicle}
    Vin: {@vehicle.vin_number.name}
    Year: {@vehicle.built_year.name}
    [/pods]

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @allcarmillicent

    I don’t understand your where param. It only contains %wpblp_id which seems incorrect to me.

    Cheers, Jory

    Thread Starter allcarmillicent

    (@allcarmillicent)

    So the Woolabel has an input area for ACF Plugin fields,
    Information below is from the woolabel.com website
    you can use it like: [wpblp_acf name=custom_field_text], where “custom_field_text” is field ID, and only for these field types:
    Text
    Text Area
    Number
    Range
    Email
    URL
    Password
    Custom Shortcode [your-shortcode product_id=%wpblp_id] and %wpblp_id will be auto-replaced with product simple/variation ID
    HTML tags
    Text

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @allcarmillicent

    Ok, based on your last part I assume the Woolabel plugin autoreplaces that part.
    In that case you should still define the meta key which is used by woolabel.

    Example: [pods name=product limit="1" where="meta_key.meta_value = %wpblp_id"]

    Where meta_key should be replaced with the woolabel metakey.

    Cheers, Jory

    Plugin Author Jory Hogeveen

    (@keraweb)

    Closing topic due to no reply, feel free to open again if you still need help!

    Cheers, Jory

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woolabel shortcode with pods’ is closed to new replies.