
justinjiang
Members-
Posts
43 -
Joined
-
Last visited
justinjiang's Achievements
Newbie (1/14)
2
Reputation
-
so how can i solve it? also im using Presto Changeo's Attribute Wizard Pro, is it related to this problem as well?
- 4 replies
-
- TECHNICAL ERROR
- shopping cart
-
(and 1 more)
Tagged with:
-
I have a TECHNICAL ERROR when I try to add a product with Attributes & Values into my basket cart for purchase, a window pops up indicating a Technical Error, although it does not update the basket cart on screen, the system has already add the product into the basket and when you go to checkout it shows. I have tried other products that does not have any Attributes & Values and it works perfectly fine, here is the error message: TECHNICAL ERROR: unable to refresh the cart Details: Error Thrown:{Object Object} Text status: error I am using PrestaShop 1.5.6, and my website is http://www.eastwaycateringsupplies.com/shop/ , has anyone can help me with this, thank you
- 4 replies
-
- TECHNICAL ERROR
- shopping cart
-
(and 1 more)
Tagged with:
-
Thank your for your reply, i have add the closing div for the languages block and move its position. can you help me check is it right? webiste address: http://www.eastwaycatering.co.uk/shop/gb/ also can you tell me which part of the blocklanguages.css i need it modify? thanks a lot. blocklanguages.tpl code: {* * 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 languages module --> {if count($languages) > 1} <div id="languages_block_top"> <div id="countries"> {* @todo fix display current languages, removing the first foreach loop *} {foreach from=$languages key=k item=language name="languages"} {if $language.iso_code == $lang_iso} <p class="selected_language"> <img src="{$img_lang_dir}{$language.id_lang}.jpg" alt="{$language.iso_code}" width="16" height="11" /> </p> {/if} {/foreach} <ul id="first-languages" class="countries_ul"> {foreach from=$languages key=k item=language name="languages"} <li {if $language.iso_code == $lang_iso}class="selected_language"{/if}> {if $language.iso_code != $lang_iso} {assign var=indice_lang value=$language.id_lang} {if isset($lang_rewrite_urls.$indice_lang)} <a href="{$lang_rewrite_urls.$indice_lang|escape:htmlall}" title="{$language.name}"> {else} <a href="{$link->getLanguageLink($language.id_lang)|escape:htmlall}" title="{$language.name}"> {/if} {/if} <img src="{$img_lang_dir}{$language.id_lang}.jpg" alt="{$language.iso_code}" width="16" height="11" /> {if $language.iso_code != $lang_iso} </a> {/if} </li> {/foreach} </ul> </div> </div> <script type="text/javascript"> $(document).ready(function () { $("#countries").mouseover(function(){ $(this).addClass("countries_hover"); $(".countries_ul").addClass("countries_ul_hover"); }); $("#countries").mouseout(function(){ $(this).removeClass("countries_hover"); $(".countries_ul").removeClass("countries_ul_hover"); }); }); </script> {/if} <!-- /Block languages module --> <div> <div class="sf-right"> </div> </div>
-
sorry can you tell me which part of the blocklanguages.css i need it modify? /* block top languages */ #header_right #languages_block_top { float:right; margin: 0; padding:2px 6px 1px 6px; -moz-border-bottom-right-radius: 3px; -moz-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background: none repeat scroll 0 0 #000; } #header_right #languages_block_top p { clear: left; padding-right:20px; font: 11px Arial,Verdana,sans-serif; color: #ccc; text-align: right; background: url("img/block_languages_top_p_bg.png") no-repeat scroll right 1px transparent; } #languages_block_top ul#first-languages li { float: left; margin-right: 3px } #languages_block_top ul#first-languages li.selected_language { float: left; } /*languages with jquery*/ #countries { cursor: pointer; position: relative; top: 1px; } #countries p { position: relative; top: 0; padding: 0; } #countries p img { padding-left: 5px; } #countries .countries_ul{ display:none; z-index: 10000; padding:10px; list-style-type:none; } #countries .countries_ul_hover{ display:block; z-index: 5000; position:absolute; right:6px; padding:5px 10px; height:auto; width:20px; background:#000000; }
-
Horizontal menu text alignment
justinjiang replied to transient999's topic in Addons, modules and themes developers
i have create a new topic about this http://www.prestashop.com/forums/topic/327937-help-with-merger-top-horizontal-menu-and-language-block/ , please help. thanks a lot. -
Horizontal menu text alignment
justinjiang replied to transient999's topic in Addons, modules and themes developers
Thanks a lot, its work find. one more question can I add the language block at the right side and inside of the top menu bar? thanks