Search found 53 matches

Search found 53 matches

Manufacturer Logo, 1.5.

How do I replace the manufacturer name on category.tpl with a manufacturer image?

Thanks in advance.

Jump to post
  • Wed Aug 10, 2011 1:17 pm
  • Replies 1
  • Views 400
Re: Echo Attribute on Category.tpl!

Ok heres the solution for you :) NOTE: this doesnt solve shipping issues you may have, this is just to echo product attributes on to the product category page. catalog/controller/product/category.php find around line 217 $this->data['products'][] = array( 'product_id' => $result['product_id'], add ...

Jump to post
  • Fri Jul 29, 2011 7:06 pm
  • Replies 13
  • Views 3106
Re: Echo Attribute on Category.tpl!

Qphoria wrote:My shipping by product will be updated today... It allows individual shipping rates per item and then you can display them
http://theqdomain.com/ocstore/opencart_ ... by_product

Has this mod been updated?

Jump to post
  • Fri Jul 29, 2011 6:44 pm
  • Replies 13
  • Views 3106
Manufacturer Images on 1.5?

I'd like to add the logo of said manufacturer to category.tpl.

I've successfully added the Retailer Name as a link but now I'd like to display the logo also.

Any support is greatly appreciated! :)

Jump to post
  • Fri Jul 29, 2011 6:11 pm
  • Replies 0
  • Views 331
Re: Echo Attribute on Category.tpl!

Wow thanks guys, I'll check both out and see what works for me! :) Thanks for your help, will let you know how I get on.

Jump to post
  • Fri Jul 29, 2011 6:09 pm
  • Replies 13
  • Views 3106
Re: Echo Attribute on Category.tpl!

Will definitely check back, I'm not sure why it's so complicated to a) set individual shipping costs and b) echo an attribute.

Jump to post
  • Thu Jul 28, 2011 5:38 pm
  • Replies 13
  • Views 3106
Echo Attribute on Category.tpl!

Basically, I'd like to set an attribute called "Shipping" and echo it on category.tpl.

What cost am I looking at, I've searched the forum and made a topic, to no avail.

Thanks in advance.

Ben

Jump to post
  • Sun Jul 24, 2011 6:10 pm
  • Replies 13
  • Views 3106
Re: Why do I never receive a reply...

Sorry, it's just really frustrating when you've invested alot of time into a piece of software only to find the one feature you need doesn't exist and any help given, doesn't work.

Jump to post
  • Tue Jul 19, 2011 5:17 am
  • Replies 3
  • Views 678
Why do I never receive a reply...

From the people that build OpenCart, I must admit, support from the builders of opencart is completely lacking. :-[

Jump to post
  • Sat Jul 16, 2011 5:10 am
  • Replies 3
  • Views 678
Re: How do I echo an attribute on category.tpl

Hi, I've actually tried it everywhere and all it does is stop the page loading.

Jump to post
  • Fri Jul 15, 2011 10:31 am
  • Replies 19
  • Views 6200
Re: How do I echo an attribute on category.tpl

Are you using the very first version of 1.5.0, or 1.5.0.5? If you're using the former, I would upgrade your files to the latest version, since you can just upload everything except config.php and /admin/config.php. (Always make a backup before uploading, though!) Have you made other edits to your c...

Jump to post
  • Wed Jul 13, 2011 3:39 am
  • Replies 19
  • Views 6200
Re: How do I echo an attribute on category.tpl

Johnathan wrote:Sounds like you didn't paste it properly then. What version are you using?
Version 1.5.0

I added the code again after the <?php } ?>, category.tpl still loads on localhost but not when I upload it to the server.

Jump to post
  • Wed Jul 13, 2011 12:42 am
  • Replies 19
  • Views 6200
Re: How do I echo an attribute on category.tpl

Try this: IN: /catalog/view/theme/YOURTHEME/template/product/category.tpl AFTER: <span class="price-tax"><?php echo $text_tax; ?> <?php echo $product['tax']; ?></span> <?php } ?> ADD: <?php $this->load->model('catalog/product'); $attributes = $this->model_catalog_product->getProductAttrib...

Jump to post
  • Tue Jul 12, 2011 8:05 am
  • Replies 19
  • Views 6200
Re: How do I echo an attribute on category.tpl

I created a product attribute called Shipping, I'd like to echo the title of the attribute and the value of the attribute on category.tpl.

I'm not sure how I can be any more specific.

Jump to post
  • Mon Jul 11, 2011 4:36 am
  • Replies 19
  • Views 6200
Re: How do I echo an attribute on category.tpl

So, is there no way to echo an attribute?

Jump to post
  • Sun Jul 10, 2011 12:11 pm
  • Replies 19
  • Views 6200
How do I echo an attribute on category.tpl

title pretty much says it all, I'd like to echo or print an attribute I set on category.tpl

Thanks in advance.

Ben

Jump to post
  • Fri Jul 08, 2011 10:26 am
  • Replies 19
  • Views 6200
Re: [1.5] How can I set Shipping per item, not flat rate....

If you're using 1.5.0.x, you could use the Product Attributes feature and create an attribute called "Shipping". That won't take care of the checkout process, but it will take care of all the coding side of the admin and product page. I've created an attribute, added it to my product with...

Jump to post
  • Fri Jul 08, 2011 6:23 am
  • Replies 4
  • Views 818
Re: OpenCart 1.6.0 Roadmap

Amen to Amazon! :) Is there any discussion about individual product shipping options? I really need this feature.

Jump to post
  • Thu Jul 07, 2011 1:03 am
  • Replies 538
  • Views 255903
Individual Shipping Cost Per Product

I personally think this should be as standard.

I hope this is implemented soon.

Jump to post
  • Thu Jul 07, 2011 12:50 am
  • Replies 0
  • Views 325

Search found 53 matches