benivak Posted January 22, 2013 Share Posted January 22, 2013 Hola a todos. Tengo un pequeño problema que aunque no afecta al funcionamiento de la web, si queda bastante feo pues salen las cosas descolocadas. Me pasa que yo haya visto en 2 sitios. Uno es, en el about.php de paypal: http://store.qubit.co/modules/paypal/about.php He intentado jugar con las posiciones de los módulos pero no he tenido suerte pues no encuentro dónde tengo que moverlo. Me ocurre lo mismo con el módulo COD with fee. ( Módulo de pago contrarrembolso con recargo ) Funciona correctamente pero la ventana de confirmar pedido, sale todo desordenado. Muchísimas gracias!!! Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted January 22, 2013 Share Posted January 22, 2013 Fichero: modules/paypal/about.tpl Esto: {* * 2007-2012 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 14011 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <h1>{l s='What Is PayPal?' mod='paypal'}</h1> <div class="paypalapi_about"> <p>{l s='PayPal, the trusted leader in online payments, enables buyers and businesses to send and receive money online. PayPal has over 100 million member accounts in 190 countries and regions. It\'s accepted by merchants everywhere, both on and off eBay.' mod='paypal'}</p> <p><b>{l s='Is it safe to use?' mod='paypal'}</b></p> <p>{l s='PayPal helps protect your credit card information with industry-leading security and fraud prevention systems. When you use PayPal, your financial information is never shared with the merchant.' mod='paypal'}</p> <p><b>{l s='Why use PayPal?' mod='paypal'}</b></p> <p> <ul> <li>{l s='Make purchases or send money with PayPal - it\'s free' mod='paypal'}</li> <li>{l s='Shop and pay conveniently by saving your information with PayPal' mod='paypal'}</li> <li>{l s='PayPal is accepted by millions of businesses worldwide and is the preferred payment method on eBay' mod='paypal'}</li> </ul> </p> <p><a href="https://www.paypal.com/{$iso_code}/cgi-bin/webscr?cmd=_registration-run&pal=TWJHHUL9AEP9C">{l s='Start using PayPal today!' mod='paypal'}</a></p> </div> Por esto: {* * 2007-2012 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 14011 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <div class="rte cms"> <h1>{l s='What Is PayPal?' mod='paypal'}</h1> <div class="paypalapi_about"> <p>{l s='PayPal, the trusted leader in online payments, enables buyers and businesses to send and receive money online. PayPal has over 100 million member accounts in 190 countries and regions. It\'s accepted by merchants everywhere, both on and off eBay.' mod='paypal'}</p> <p><b>{l s='Is it safe to use?' mod='paypal'}</b></p> <p>{l s='PayPal helps protect your credit card information with industry-leading security and fraud prevention systems. When you use PayPal, your financial information is never shared with the merchant.' mod='paypal'}</p> <p><b>{l s='Why use PayPal?' mod='paypal'}</b></p> <p> <ul> <li>{l s='Make purchases or send money with PayPal - it\'s free' mod='paypal'}</li> <li>{l s='Shop and pay conveniently by saving your information with PayPal' mod='paypal'}</li> <li>{l s='PayPal is accepted by millions of businesses worldwide and is the preferred payment method on eBay' mod='paypal'}</li> </ul> </p> <p><a href="https://www.paypal.com/{$iso_code}/cgi-bin/webscr?cmd=_registration-run&pal=TWJHHUL9AEP9C">{l s='Start using PayPal today!' mod='paypal'}</a></p> </div></div> Y fuerza compilación. Link to comment Share on other sites More sharing options...
Recommended Posts