Search found 87 matches

Search found 87 matches

Re: Showing all products on the product page

Do you want to include the quantity input field? Adding options and the quantity input field are a little more rough. If you just need the Add to Cart button, I would copy that from the default OpenCart template (catalog/view/theme/default/template/product/category.tpl) and rework it into your theme...

Jump to post
  • Sat Oct 01, 2011 1:35 am
  • Replies 4
  • Views 1394
Re: BlackCart Theme: Products tabs don't work

You should add a link to your store so someone can get an idea of what you're talking about.

Jump to post
  • Thu Sep 29, 2011 5:10 am
  • Replies 2
  • Views 818
Re: Showing all products on the product page

Which version of OpenCart are you using? If it's 1.5+, you could still use categories instead of editing the product pages. Take a look at category.php in your catalog/controller/product folder. Scroll down until you find 'description' => substr(strip_tags(html_entity_decode($result['description'], ...

Jump to post
  • Thu Sep 29, 2011 4:56 am
  • Replies 4
  • Views 1394
Re: [1.5]Count item number like wishlist for Cart on header

I had the same issue, after changing the text_items in english/common/header.php, it would still default back to displaying the old text and the price amount. I discovered that also changing text_items in english/checkout/cart.php to the same solved the problem. I'm not super sure why it uses differ...

Jump to post
  • Tue Aug 02, 2011 11:16 pm
  • Replies 10
  • Views 19468
Re: Opencart 1.5 : Free Templates Yoodefault

I know its free and all, but it'd be nice if we got away from making small changes to the default themes CSS and calling it a new theme.

Jump to post
  • Fri Jun 17, 2011 1:20 am
  • Replies 7
  • Views 14854
Re: Anyone got tips in using the Free Youtube Video?

Are you sure that module has been updated for 1.5?

Jump to post
  • Fri Jun 17, 2011 1:18 am
  • Replies 2
  • Views 759
Re: White Space around Images with Square Dimension

Hm, ok. The previous images I had been uploading were all 600x600+ as I didn't really care about the size on a development site.

I just uploaded one that was 500x500 and it didn't add the border after it was scaled down to 220x220. Bizarre!

Jump to post
  • Wed May 25, 2011 11:46 pm
  • Replies 4
  • Views 3118
Re: Yoocart templates issues -- 2 issues

What version of OC are you using? Try posting the contents of your home.tpl file.

Jump to post
  • Wed May 25, 2011 10:42 pm
  • Replies 13
  • Views 2086
[Solved] White Space around Images with Square Dimension

Using 1.4.9.5 I'm uploading square images to a theme, and setting their dimensions in the admin to also be square, so that there is no white space around the images when they are resized. However, my "Product List Size" always adds a 1px border to the right and bottom of my image when I se...

Jump to post
  • Wed May 25, 2011 9:40 pm
  • Replies 4
  • Views 3118
Re: OpenCart v1.5.0

Hi guys: Why not develop your own template based on your suggestions? I, for example is building my own based on 960gs and trying to get all valid and so on. This. But also, I understand the "want" to have the categories module actually modular, and to be able to place it in the header ab...

Jump to post
  • Sun May 08, 2011 11:33 pm
  • Replies 343
  • Views 145803
Re: Use a PHP include to list Products?

Excellent! But for now though, if I dump all of my product list code into product_list.php and just do a

Code: Select all

<?php include('product_list.php'); ?>
I should be good to go? I'm not sure if theres a wrong way to do it; but thought I'd get some advice first :S

Jump to post
  • Fri Feb 18, 2011 12:30 am
  • Replies 3
  • Views 1230
Use a PHP include to list Products?

I am just wondering, there are many parts of the template where a list of products is used. This includes the home modules, category page, search results, etc. Is there any downside to moving the loop of code that calls and lists the products to its own .php page, and just using an include on any te...

Jump to post
  • Thu Feb 17, 2011 11:10 pm
  • Replies 3
  • Views 1230
Re: ModernStore Premium theme available

I'm glad they adjusted the price of it on TF, also. For the amount of work you've put into this, it is well deserved and I'm sure well worth the price.

Jump to post
  • Mon Feb 14, 2011 10:51 am
  • Replies 19
  • Views 8456
Re: ModernStore Premium theme available

Veeeery nice Product Pages!

Jump to post
  • Sun Feb 13, 2011 10:43 pm
  • Replies 19
  • Views 8456
Re: Opencart Cornerstone naked theme

I like the idea of having a fallback theme. It sort of lets you play around with creating child themes with Cornerstone which I think is a great idea; sort of like how the current OpenCart default theme works. Um, I don't usually include the payment or mail folders in my templates though, as I let t...

Jump to post
  • Fri Jan 28, 2011 7:46 am
  • Replies 4
  • Views 5803
Re: Opencart Cornerstone naked theme

I'm really suprised no one has commented yet. This is kind of awesome. There are a few places I would still have to strip away tables; but I guess thats just a preference thing. I don't often use them for forms. I see you used an unordered list for product lists, THANK YOU. So many people still usin...

Jump to post
  • Fri Jan 28, 2011 3:09 am
  • Replies 4
  • Views 5803
Re: Shopper Land theme for OC 1.4.9.3 available

Oh also, the related products are slightly overlapping their container within their tab.

Jump to post
  • Fri Jan 28, 2011 2:47 am
  • Replies 15
  • Views 5570
Re: Shopper Land theme for OC 1.4.9.3 available

This is terrific. I would have liked to see the product pages not re-using the default styles(i.e. the gradient on the tabs doesn't quite flow with the rest of your styles, nor do the green buttons on pages.) Purchasers could easily change that though. Great work!

Jump to post
  • Fri Jan 28, 2011 2:43 am
  • Replies 15
  • Views 5570
Re: Change icons of default theme for new theme

If you take a look at catalog/view/theme/default/template/module/information.tpl file you will see this bit of code <img src="catalog/view/theme/default/image/information.png" alt="" /> If you copied the module files from the default theme for your new theme, you will have to upd...

Jump to post
  • Wed Jan 26, 2011 6:40 am
  • Replies 2
  • Views 1173

Search found 87 matches