
armenak
Members-
Posts
20 -
Joined
-
Last visited
Profile Information
-
Location
armenia
-
Activity
Project Owner
armenak's Achievements
Newbie (1/14)
0
Reputation
-
Good Afternoon, This is the fourth day I'm trying to understand what is the issue and how to solve it. I read a lot of articles about this issue on prestashop forums but didn't manage to get the answer. I hope you can help. The problem is that anytime clients pass to PayPal checkout page and then filling their paypal login credentials to pay for the order, they returns to a blank/white page. The url of the blank page is like this: www.sitename.com/modules/paypal/express_checkout/payment.php?token=EC-2KK20372K5596102Y&PayerID=X85N8PCQ7CH58 The order is shown in the prestashop backoffice and the client gets email confirmation from paypal. But as I said after paying for the order on paypal checkout page, client doesn't return to order confirmation page but see blank/white page instead. Could you please help me with this issue ?
- 17 replies
-
Good Afternoon, This is the fourth day I'm trying to understand what is the issue and how to solve it. I read a lot of articles about this issue on prestashop forums but didn't manage to get the answer. I hope you can help. The problem is that anytime clients pass to PayPal checkout page and then filling their paypal login credentials to pay for the order, they returns to a blank/white page. The url of the blank page is like this: http://www.sitename.com/modules/paypal/express_checkout/payment.php?token=EC-2KK20372K5596102Y&PayerID=X85N8PCQ7CH58 The order is shown in the prestashop backoffice and the client gets email confirmation from paypal. But as I said after paying for the order on paypal checkout page, client doesn't return to order confirmation page but see blank/white page instead. Could you please help me with this issue ?
- 3 replies
-
- PayPal Europe
- Blank page
-
(and 1 more)
Tagged with:
-
Hello, I've recently installed One Page Checkout PS 1.4 on Prestahop 1.6.0.5 ( http://addons.prestashop.com/en/checkout-modules/8503-one-page-checkout-ps-easy-fast-intuitive.html) and it didn't worked. I mean I could have fill out checkout form but the checkout button on the bottom of the page didn't react. I checked out error logs and found out that I was missing AddressStandardizationSolution,php file which is not included in Prestahop 1.6.0.5. So I downloaded it from prestashop previous version 1.5.6.2 and added it to my site's according folder. Now , checkout button is working but after I press on it and choose the payment method and confirm it , I revert to a white page and that's end. Error log shows now the folowing PHP Warning: include_once(): Failed opening '/home2/creativu/public_html/tools/taasc/AddressStandardizationSolution.php' for inclusion (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /home2/creativu/public_html/modules/onepagecheckoutps/controllers/front/orderopc.php on line 1545 [22-Jun-2014 08:49:02 US/Eastern] PHP Fatal error: Class 'AddressStandardizationSolution' not found in /home2/creativu/public_html/modules/onepagecheckoutps/controllers/front/orderopc.php on line 1546 What should be done from this ? Who can please help ?
-
I changed the code to this: <span class="ajax_cart_quantity{if $cart_qties == 0} hidden{/if}">{$cart_qties}</span> <span class="ajax_cart_product_txt{if $cart_qties != 1} hidden{/if}">{l s='Item' mod='blockuserinfo'}</span> <span class="ajax_cart_product_txt_s{if $cart_qties < 2} hidden{/if}">{l s='Items' mod='blockuserinfo'}</span> {*<span class="price ajax_cart_total{if $cart_qties == 0} hidden{/if}"> {if $cart_qties > 0} {if $priceDisplay == 1} But this didn't help. When reloading site pageI have "item" word for a while which dissapears and quality is shown ( like before).
-
<span class="ajax_cart_quantity{if $cart_qties == 0} hidden{/if}">{$cart_qties}</span> <span class="ajax_cart_product_txt{if $cart_qties != 1} hidden{/if}">{l s='Product' mod='blockuserinfo'}</span> <span class="ajax_cart_product_txt_s{if $cart_qties < 2} hidden{/if}">{l s='Products' mod='blockuserinfo'}</span> I just removed unnecessary "!" and "-" signs like above ( this corresponds to uncommenting, right?). But this hasn't helped? Now when reloading s page I have a "Product" text for a while which after disappears and only quantity ( number) is shown.
-
I'm using localhost and get: " Warning! Your PHP configuration limits the maximum number of fields allowed in a form: 1000 for max_input_vars. Please ask your hosting provider to increase this limit to 1395 at least, or you will have to edit the translation files." message, Can required modification be made in blockuserinfo.tpl ? What do you mean saying to first uncomment it? Thanks for help !
-
Hello, I have some little issues with my cart block on the top of the site page. I want to add a text like Item or Items ( depending from quantity) next to quantity of cart in the cart block. As far as I can understand, the modifications should be made in blockuserinfo.tpl ( please find below) Currently I have what is on picture 1 and 2. I want it to be like on picture 3 and 4. And, also, I think there's some problems with javascript because when i reload the page or choose other page, it shows empty ( like in picture 5) for 1-2 seconds and then only the cart quantity( like in picture 1 and 2). How can be this issues be resolved ? I will really appreciate your help. Thank you in advance. {* * 2007-2013 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 license@prestashop.com 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 <contact@prestashop.com> * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!-- Block user information module HEADER --> <section class="blockuserinfo header-box"> {if $logged} <a href="{$link->getPageLink('index', true, NULL, "mylogout")}" title="{l s='Log out' mod='blockuserinfo'}" class="logout" rel="tooltip" data-placement="bottom" data-original-title="first tooltip"><span><i class="icon-unlock"></i></span></a> {else} <a href="{$link->getPageLink('my-account', true)}" title="{l s='Login' mod='blockuserinfo'}" class="login" rel="tooltip" data-placement="bottom" data-original-title="first tooltip" ><span><i class="icon-lock"></i></span></a> {/if} </section> <section id="header_user" class="blockuserinfo-cart header-box"> {if !$PS_CATALOG_MODE} <div id="shopping_cart"> <a href="{$link->getPageLink($order_process, true)}" title="{l s='View my shopping cart' mod='blockuserinfo'}" rel="nofollow"> <i class="opancart icon-double-angle-down"></i> <span class="shopping_cart_title">{l s='Cart' mod='blockuserinfo'}</span> <span class="ajax_cart_quantity{if $cart_qties == 0} hidden{/if}">{$cart_qties}</span> <!--span class="ajax_cart_product_txt{if $cart_qties != 1} hidden{/if}">{l s='Product' mod='blockuserinfo'}</span> <span class="ajax_cart_product_txt_s{if $cart_qties < 2} hidden{/if}">{l s='Products' mod='blockuserinfo'}</span--> {*<span class="price ajax_cart_total{if $cart_qties == 0} hidden{/if}"> {if $cart_qties > 0} {if $priceDisplay == 1} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(false, $blockuser_cart_flag)} {else} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(true, $blockuser_cart_flag)} {/if} {/if} </span>*} <span class="ajax_cart_no_product{if $cart_qties > 0} hidden{/if}">{l s='(empty)' mod='blockuserinfo'}</span> </a> </div> {/if} </section>
-
Hello, I have some little issues with my cart block on the top of the site page. I want to add a text like Item or Items ( depending from quantity) next to quantity of cart in the cart block. As far as I can understand, the modifications should be made in blockuserinfo.tpl ( please find below) Currently I have what is on picture 1 and 2. I want it to be like on picture 3 and 4. And, also, I think there's some problems with javascript because when i reload the page or choose other page, it shows empty ( like in picture 5) for 1-2 seconds and then only the cart quantity( like in picture 1 and 2). How can be this issues be resolved ? I will really appreciate your help. Thank you in advance. {* * 2007-2013 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 license@prestashop.com 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 <contact@prestashop.com> * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!-- Block user information module HEADER --> <section class="blockuserinfo header-box"> {if $logged} <a href="{$link->getPageLink('index', true, NULL, "mylogout")}" title="{l s='Log out' mod='blockuserinfo'}" class="logout" rel="tooltip" data-placement="bottom" data-original-title="first tooltip"><span><i class="icon-unlock"></i></span></a> {else} <a href="{$link->getPageLink('my-account', true)}" title="{l s='Login' mod='blockuserinfo'}" class="login" rel="tooltip" data-placement="bottom" data-original-title="first tooltip" ><span><i class="icon-lock"></i></span></a> {/if} </section> <section id="header_user" class="blockuserinfo-cart header-box"> {if !$PS_CATALOG_MODE} <div id="shopping_cart"> <a href="{$link->getPageLink($order_process, true)}" title="{l s='View my shopping cart' mod='blockuserinfo'}" rel="nofollow"> <i class="opancart icon-double-angle-down"></i> <span class="shopping_cart_title">{l s='Cart' mod='blockuserinfo'}</span> <span class="ajax_cart_quantity{if $cart_qties == 0} hidden{/if}">{$cart_qties}</span> <!--span class="ajax_cart_product_txt{if $cart_qties != 1} hidden{/if}">{l s='Product' mod='blockuserinfo'}</span> <span class="ajax_cart_product_txt_s{if $cart_qties < 2} hidden{/if}">{l s='Products' mod='blockuserinfo'}</span--> {*<span class="price ajax_cart_total{if $cart_qties == 0} hidden{/if}"> {if $cart_qties > 0} {if $priceDisplay == 1} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(false, $blockuser_cart_flag)} {else} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(true, $blockuser_cart_flag)} {/if} {/if} </span>*} <span class="ajax_cart_no_product{if $cart_qties > 0} hidden{/if}">{l s='(empty)' mod='blockuserinfo'}</span> </a> </div> {/if} </section>
-
Ok, I see what you mean. But what can be done, in this case, to show category image and description only on first page ?
- 13 replies
-
- description
- only on first page
-
(and 2 more)
Tagged with:
-
when I eliminate {if $scenes} from that code and add {if ($p==1) ||$p==''}, category image disappears in the first page , but appears again on all other product pages. Category description still remains on all pages . Don't know what to do to force it to show category image and description only on first page as a sort of intro.
- 13 replies
-
- description
- only on first page
-
(and 2 more)
Tagged with:
-
Hi, Vekia. Thank you very much for your fast response. Yes, layered navigation block is enabled. Should it be not or should I change anything in its configuration ? Currently, I have this in my category.tpl and I attached layered navigation block configuration. {if $scenes} <!-- Scenes --> {include file="$tpl_dir./scenes.tpl" scenes=$scenes} {else} <!-- Category image --> {if $category->id_image} <div class="align_center category_image "> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> </div> {/if} {/if} {if $category->description} {if strlen($category->description) > 5000} <p class="cat_desc clearfix" id="category_description_short">{$category->description|truncate:5000} <span onclick="$('#category_description_short').hide(); $('#category_description_full').show();" class="lnk_more_cat"><i class="icon-plus-sign"></i> {l s='More'}</span></p> <p class="cat_desc clearfix" id="category_description_full" style="display:none">{$category->description}<span onclick="$('#category_description_short').show(); $('#category_description_full').hide();" class="lnk_more_cat close_cat"><i class="icon-minus-sign"></i> {l s='Hide'}</span></p> {else} <p class="cat_desc clearfix">{$category->description}</p> {/if} {/if}
- 13 replies
-
- description
- only on first page
-
(and 2 more)
Tagged with:
-
Hi everyone, I want to have the category description and image show up on the first page of the category only, and not to repeat on all subsequent pages. I've just found the solution for my question but it seems to work only for prestashop 1.3 version. Here is it: http://www.prestashop.com/forums/topic/119271-solved-category-description-and-image-on-first-page-only/ Can anyone help with solution for 1.5-1.6 version ? Thank you in advance.
- 13 replies
-
- description
- only on first page
-
(and 2 more)
Tagged with: