Jump to content

2 questions, one regarding postage


Recommended Posts

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

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???

post-646718-0-05281700-1380451067_thumb.jpg

Edited by nickelus (see edit history)
Link to comment
Share on other sites

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

Hi,

 

Thank you very much for the help. Can I just ask one more question?

 

Is there any way I can a) remove and B) 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

to remove our stores:

 

preferences > store contacts

disable:

05QkRi3.png

 

to remove delivery:

 

modules > search for block cms click on configure button: then just untick delivery

au4beav.png

 

 

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

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

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

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

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

×
×
  • Create New...