Post by simplicity54321 » Thu Feb 09, 2012 12:09 am

Hiya,

A new born Fashion Bag Shop base on OC and need more friends on Facebook and Twitter. :) Any suggestions are welcome! Thanks! :-*

Image

ImageImage
Last edited by simplicity54321 on Fri Feb 17, 2012 12:12 am, edited 3 times in total.


Posts

Joined
Sun Nov 20, 2011 8:21 am

Post by eventpromotions » Thu Feb 09, 2012 11:57 pm

I am speachless, and that does not happen offen (ask the wife)

You have done a amazing job with the site and perfectly customised the dealt theme. Best part is the rollover links to size, guide, payment and delivery ect... I was wondering how you created them and also where did you get the graphics from.

5 * Job :)

New member

Posts

Joined
Sun Feb 05, 2012 11:57 pm

Post by rapro » Mon Feb 13, 2012 3:30 am

Overall very nice.

Maybe you can put currencys in the menubar and float right. (just a thought)

New member

Posts

Joined
Fri Jan 28, 2011 7:21 am

Post by candlescity » Sun Feb 19, 2012 4:48 pm

simplicity54321 wrote:Hiya,

A new born Fashion Bag Shop base on OC and need more friends on Facebook and Twitter. :) Any suggestions are welcome! Thanks! :-*

Image

ImageImage
Hi I "liked" you on face book maybe you could Like back?
candlescity

Ian

www.candlescity.co.uk


Newbie

Posts

Joined
Wed Nov 02, 2011 5:00 am

Post by BagBomBom » Sun Feb 19, 2012 6:49 pm

Hi candlescity, sure! but I can't find your FB and can't see it from my FB Like. Can you let me know your FB link please?

Hi rapro, nice suggestion. I want to fill the blank area too but still not sure what to add.

Hi Teez Town, here's my code FYI. This mouse-over-effect code can be find on various websites. You will need 2 pics to show "before" and "after" mouse-over-effect. I have only show 2 buttons here. You can add buttons by repeating some of the code.

Go to
/catalog/view/theme/default/template/common/home.tpl

Add:

Code: Select all

<script language="JavaScript" type="text/javascript">
<!--
if (document.images) {
    shippingbuttonup       = new Image();
    shippingbuttonup.src   = "/image/data/others/Terms_shipping_guide.gif";
    shippingbuttondown     = new Image() ;
    shippingbuttondown.src = "/image/data/others/Terms_shipping_guide_mouseover.gif";
	
    paymentbuttonup       = new Image();
    paymentbuttonup.src   = "/image/data/others/Terms_payment_guide.gif";
    paymentbuttondown     = new Image() ;
    paymentbuttondown.src = "/image/data/others/Terms_payment_guide_mouseover.gif";
}
function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}
// -->
</script>
and add this too:

Code: Select all

<p style="border-width:1px;border-style:solid;border-color:#DBDEE1; margin-top: 0; text-align: center;
	-webkit-box-shadow: 2px 2px 2px #F0F0F0;
	-moz-box-shadow: 2px 2px 2px #F0F0F0;
	-box-shadow: 2px 2px 2px #F0F0F0;">
	
<a href="http://www.bagbombom.com/Delivery_Information"
  onmouseover="buttondown('shippingbutton')"
  onmouseout="buttonup('shippingbutton')"/>
<img alt="Shipping guide" title="Shipping_guide" src="/image/data/others/Terms_shipping_guide.gif" name="shippingbutton"></a>	&nbsp; &nbsp; 

<a href="http://www.bagbombom.com/Payment_Information"
  onmouseover="buttondown('paymentbutton')"
  onmouseout="buttonup('paymentbutton')"/>
<img alt="Pyment guide" title="Pyment_guide" src="/image/data/others/Terms_payment_guide.gif" name="paymentbutton"></a>  &nbsp; &nbsp; 
</p>

ImageVisit BagBomBom.com | Facebook | Twitter


User avatar
Newbie

Posts

Joined
Sun Feb 19, 2012 1:53 pm

Post by candlescity » Thu Mar 08, 2012 8:42 pm

[quote="BagBomBom"]Hi candlescity, sure! but I can't find your FB and can't see it from my FB Like. Can you let me know your FB link please?


Hi BagBomBom it is
http://www.facebook.com/candlescity

Ian

www.candlescity.co.uk


Newbie

Posts

Joined
Wed Nov 02, 2011 5:00 am
Who is online

Users browsing this forum: No registered users and 34 guests