Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Basic Design Pack Support


toyicebear

Recommended Posts

hi,

i edit the code in the css but my problem is to change the borders of the td tr inside the table. I dont found any class in stylesheet for this modification.

 

for example.

 

editing the css. border red background white

 

Border_red_background_white.jpg

 

editing the css border red background #eeeee

 

Border_red_background_gray.jpg

 

the borders inside of this box didn't change the color...

 

my aim: all borders red and background white

i know this modification is not a problem with the basic design pack, but i hope you can help me :)

 

thnx for help :)

 

you can add a borderdefine under:

 

TD.productListing-data

Link to comment
Share on other sites

So our webshop is finally online and working as a charm..! Looking sweet to thanks to your pack, toyicebear! Thanks a lot for it!!

 

I have one question though.. I want the category counts to be on the same line as the category it belongs to. It now is a line below it. I've taken a look into the code already but can't figure out what's wrong. There are no 'br'-s in the code on the place where, at least I think, it defines the category count..

 

Any help would be awesome!

 

Here's a quick screenshot of what I mean:

 

cat_count.jpg

 

by the way, the shop is located at: www.degierguitars.com/webshop/

Edited by gvees
Link to comment
Share on other sites

So our webshop is finally online and working as a charm..! Looking sweet to thanks to your pack, toyicebear! Thanks a lot for it!!

 

I have one question though.. I want the category counts to be on the same line as the category it belongs to. It now is a line below it. I've taken a look into the code already but can't figure out what's wrong. There are no 'br'-s in the code on the place where, at least I think, it defines the category count..

 

Any help would be awesome!

 

Here's a quick screenshot of what I mean:

 

cat_count.jpg

 

by the way, the shop is located at: www.degierguitars.com/webshop/

 

Its highly recommended to turn of show category count in your web shops admin, this will make your site faster.

 

But if you want to keep it and have it on the same line, do this:

 

in includes/boxes/categories.php

 

change:

 

$categories_string .= '</a>';

 

if (SHOW_COUNTS == 'true') {

$products_in_category = tep_count_products_in_category($counter);

if ($products_in_category > 0) {

$categories_string .= '(' . $products_in_category . ')';

}

}

 

TO:

 

if (SHOW_COUNTS == 'true') {

$products_in_category = tep_count_products_in_category($counter);

if ($products_in_category > 0) {

$categories_string .= ' (' . $products_in_category . ')';

}

}

 

$categories_string .= '</a>';

Link to comment
Share on other sites

  • 3 weeks later...
Its highly recommended to turn of show category count in your web shops admin, this will make your site faster.

 

Where exactly do I turn off the "count" in the admin section? :blink:

 

... thanks for this great contribution!

Link to comment
Share on other sites

... also how do you remove the blank lines between the category items so I can fit more in closer together? eg

 

hardware

<--- gap that i need to remove

software

<--- gap that i need to remove

DVD movies

 

TO GET THIS:

 

hardware

software

movies

Link to comment
Share on other sites

in your admin under

 

Configuration >> my store

 

 

set show category count to "false"

 

 

now both the space and the category count will be gone in the category box.....

Link to comment
Share on other sites

  • 3 weeks later...
Anyone know how to get rid of the gray arc graphic in the header? I have tried to locate the file or the code to get rid of it all together, but can't seem to find it. Thanks.

 

in stylesheet.css

Link to comment
Share on other sites

Howdy,

 

I used your Basic Design and am modifying it somewhat using the stylesheet. But the shop is not centered?

 

Under construction but you can see it here: http://www.qualitysweatshirts.com/catalog/index.php

 

Any idea of what I did wrong?

 

Thanks in advance.

 

Mike

 

Well the centering has 3 parts...

 

- one opening div in the header..

- one closing div in the footer

- and a definition in the stylesheet.css file

 

So the check those 3 files in your shop against the original files from the contribution to see where you might have gone wrong.

Link to comment
Share on other sites

Hi toyicebear, great contrib...can you tell me how to achieve rounded corners on the bottom of all boxes...I have spent about 30 hours searching the forum and I am either missing the correct terminology or maybe I'm just a dumb c*nt...I am looking to achieve boxes (rounded left, right, top and bottom) like Website.

Thanks

Ronnie

Edited by Jacksback
Link to comment
Share on other sites

Hi toyicebear, great contrib...can you tell me how to achieve rounded corners on the bottom of all boxes...I have spent about 30 hours searching the forum and I am either missing the correct terminology or maybe I'm just a dumb c*nt...I am looking to achieve boxes (rounded left, right, top and bottom) like Website.

Thanks

Ronnie

 

They are using this contrib: Graphical Infoboxes

Link to comment
Share on other sites

Well the centering has 3 parts...

 

- one opening div in the header..

- one closing div in the footer

- and a definition in the stylesheet.css file

 

So the check those 3 files in your shop against the original files from the contribution to see where you might have gone wrong.

 

Found the problem... thanks for the guidance. Mike

Link to comment
Share on other sites

  • 4 weeks later...

I want to change the width of the table... I've tried doing this by changing the 100% to the size i want but only the columns and writing are stretching... It's not being centred and it's not changing the width of the outline of the site...

 

Any suggestions is appreciated :)

Link to comment
Share on other sites

I want to change the width of the table... I've tried doing this by changing the 100% to the size i want but only the columns and writing are stretching... It's not being centred and it's not changing the width of the outline of the site...

 

Any suggestions is appreciated :)

 

 

the width of the site is set in stylesheet.css

Link to comment
Share on other sites

why do i have red x's in my boxes please help

http://customerbeads.lovewebdesigns.com/ca...277006d4e74af70

 

 

Looks ok now....

 

But the common error causing this is that not all the files, folders and images from the BDP has been uploaded....

Edited by toyicebear
Link to comment
Share on other sites

still not working right still has red x i went through it again

 

 

Check the bdp folder and then check your install and make sure that all the files and folders are uploaded to your website....

 

Alternatively upload it again overwriting the original files.

Link to comment
Share on other sites

Im using the latest version and don't want to use the CSS buttons I would rather use what I designed, how can I go about making that change?

 

 

Go to page 1 of this support tread and start reading..it has been described how to do that earlier in this tread...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...