Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kamilkus83

    (@kamilkus83)

    Managed.

    [dynamictext my-filed-name “CF7_get_post_var key=’title'”]

    Here are a few examples:

    <label>Product name
    [dynamictext product-name id:dyntext readonly “CF7_get_post_var key=’title'”]</label>

    <label>Product SKU
    [dynamictext product-sku id:dyntext readonly “CF7_get_post_var key=’_sku'”]</label>

    <label>Available in stock
    [dynamictext product-stock id:dyntext readonly “CF7_get_post_var key=’_stock'”]</label>

    In the Email tab, use:

    Productname: [product-name]
    Product SKU: [product-sku]
    Available in stock: [product-stock]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘single product page’ is closed to new replies.