nickelus Posted September 23, 2013 Share Posted September 23, 2013 Hi all, I'm asking these questions in one topic because I felt it would help lessen the amount of new topics I create! Question 1: When I add an item to my basket/cart, the postage is applied correctly (6 gbp). However, when I click to add a SECOND item to the same cart, the postage does not apply again, and rather assumes that the first postage cost that was applied will cover both items in the cart. Im only selling one type of item (t shirts), is there a way I can set a UNIVERSAL postage cost for each zone? (eg. Europe 6 gbp, America and rest of the world 10 gbp etc.) Along with a rule that states every additional item will be 4 gbp exra (If they're going to the same address).? Question 2: My site is www.stilllivelucky.com. I was doing some editing to remove ''SPECIALS'' from the bottom of my site. I succeeded in removing the whole section, but unfortunately, the sections ''INFORMATION'' and MY ACCOUNT'' do not line up. Can anyone help me to fix this? (you can see what I'm talking about if you scroll to the bottom of the front page). Thanks in advance. Link to comment Share on other sites More sharing options...
nickelus Posted September 26, 2013 Author Share Posted September 26, 2013 bump? Link to comment Share on other sites More sharing options...
vekia Posted September 26, 2013 Share Posted September 26, 2013 2) maybe it's because of this: Link to comment Share on other sites More sharing options...
nickelus Posted September 27, 2013 Author Share Posted September 27, 2013 How can I remove that Vekia? I wasn't even aware that it was there! Do you have a suggestion on how I can remove that? Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2013 Share Posted September 27, 2013 it looks like it is a part of tmfooterlinks module, maybe you're able to configure it in back office, can you check it ? Link to comment Share on other sites More sharing options...
nickelus Posted September 27, 2013 Author Share Posted September 27, 2013 Hi Vekia, I can't seem to find tmfooterlinks in the back office! How weird! What do you suggest I do now? Thanks. Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2013 Share Posted September 27, 2013 open your back office, go to modules > modules and search for "footer" module in search field, you should find it then Link to comment Share on other sites More sharing options...
nickelus Posted September 29, 2013 Author Share Posted September 29, 2013 (edited) The only thing that comes up, is ''my account block for your website's footer'' and I cannot click ''configure'' on that at all. Any other suggestions? EDIT: I found the problem, but I require help to solve it. The out-of-place text is in a module called ''CMSBLOCK''. I tried deleting the text, but I get an error message that says: ''Please provide footer text for the default language''. I need to find a way to delete it. Attached is a screenshot. Any suggestions??? Edited September 29, 2013 by nickelus (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2013 Share Posted September 29, 2013 can you show yout blockcms.tpl file (located in theme modules/blockcms/ directory) i think that problem might be there Link to comment Share on other sites More sharing options...
nickelus Posted September 30, 2013 Author Share Posted September 30, 2013 Hi Vekia, The following is the file: {if $block == 1} <!-- Block CMS module --> {foreach from=$cms_titles key=cms_key item=cms_title} <div id="informations_block_left_{$cms_key}" class="block informations_block_left"> <h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4> <div class="block_content"><ul class="bullet"> {foreach from=$cms_title.categories item=cms_page} {if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;"> <a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a> </b></li>{/if} {/foreach} {foreach from=$cms_title.cms item=cms_page} {if isset($cms_page.link)}<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>{/if} {/foreach} {if $cms_title.display_store}<li><a href="{$link->getPageLink('stores')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} </ul> </div> {/foreach} <!-- /Block CMS module -->{else} <!-- MODULE Block footer --> <div id="tmfooterlinks"> <div><h4>{l s='Information' mod='blockcms'}</h4><ul> {if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} <li class="item"><a href="{$link->getPageLink($contact_url, true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/if} {/foreach} </ul></div> {$footer_text}</div> <!-- /MODULE Block footer -->{/if} Link to comment Share on other sites More sharing options...
nickelus Posted October 1, 2013 Author Share Posted October 1, 2013 Any suggestions? Bump. Link to comment Share on other sites More sharing options...
vekia Posted October 1, 2013 Share Posted October 1, 2013 can you just remove the {$footer_text} variable? it looks like this causing problem Link to comment Share on other sites More sharing options...
nickelus Posted October 1, 2013 Author Share Posted October 1, 2013 I removed it, and now my website at the bottom has COMPLETELY removed the second column! You can see it at: www.stilllivelucky.com at the bottom of the front page. Any other suggestions? Link to comment Share on other sites More sharing options...
vekia Posted October 1, 2013 Share Posted October 1, 2013 in cases like this is hard to help without an access to BO / FTP, anyway, i will try to help can you show contents of your theme footer.tpl file? Link to comment Share on other sites More sharing options...
nickelus Posted October 2, 2013 Author Share Posted October 2, 2013 Vekia, I would be more than happy to provide you with my ftp and bo details if you like? Can I PM you? Link to comment Share on other sites More sharing options...
vekia Posted October 2, 2013 Share Posted October 2, 2013 sure it will be much easier for me and also for you waitin for credentials with regards, Milos Link to comment Share on other sites More sharing options...
nickelus Posted October 2, 2013 Author Share Posted October 2, 2013 PM sent! Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 hello you disabled this module? im checking sources right now Link to comment Share on other sites More sharing options...
nickelus Posted October 3, 2013 Author Share Posted October 3, 2013 Hi, Which module are you talking about? I haven't disabled anything though. Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 hello i fixed it: i just removed: {$footer_text} from: themes/YOUR_THEME/blockcms/blockcms.tpl Link to comment Share on other sites More sharing options...
nickelus Posted October 3, 2013 Author Share Posted October 3, 2013 Hi, Thank you very much for the help. Can I just ask one more question? Is there any way I can a) remove and edit different parts? For example, I want to remove ''Our stores'' and ''Delivery'' from the 'INFORMATION' box and I want to remove ''My credit slips'' from the ''My Account'' box. Any ideas? -Nick Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 to remove our stores: preferences > store contacts disable: to remove delivery: modules > search for block cms click on configure button: then just untick delivery to remove credit slips from my account block: open /modules/blockmyaccountfooter/blockmyaccountfooter.tpl there is a code: <div class="block myaccount"> <h4 class="title_block"><a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='Manage my customer account' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My account' mod='blockmyaccountfooter'}</a></h4> <div class="block_content"> <ul class="bullet"> <li><a href="{$link->getPageLink('history', true)|escape:'html'}" title="{l s='My orders' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My orders' mod='blockmyaccountfooter'}</a></li> {if $returnAllowed}<li><a href="{$link->getPageLink('order-follow', true)|escape:'html'}" title="{l s='My returns' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My merchandise returns' mod='blockmyaccountfooter'}</a></li>{/if} <li><a href="{$link->getPageLink('order-slip', true)|escape:'html'}" title="{l s='My credit slips' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My credit slips' mod='blockmyaccountfooter'}</a></li> <li><a href="{$link->getPageLink('addresses', true)|escape:'html'}" title="{l s='My addresses' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My addresses' mod='blockmyaccountfooter'}</a></li> <li><a href="{$link->getPageLink('identity', true)|escape:'html'}" title="{l s='Manage my personal information' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My personal info' mod='blockmyaccountfooter'}</a></li> {if $voucherAllowed}<li><a href="{$link->getPageLink('discount', true)|escape:'html'}" title="{l s='My vouchers' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My vouchers' mod='blockmyaccountfooter'}</a></li>{/if} {$HOOK_BLOCK_MY_ACCOUNT} </ul> <p class="logout"><a href="{$link->getPageLink('index')}?mylogout" title="{l s='Sign out' mod='blockmyaccountfooter'}" rel="nofollow">{l s='Sign out' mod='blockmyaccountfooter'}</a></p> </div> </div> just remove the line: <li><a href="{$link->getPageLink('order-slip', true)|escape:'html'}" title="{l s='My credit slips' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My credit slips' mod='blockmyaccountfooter'}</a></li> Link to comment Share on other sites More sharing options...
nickelus Posted October 3, 2013 Author Share Posted October 3, 2013 Hi Vekia, Thank you so much, it worked! Final question (I promise!) if you go here: http://www.stilllivelucky.com/index.php?id_category=19&controller=category&id_lang=1 You will see my category description that I made. I'm wondering why there are such big gaps between the paragraphs? The first line of my description for example, starts much lower down on the page, than I would like. In addition, the next line that starts with ''Noun'', starts much lower than the first line above it. Is there any way I can get the gaps between the lines and the gap between the first line and the top of the line, smaller? Please let me know. Thanks very much. Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 it's because you created in in tinymce editor i edited your category description, take a look how it looks now Link to comment Share on other sites More sharing options...
nickelus Posted October 3, 2013 Author Share Posted October 3, 2013 That's perfect. Is there any way now, for the whole block of text exactly the way it is, to be moved slightly more up the page? Tere'sa big gap between the line separating the category title, and the description itself. Also, how am I supposed to edit in the future? Should I not use tinymce editor? Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 no, you should use tinymce editor, but do not use too much "enters" between texts you can take a look how i editied it and regarding to the blank space. it's because you've got there: <p class="cat_desc bordercolor bgcolor" id="category_description_full" style=" "></p> you will need to remove it from category.tpl file or with css: #category_description_full {display:none;} Link to comment Share on other sites More sharing options...
nickelus Posted October 3, 2013 Author Share Posted October 3, 2013 I remove that entire line of text from category.tpl? Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 that's correct Link to comment Share on other sites More sharing options...
nickelus Posted October 3, 2013 Author Share Posted October 3, 2013 Vekia, I removed the entire line, but now I don't have a category description at all. Any suggestions? Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 can you bring this line back there? i will check your wesite once again Link to comment Share on other sites More sharing options...
nickelus Posted October 3, 2013 Author Share Posted October 3, 2013 I pasted the line back, and my category descriptions returned. I just need to know how to move the text a bit higher up, that's all. Any other ideas? Link to comment Share on other sites More sharing options...
nickelus Posted October 4, 2013 Author Share Posted October 4, 2013 bump? Link to comment Share on other sites More sharing options...
vekia Posted October 4, 2013 Share Posted October 4, 2013 hello i tried to check your wbsite once agin and this is what i've got now there: some kind of problems with hoster? Link to comment Share on other sites More sharing options...
nickelus Posted October 4, 2013 Author Share Posted October 4, 2013 Hi Vekia, I can still access the site. Very weird. Try again, there's no problem with the hosting. So what do you think we need to do to get the category description text higher up? Link to comment Share on other sites More sharing options...
nickelus Posted October 7, 2013 Author Share Posted October 7, 2013 bump? Link to comment Share on other sites More sharing options...
vekia Posted October 7, 2013 Share Posted October 7, 2013 i tried also on my mobile (different ISP) and the same issue. maybe your hoster blocked access from countries, for example Poland ? Link to comment Share on other sites More sharing options...
nickelus Posted October 7, 2013 Author Share Posted October 7, 2013 Im contacting my host now. I will let you know. Link to comment Share on other sites More sharing options...
nickelus Posted October 8, 2013 Author Share Posted October 8, 2013 Vekia, the hosting company says there is nothing wrong with the site on their end and kindly ask that you try and load the site again, or alternatively use a proxy? That's all they had to say. I just added more info to the category description, and for some reason, every time I start a new line, the space between the text is HUGE. Any other suggestions as to how this can be edited? You have my ftp and bo details, is there no way you can help? Link to comment Share on other sites More sharing options...
nickelus Posted October 9, 2013 Author Share Posted October 9, 2013 bump? Link to comment Share on other sites More sharing options...
Recommended Posts