Search found 169 matches

Search found 169 matches

Re: (ask) file robots.txt and sitemap file

newbie007 wrote:
uksitebuilder wrote:Could you share your working version for all who come across this
I Use OpenCart 1.5.0.


thank you
He ment to share the final code of your robots.txt file, not the version of your OpenCart :)

Would you, please?

Thanks.

Jump to post
  • Mon Apr 02, 2012 8:00 pm
  • Replies 27
  • Views 43767
Re: cart.tpl question

dlew wrote:thanks you! How does it get handled on the cart page?
I have DIsplay Stock set to No.
You are talking about: http://demo.opencart.com/index.php?route=checkout/cart right?

If so, I'm after this one, too :)

Jump to post
  • Sat Mar 24, 2012 10:56 pm
  • Replies 12
  • Views 1628
Re: Display stock quantity in Shopping Cart page

If I may: 1. EDIT: catalog/view/theme/YOURTHEME/template/checkout/cart.tpl 2. FIND: <?php if (!$product['stock']) { ?> <span style="color: #FF0000; font-weight: bold;">***</span> <?php } ?> 3. REPLACE WITH: (<?php echo $product['stock']; ?>) 4. EDIT: system/library/cart.php 5. FIND: if (!...

Jump to post
  • Sat Mar 24, 2012 9:20 pm
  • Replies 10
  • Views 6408
Re: [vQmod]Product Display Settings (free)

@florinsith: Nice extension, thanks a lot ;)

Just being curious, since there's no database involvement, where it keeps the settings' data? :)

Jump to post
  • Tue Mar 20, 2012 7:00 pm
  • Replies 133
  • Views 70629
Re: Non aligned 'add to cart' image button

Ok, you meant by dong that :) I thought there's some automatic way, like automatically truncating the length, according to the div's height :)

Thanks buddy.

Jump to post
  • Thu Mar 15, 2012 6:34 pm
  • Replies 4
  • Views 1147
Re: PayPal and Skatteverket

Thanks for your answer, Ontrial. I'm just curious why no one else responded to this topic :) I wrote couple of emails to Skatteverket, but two different persons, gave me two different answers. The second one said that the first one gave me a wrong answer :D I suppose they have no idea, either... So,...

Jump to post
  • Thu Mar 15, 2012 5:51 am
  • Replies 3
  • Views 2075
Re: Non aligned 'add to cart' image button

florinsith wrote:limit the title characters not to go over the height.
Any help with this? :)

Thanks.

Jump to post
  • Thu Mar 15, 2012 3:00 am
  • Replies 4
  • Views 1147
Re: Right align the horizontal menu categories

qahar wrote:Open stylesheet.css and find #menu ul, add float:right

Code: Select all

#menu ul {
    ...
    float: right;
}
Yeap, that wokred ;) Thanks a lot.

Jump to post
  • Tue Mar 06, 2012 11:44 pm
  • Replies 2
  • Views 2099
Re: How to change the horizontal menu

Vanderbilt80 wrote:ImageThank you for taking the time to read.
???

Jump to post
  • Tue Mar 06, 2012 11:32 pm
  • Replies 5
  • Views 2000
Right align the horizontal menu categories

Currently, the horizontal menu categories are left aligned, as you can see on the demo store:

http://demo.opencart.com/

How can I make it do be right aligned, so insted of the "Desktops" to touch the left margin, the "MP3 Players" to touch the right margin?

Thanks.

Jump to post
  • Tue Mar 06, 2012 9:05 am
  • Replies 2
  • Views 2099
Re: Right-align menu links on the menu bar

Rebecka wrote:Aha, I see.

This is how it should be

Code: Select all

#menu > ul > li {
float: right;
}
Thank you! :)
Tried this, but than it flips the order, i.e. the first category now is the last one, and the last one, now is the first :) Any ideas?

Jump to post
  • Tue Mar 06, 2012 8:55 am
  • Replies 4
  • Views 1127
Re: How to change the horizontal menu

And how to move this whole thing to be aligned to the right, not to the left, as it is now? :)

Thanks.

Jump to post
  • Tue Mar 06, 2012 8:42 am
  • Replies 5
  • Views 2000
Re: Prevent transparent PNG from caching or keep its transpa

Ok, here's the attachment of the "samsung_banner.jpg" demo image from the original OpenCart installation, just made and saved as a transparent .png image. Just put it in the Slideshow, and see if it will cache the image and replace the transparency with a white background. So, if somene ca...

Jump to post
  • Fri Feb 24, 2012 6:51 am
  • Replies 3
  • Views 1314
Re: Invoice labels - simple mod needed

No problem at all, I'm glad I helped :)

Jump to post
  • Thu Feb 23, 2012 11:51 pm
  • Replies 16
  • Views 2592
Re: Invoice labels - simple mod needed

Regarding the space, would you mind putting one printed invoice, so we can take a look at it? Also, have you tried to loose some of those many <br> ?

Jump to post
  • Thu Feb 23, 2012 11:32 pm
  • Replies 16
  • Views 2592
Re: Invoice labels - simple mod needed

stringsetc wrote:the rest of the paper is regular paper. the only bits that are sticky are those at the top. hope that makes sense.
Yeap, now it's clear ;) Thanks a lot for the info.

Jump to post
  • Thu Feb 23, 2012 11:28 pm
  • Replies 16
  • Views 2592
Re: Invoice labels - simple mod needed

stringsetc wrote:the two top parts of the labels are sticky. so you print your invoice and then peal off the two addresses. one of yours (sender) and the other is the shipping address for your customer.
Yeah, I got that part, but the other surface of the paper is a plain regular paper, or...?

Jump to post
  • Thu Feb 23, 2012 8:29 pm
  • Replies 16
  • Views 2592
Re: Invoice labels - simple mod needed

dimko wrote:@yubnub: Are those paper sheets all sticky, or just the parts that are supposed to be sticky? What I mean is, if the whole A4 acts like a sticker, or only the parts?

Thanks for the info.
@stringsetc: Same question to you :)

Jump to post
  • Thu Feb 23, 2012 8:18 pm
  • Replies 16
  • Views 2592
Re: Prevent transparent PNG from caching or keep its transpa

Strange, for me it's caching the .png files, and replaces the transparency with a white background. Slideshow images only, the logo.png is fine. I save the logo.png and the Slideshow images in the same way, using the same Photoshop CS5. So, any ideas what could be wrong? :) P.S. Using clean install ...

Jump to post
  • Tue Feb 21, 2012 9:16 am
  • Replies 3
  • Views 1314

Search found 169 matches