• Resolved trolln1

    (@trolln1)


    Hello,

    in a post I have 5 different products. EACH of them should get an offer list, generated by Amazon and Ebay module (more maybe later).

    I have tried [content-egg-block template=offers_list offset=N limit=N] but no ebay prices are loaded then.

    It works with
    [content-egg module=Amazon template=custom/compact limit=1]
    [content-egg module=Ebay template=custom/compact next=1]
    but then I get no compact list, but cards.

    Is there a way to get it work in content egg?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author keywordrush

    (@keywordrush)

    five separate products:

     [content-egg-block template=offers_list offset=0 limit=1]
     [content-egg-block template=offers_list offset=1 limit=1]
     [content-egg-block template=offers_list offset=2 limit=1]
     [content-egg-block template=offers_list offset=3 limit=1]
     [content-egg-block template=offers_list offset=4 limit=1]
    Thread Starter trolln1

    (@trolln1)

    whoof, quick reply thx!
    With this shortcode I only get Amazon-offers, also the products are added in the ebay-module as well!
    Here I used your shortcode for the first product, the Shark ION ROBOT 750:
    http://luxurino.com/best-robot-vacuums/

    Plugin Author keywordrush

    (@keywordrush)

    Please contact our support by email, send wp-admin and what we should check. It is difficult to understand from your description.

    Thread Starter trolln1

    (@trolln1)

    wp-admin?! sry i am hesitant to do that, let me have a last try before that.

    Here I used,
    [content-egg-block template=offers_list offset=0 limit=1]
    but not the content from the ebay module show up, only the amazon contents:
    https://preview.ibb.co/bBcsz7/no_ebay.jpg

    How can I get the ebay work?

    Plugin Author keywordrush

    (@keywordrush)

    Yes, this is the expected behavior. It’s block shortcode. it outputs the combined data of all modules. Amazon module data goes first (just in alphabetical order) then ebay.

    try:
    [content-egg-block template=offers_list offset=0 limit=1 modules=Ebay]

    or separate Ebay shortcode:

    [content-egg module=Ebay template=custom/compact offset=0 limit=1]

    • This reply was modified 8 years, 1 month ago by keywordrush.
    Thread Starter trolln1

    (@trolln1)

    Thank you, works with this workaround. Will do the same with the Aliexpress Module later so I have one price of every shop. Maybe more convenient for users who want to choose and also better for me to not just depend on one shop (amazon is outputed most of the time).

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

The topic ‘Multiple Products Offers’ is closed to new replies.