Timo

Verfasste Forenbeiträge

  • Als Antwort auf: 2 Questions

    März 19, 2015 um 19:22 Uhr #13340
    Timo
    Administrator

    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.

    Als Antwort auf: Benutzerdefiniertes Feld leer?

    März 19, 2015 um 19:09 Uhr #13339
    Timo
    Administrator

    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]');
    }

    Als Antwort auf: Preis wird nicht außerhalb der single.php angezeigt

    Februar 3, 2015 um 11:43 Uhr #13276
    Timo
    Administrator

    Sehr gut, woran lags?

    Als Antwort auf: ASA & https

    Januar 20, 2015 um 20:42 Uhr #13271
    Timo
    Administrator

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