Search found 156 matches

Search found 156 matches

Re: An Opencart Convert (Good Riddance, Zencart!)

Your welcome! Thanks for the kind words en we're glad we could be of any service :) I hope the transfer to OpenCart will benefit you as it did for me coming over from osCommerce. At the very least, when I'm done (at least in terms of having a deployed, active site), I expect to actually have some o...

Jump to post
  • Wed Mar 02, 2011 7:46 am
  • Replies 6
  • Views 2499
An Opencart Convert (Good Riddance, Zencart!)

I just wanted to take a few moments and post something to share my experience with Opencart so far and thank the people (Daniel and QPhoria very visible among them but not the only ones by any means) who make the project happen. The cart I use now is serviceable, but quite old at this point, and lac...

Jump to post
  • Wed Mar 02, 2011 1:31 am
  • Replies 6
  • Views 2499
Re: v1.4.9.3 - Help With Shaded Boxes on Numerous Pages...

Sorry, I should have done so, you're right.

Same test environment - captured.server270.com/test9

Any product detail page will do you. iPod classic has the various fields I've used as examples, you can see I've successfully changes the Options box.

Jump to post
  • Tue Mar 01, 2011 10:48 pm
  • Replies 8
  • Views 1155
Re: v1.4.9.3 - Page Area Shading Color Hex Codes?

Well, I found some of them...having trouble at the moment with the one surrounding the Add to Cart and Go Back buttons on the product page. It appears to be this line that controls that box, right about line 99 (stock version fo the file may be sligtly sooner in the line count, mine has a couple add...

Jump to post
  • Tue Mar 01, 2011 1:02 pm
  • Replies 8
  • Views 1155
Re: v1.4.9.3 - Page Area Shading Color Hex Codes?

Im slightly confused. The button shading is down to an image, not the actual stylesheet color shading or anything like that. If you want to color shade using CSS then you can, but it isnt supported in all browsers i think. The best way is to use an image which has color shading. If you open the but...

Jump to post
  • Tue Mar 01, 2011 6:46 am
  • Replies 8
  • Views 1155
v1.4.9.3 - Help With Shaded Boxes on Numerous Pages...

OK, I'm getting into the home stretch here. So far, I've managed to find almost every color change I want to do. But there are a few that are eluding me through all the searching I have done, and for which I have not found the answers here so far. Once I nail this down I think the only changes I hav...

Jump to post
  • Tue Mar 01, 2011 4:56 am
  • Replies 8
  • Views 1155
Re: Adding Image To Center of Footer - Minor issues

Done, but I actually added it to the footer section instead, seemed more sensible than adding it to a div included in the footer and seems to work peachy.

Jump to post
  • Tue Mar 01, 2011 4:01 am
  • Replies 8
  • Views 2480
Re: Adding Image To Center of Footer - Minor issues

That's my fault - sorry. In the code I posted I put width: 560px: It should have a semi-colon at the end, not a colon. Change that and you should be good to go. Must stop drinking and posting ;) Yeah..*coughcough*...I probably should have looked that over and seen that too. I'm not a professional c...

Jump to post
  • Tue Mar 01, 2011 2:52 am
  • Replies 8
  • Views 2480
Re: v1.4.9.3 - Center logo above tabs and remove links?

if the logo is 960px wide then to center it you would need a margin on both left and right sides which added to the width of the logo totals the same width of the container div. i think the container div is 967px wide, so you would need margin-left and margin-right to have 3.5px that should center ...

Jump to post
  • Mon Feb 28, 2011 10:10 am
  • Replies 6
  • Views 3334
Re: Adding Image To Center of Footer - Minor issues

Getting closer! It works and the copyright text stays put, but still isn't actually centered. But it's not kicked all the way over beside the original paypal image either. http://captured.server270.com/test9/ <S>EDIT: Actually, I just noticed something really odd. On the product pages - and ONLY on ...

Jump to post
  • Mon Feb 28, 2011 6:33 am
  • Replies 8
  • Views 2480
Re: v1.4.9.3 - Center logo above tabs and remove links?

And apparantly, float center is not valid...yet, div align = center added to the div in the TPL file, plus float center makes it work. Anything else, like float:left, div align = center is resulting in the logo staying on the left and messing up the position of the tabs. I'd prefer to do this the ri...

Jump to post
  • Mon Feb 28, 2011 4:43 am
  • Replies 6
  • Views 3334
Re: Adding Image To Center of Footer - Minor issues

there is no float:center , try to use float:left; If there's not a center float, then that's very odd, because if I set float to left, and text alignment to center, it moves the item all the way to the left, placing it just to the right of the paypal image, with the copyright text correctly placed....

Jump to post
  • Mon Feb 28, 2011 4:22 am
  • Replies 8
  • Views 2480
Adding Image To Center of Footer - Minor issues

OK, so I need to add an image to the center of the footer. This will eventually be the image for my SSL seal, so it essentially needs to duplicate what the PayPal image does on the left end. So to get something in as a placeholder, seems like duplocating the PayPal link will work fine. Problem is, t...

Jump to post
  • Sun Feb 27, 2011 3:14 pm
  • Replies 8
  • Views 2480
Re: v1.4.9.3 - Center logo above tabs and remove links?

The above is sort of working...but even though the float is set to center, the logo is hanging out on the left. Not sure why...I can add div align = center to the actual template file, but that seems kind of kludgy if I could do it cleaner using the stylesheet.

Jump to post
  • Sun Feb 27, 2011 11:13 am
  • Replies 6
  • Views 3334
Re: v1.4.9.3 - Center logo above tabs and remove links?

OK, here's what I'm thinking will work, can anyone confirm this, or am I waaaay off track here? I've changed the padding in the div class because I will be using a full 960px width image at the top, so no need for left side spacing, however I would need bottom spacing. Change this in header.tpl: <di...

Jump to post
  • Sun Feb 27, 2011 10:30 am
  • Replies 6
  • Views 3334
v1.4.9.3 - Center logo above tabs and remove links?

OK, found all the info necessary to remove the four links at the top right of the header. However, I'm not sure if that method will work with what else I want to do, which is bring the logo up and center it above the tabs. Obviously I need to edit the header files to accomplish both of these, but I ...

Jump to post
  • Sun Feb 27, 2011 8:10 am
  • Replies 6
  • Views 3334
Re: V1.4.9.3 - Background "hides" module bottoms?

Yeah. Turns out that's exactly what is going on. The bottom is there, and is white, but the rounded corners aren't visible with the contrast since the parts beyond them are not transparent. And while the contrast on those curved corner lines is plenty normally when you have a white site background l...

Jump to post
  • Sat Feb 26, 2011 9:19 am
  • Replies 2
  • Views 694
V1.4.9.3 - Background "hides" module bottoms?

I've been experimenting with backgrounds, and have found that adding one to the page keeps the modules white, which is what I want, but it "chops off" the bottom of each box, so each module ends in a hard line instead of having the nice curved bottom that is present by default. The spacing...

Jump to post
  • Sat Feb 26, 2011 7:33 am
  • Replies 2
  • Views 694
Re: Add to cart button

That doesn't fix the button on the actual product page though, or move the button in the product previews (homepage, category list of products, etc) down under the price...

Jump to post
  • Wed Feb 02, 2011 9:48 am
  • Replies 10
  • Views 2419
Re: Add to cart button

Hi Chones, Thank you. What I actually want to do though is substitute an image of my own which already exists, and has the text embedded in it as part of the image, not to have it replicate the large button button which is created on the fly by the cart. I want to use this same button in place of th...

Jump to post
  • Mon Jan 31, 2011 12:24 am
  • Replies 10
  • Views 2419

Search found 156 matches