• Resolved melchoir55

    (@melchoir55)


    I see a number of shortcodes which can be included in queries. User Id, page Id, that sort of thing. Our queries need to change depending upon what product a user is currently looking at. In other words, we need to pass a product id into our queries.

    Is this possible? If so, could you point out where? I can’t seem to figure it out.

    https://ww.wp.xz.cn/plugins/wp-business-intelligence-lite/

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPBI is able to parse WP specific variables as they are common to all WP install. On the other hand product ids that are specific to a given e-commerce plugin cannot be handled. Unless your e-commerce platform uses posts as products. in that case you could use {{{post_id}}} to identify products.

    Passing variables to query via URL is available with version 1.5 of WPBI Pro and version 2.0 of WPBI Enterprise.
    You can see the details on http://www.wpbusinessintelligence.com

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Passing variables into query’ is closed to new replies.