Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CSS button


onigetoc

Recommended Posts

Posted

I was bored to create each buttons in each language with photoshop

 

I create a CSS button for all the new buttons i will add to my Oscommerce shop.

 

	#cssbutton {
-moz-border-radius: 3px;
border-radius: 3px;
color: #FFFFFF;
background-color: #262626;
padding-top: 4px;
padding-right: 8px;
padding-bottom: 4px;
padding-left: 8px;
}

#cssbutton a:hover {color:#FFFFFF; text-decoration:none}

 

Just adding the id to the right place on your website

<a href="'.tep_href_link('shopping_cart.php').'" id="cssbutton">'.BOX_HEADING_SHOPPING_CART.'';

 

All my button are images exception for the new CSS button you can see at the right column after you add a product to cart.

the button "Votre Panier" in french or "Shopping cart" in english

Exemple for RC Buy Car

 

You should add a product in your cart to see the new CSS button at the right

Posted

The shop is hacked.

 

Hack files in the images folder:

 

goog1e723bc1ae155e46.php

goog1e7fb88219514e1f.php

goog1e8783af26c929b0.php

goog1ec0c15fa0c0c671.php

 

Visit the link below:

 

How to Secure Your Site

 

Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

And today we find this file in the root folder:

 

googlefb67f2478399276f.html

 

The ship is sinking.....

:'(

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

I just wanted to say I really like what you've done with the site design, it looks lush! Is this all customised by yourself?

 

 

And the file starting 'google' at the root is likely the verification file uploaded intentionally for google analytics.

 

(P.S. try Piwik instead)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...