Timo

Forum Replies Created

  • In reply to: 2 Questions

    March 19, 2015 at 19:22 #13340
    Timo
    Keymaster

    Hi Gene,
    for the first issue I would use a custom template for Kindle book that does not have price information as this is not supported by Amazon yet.

    For issue two you could use the new placeholder {$OffersMainPriceAmount} to only use the Amazon main price. Check the end of the placeholder list for more details: http://www.wp-amazon-plugin.com/placeholders/

    I hope I was able to help you. If you still have questions, please let me know.

    In reply to: Benutzerdefiniertes Feld leer?

    March 19, 2015 at 19:09 #13339
    Timo
    Keymaster

    Ok, ich glaube es sollte heißen “echo do_shortcode(…”

    Also so:

    $cf = get_post_meta($post->ID, 'ASIN', true);
    
    if (!empty($cf)) {
        asa_item($cf, 'default'); 
    } else {
        echo do_shortcode('[asa_collection items=1, type=random]my_collection[/asa_collection]');
    }

    In reply to: Preis wird nicht außerhalb der single.php angezeigt

    February 3, 2015 at 11:43 #13276
    Timo
    Keymaster

    Sehr gut, woran lags?

    In reply to: ASA & https

    January 20, 2015 at 20:42 #13271
    Timo
    Keymaster

    Ja, grob absehbar ist das kommende Frühjahr. Die Betaphase startet bald.