Soporte » WordPress Avanzado » Problemas a la hora de configurar los datos del plugin «Link builder» de amazon

  • Tengo problemas a la hora de configurar los datos del plugin «Link builder» de amazon: cuando voy a «associates link builder>ajustes», pero sólo me vienen los dos recuadros de «Ajustes generales del sitio» y «Credenciales de la API», falta el recuadro de «ID de seguimiento». Yo relleno todos los datos con los credenciales de la API (ya creada en amazon) y le doy al recuadro de de la aceptación de las condiciones de uso, pero no me deja guardar los cambios, ¿qué es lo que ocurre? la verdad es que no tengo ni la menor idea, miro por internet pero no veo a nadie que le haya pasado, ¿sabe alguien si el plugin puede entrar en conflicto con algún otro? ¿sabe alguien como arreglarlo?

Viendo 4 respuestas - de la 1 a la 4 (de un total de 4)
  • Moderador LGrusin

    (@lgrusin)

    En la sección Installation Instructions tienes una Guía de usuario (Link Builder User Guide) sobre el plugin en PDF https://wordpress.org/plugins/amazon-associates-link-builder/#installation%20instructions

    Un saludo

    • Esta respuesta fue modificada hace 5 años, 9 meses por LGrusin.

    Estimados, buenas tardes hace poco modifique un poco la plantilla del ProductGrid que trae el plugin de Amazon link builder para mi tienda de spiderman DESPIDERMAN.STORE

    Se los comparto para el que quiera usarlo. Lo bueno es que con ésta plantilla se eliminan los productos que no están en stock para no confundir al usuario.

    Saludos!

    ——————— PLANTILLA HTML ———————————-

    <!– A 2×5 Grid Template Layout. It can be configured by the two input fields below –>
    {{#Items}} <!–Section tag for iterating through the list of items–>
    <div class=»aalb-pg-ad-unit» id=»{{ID}}»>
    <div class=»aalb-pg-wrapper»>
    <div class=»aalb-pg-product-container»>
    <ul class=»aalb-pg-product-list»>
    {{#Item}} <!– Section tag for beginning of information on one item –>
    {{#aalb}} <!– Section tag for picking up information on attributes for the item –>
    {{#InStock}}
    <li class=»aalb-pg-product»>
    <div class=»aalb-pg-product-image»>
    <div class=»aalb-pg-product-image-wrapper»>
    <!–Individual attributes are provided as variable tags as {{attribute}}. Check documentation for list of supported variable tags.–>
    {{Title}}

    </div>
    </div>
    <div class=»aalb-pg-product-details»>
    <div class=»aalb-pg-product-title»>

    {{Title}}

    </div>
    <div class=»aalb-pg-product-offer-price»>
    <!– The section tag for different marketplaces ensures localization of static text. –>
    <span class=»aalb-pg-product-offer-price-value»>{{CurrentPrice}}</span>
    </div>

    </div>

    {{/InStock}}
    {{/aalb}}
    {{/Item}}

    </div>
    </div>
    </div>
    {{/Items}}

    ————————- PLANTILLA CSS ———————————-

    .aalb-pg-ad-unit {
    position: relative;
    overflow: hidden;
    padding: 22px 40px;
    }

    .aalb-pg-ad-unit * {
    box-sizing: content-box;
    box-shadow: none;
    font-family: Glegoo;
    margin: 0;
    outline: 0;
    padding: 0;
    }

    .aalb-pg-ad-unit.pull-left {
    float: left;
    }

    .aalb-pg-ad-unit.pull-right {
    float: right;
    }

    .aalb-pg-ad-unit.pull-left .aalb-pg-product, .aalb-pg-ad-unit.pull-right .aalb-pg-product {
    width: 185px !important;
    }

    .aalb-pg-ad-unit a {
    box-shadow: none !important;
    }

    .aalb-pg-ad-unit a:hover {
    color: #c45500;
    }

    .aalb-pg-ad-unit .aalb-pg-ad-header {
    padding-bottom: 9px;
    font-size: 17px;
    font-weight: normal;
    color: #111111;
    }

    .aalb-pg-ad-unit .aalb-pg-product-list {
    /* Remove the border-top to remove the horizontal line after the Ad Header
    border-top: 2px solid #f7f7f7;*/
    overflow: hidden;
    }

    .aalb-pg-product {
    /* Make width 205px as defined in updateLayout() function in ProductGrid.mustache and height 290px to make li as grid and contain height of stretching cell */
    height: 400px;
    width: 250px;
    padding-top: 22px;
    padding-bottom: 22px;
    float: left;
    list-style: none;
    text-align: center;

    }

    .aalb-pg-product-image {
    display: table;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;

    }

    .aalb-pg-ad-unit .aalb-pg-product-image-wrapper {
    display: table-cell;
    vertical-align: middle;
    float: left;
    position: relative;
    left: 10%;
    height:220px;
    }

    .aalb-pg-ad-unit .aalb-pg-product-image a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    }

    .aalb-pg-ad-unit .aalb-pg-product-image img {
    max-width: 210px;
    max-height: 210px;
    vertical-align: bottom;
    }

    .aalb-pg-ad-unit .aalb-pg-percent-off {
    display: block;
    width: 32px;
    height: 27px;
    padding-top: 5px;
    position: absolute;
    top: -16px;
    right: -16px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #a50200;
    background-image: -webkit-linear-gradient(top, #cb0400, #a50200);
    background-image: linear-gradient(to bottom, #cb0400, #a50200);
    }

    .aalb-pg-ad-unit.hide-percent-off-badge .aalb-pg-percent-off {
    display: none;
    }

    .aalb-pg-product-details {
    width: 205px;
    margin: 10px;
    text-align: center;
    border-top-style:solid;
    border-top-width:2px;
    padding-top: 3px;
    float: left;
    position: relative;
    left: 10%;
    }

    .aalb-pg-ad-unit .aalb-pg-product-title a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #111111;
    text-decoration: none;
    text-align:center;
    font-weight: bold;
    }

    .aalb-pg-ad-unit.no-truncate .aalb-pg-product-title a {
    text-overflow: initial;
    white-space: initial;
    }

    .aalb-pg-ad-unit .aalb-pg-product-offer-price {
    font-size: 14px;
    text-align:center;
    }

    .aalb-pg-ad-unit .aalb-pg-product-offer-price-value {
    padding:2px;
    color: #FF0000;
    font-weight: bold;
    font-size: 15px;
    }

    .aalb-pg-ad-unit .aalb-pg-product-list-price {
    font-size: 13px;
    color: #565656;
    }

    .aalb-pg-ad-unit .aalb-pg-product-list-price-value {
    text-decoration: line-through;
    }

    .aalb-pg-ad-unit .aalb-pg-product-prime-icon .icon-prime-all {
    background: url(«https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png») no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -192px -911px;
    background-size: 560px 938px;
    width: 52px;
    height: 15px;
    }

    .aalb-pg-ad-unit .aalb-pg-product-offer-price,
    .aalb-pg-ad-unit .aalb-pg-product-list-price,
    .aalb-pg-ad-unit .aalb-pg-product-prime-icon {
    display: inline-block;
    margin-right: 2px;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .aalb-pg-ad-unit .aalb-pg-product-prime-icon .icon-prime-all {
    background: url(«https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png») no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -192px -911px;
    background-size: 560px 938px;
    width: 52px;
    height: 15px;
    }
    }

    /* css for mobile devices when device width is less than 441px*/
    @media screen and (max-width: 440px) {
    .aalb-pg-ad-unit {
    padding: 0;
    max-width: 100%;
    }

    .aalb-pg-product {
    max-width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    margin: 0 auto;
    list-style: none;
    float: none;
    }

    .aalb-pg-product-image {
    margin: 0 auto;
    }
    }

    @milopainkiller a mi me paso lo mismo. Recien escribi al support de Amazon.
    No me aparece el recuadro y tampoco me habilita el boton guardar cambios

    SOLUCIONADO!!!!

    @milopainkiller

    Me respondieron desde Amanzon. El problema es si tienen Ablock.
    Esta es la respuesta que me dieron

    #Es muy probable que el problema al que se enfrenta sea porque la lista de filtrado de AdBlock y AdblockPlus denominada EasyList ha agregado todos los JS del complemento a su lista de bloqueo. Puede comprobar esto deshabilitando AdBlocker y todo debería funcionar bien.

    Puse en lista blanca en el Adblock mi sitio y cuando entre en wordpress me habilitaron los campos y el boton guardar

Viendo 4 respuestas - de la 1 a la 4 (de un total de 4)
  • El debate ‘Problemas a la hora de configurar los datos del plugin «Link builder» de amazon’ está cerrado a nuevas respuestas.