Page 12 of 15

Re: OpenCart 1.5.0 Released!

Posted: Tue Jun 28, 2011 5:04 am
by rlec
That seemed to work just fine - thanks for prompt reply and accurate info

Re: OpenCart 1.5.0 Released!

Posted: Tue Jun 28, 2011 3:19 pm
by levon
Can't find in admin Layout section like it is on image here http://forum.opencart.com/viewtopic.php?f=2&t=23130
Only Layout section where i can add/edit layout name, store and route.

Re: OpenCart 1.5.0 Released!

Posted: Tue Jun 28, 2011 5:09 pm
by ehandelsfabriken
Any info on when we can expect a 1.5.1 release of OC?

Re: OpenCart 1.5.0 Released!

Posted: Tue Jun 28, 2011 9:30 pm
by Xsecrets
levon wrote:Can't find in admin Layout section like it is on image here http://forum.opencart.com/viewtopic.php?f=2&t=23130
Only Layout section where i can add/edit layout name, store and route.
That idea was scrapped shortly after it was conceptualized there in those screenshots. There was some problem or other with making it work right.

Re: Banner order being weird

Posted: Wed Jun 29, 2011 11:06 am
by dannyfoo
dannyfoo wrote:Just installed v1.5.0.3 and I've uploaded 2 new banners after the default Samsung. Renamed them Banner 1 (Samsung), Banner 2 (Cheese) and Banner 3 (Red chair).

But the slideshow loads; Banner 3, Banner 1 then Banner 2.

Advice on how-to make the banner load in order would be very helpful. Thanks. :)
Did you experience problems with the banner order as well? ???

I'm trying to understand where I went wrong and how to resolve this problem please.

Re: OpenCart 1.5.0 Released!

Posted: Wed Jun 29, 2011 6:45 pm
by platypuspuzzles
Hi Daniel, can you give us an idea of when the upgrade script will be available?

Re: OpenCart 1.5.0 Released!

Posted: Wed Jun 29, 2011 8:07 pm
by Xsecrets
platypuspuzzles wrote:Hi Daniel, can you give us an idea of when the upgrade script will be available?
well Q is working on that and he's currently on vacation, so I wouldn't expect it right away.

Re: OpenCart 1.5.0 Released!

Posted: Wed Jun 29, 2011 9:51 pm
by WebDev22
Where do I go to edit the home page? I'd like to reduce the width of the slider and add a column off to the right of it.

Re: OpenCart 1.5.0 Released!

Posted: Wed Jun 29, 2011 9:54 pm
by Xsecrets
WebDev22 wrote:Where do I go to edit the home page? I'd like to reduce the width of the slider and add a column off to the right of it.
for the slider you would edit the slideshow module and change the dimentions. then for the column on the left you simply pick whichever module you want to show in the left column edit it and make sure there is a module for home page with position left column.

Re: OpenCart 1.5.0 Released!

Posted: Fri Jul 01, 2011 12:13 am
by rlec
I have a number of options available for a particular product, but if I click add to cart after options are selected the total price is only for the options - it does not add in the original cost of the item. Is there a setting I've missed?

Re: OpenCart 1.5.0 Released!

Posted: Fri Jul 01, 2011 7:32 pm
by salebrale
Hi,
After the name of each category there is a number that shows the quantity of products. But the thing is I don't want that number to show. What needs to be done to change that?
Thanks

Re: OpenCart 1.5.0 Released!

Posted: Fri Jul 01, 2011 10:07 pm
by Xsecrets
salebrale wrote:Hi,
After the name of each category there is a number that shows the quantity of products. But the thing is I don't want that number to show. What needs to be done to change that?
Thanks
There is no admin setting. It has to be done in the code. If you want to know how search the forums there are several posts about it.

Re: OpenCart 1.5.0 Released!

Posted: Sat Jul 02, 2011 11:58 pm
by salebrale
Xsecrets wrote:
salebrale wrote:Hi,
After the name of each category there is a number that shows the quantity of products. But the thing is I don't want that number to show. What needs to be done to change that?
Thanks
There is no admin setting. It has to be done in the code. If you want to know how search the forums there are several posts about it.
Yes, there are some posts that explain how to show the number and that's for older version of opencart, but i want the opposite - NOT to show because in new opencart the number shows automatically. The reason is I don't have enough products yet so I don't want people to see that.
I'm not a php programmer so I don't know what to change in the code.
Any help will be appreciated.

Re: OpenCart 1.5.0 Released!

Posted: Sun Jul 03, 2011 1:02 am
by grgr
salebrale wrote:
Xsecrets wrote:
salebrale wrote:Hi,
After the name of each category there is a number that shows the quantity of products. But the thing is I don't want that number to show. What needs to be done to change that?
Thanks
There is no admin setting. It has to be done in the code. If you want to know how search the forums there are several posts about it.
Yes, there are some posts that explain how to show the number and that's for older version of opencart, but i want the opposite - NOT to show because in new opencart the number shows automatically. The reason is I don't have enough products yet so I don't want people to see that.
I'm not a php programmer so I don't know what to change in the code.
Any help will be appreciated.
Edit ../catalog/controler/module/category.php.

Find this line:

Code: Select all

					'name'        => $child['name'] . ' (' . $product_total . ')',

and make it look like this:

Code: Select all

					'name'        => $child['name'],

Find this line:

Code: Select all

				'name'        => $category['name'] . ' (' . $product_total . ')',

and make it look like this:

Code: Select all

				'name'        => $category['name'],

Save and upload,

Job done.

Re: OpenCart 1.5.0 Released!

Posted: Sun Jul 03, 2011 3:54 am
by salebrale
@grgr
Thank you that's exactly what I needed, however I need a little bit more help because the number in top menu bar is still showing (when category expands).
thanks again

Re: OpenCart 1.5.0 Released!

Posted: Sun Jul 03, 2011 4:59 am
by Xsecrets
also if you are going to remove that do yourself a favor and comment out the product_total line a few lines up it will greatly speed things up if you have lots of categories and products.

Post Subject matter

Posted: Tue Jul 05, 2011 6:55 am
by cmebd
Just as a matter of interest and help - it would be nice if Subject matter contained something that was relevant to the post/query. "Re: OpenCart 1.5.0 Released! is meaningless at the moment because the latest version/sub is somewhat higher than that - and as noted in some posts - people are sent to search the forum for issues that do not relate to the current version and could end up doing some radical damage to an install. Messing about with code for 1.5.x with 1.4.x solutions.

We are able to add or replace the actual subject matter when responding and it would help those who are looking for a soloution to find related posts.

Cheers

See this post has a subject matter that refers to the contents/query >:D

Re: Post Subject matter

Posted: Tue Jul 05, 2011 11:49 pm
by i2Paq
cmebd wrote:Just as a matter of interest and help - it would be nice if Subject matter contained something that was relevant to the post/query. "Re: OpenCart 1.5.0 Released! is meaningless at the moment because the latest version/sub is somewhat higher than that - and as noted in some posts - people are sent to search the forum for issues that do not relate to the current version and could end up doing some radical damage to an install. Messing about with code for 1.5.x with 1.4.x solutions.

We are able to add or replace the actual subject matter when responding and it would help those who are looking for a soloution to find related posts.

Cheers

See this post has a subject matter that refers to the contents/query >:D
You wished Sir? ;D

Please check new topic title.

Re: OpenCart 1.5.0 Released!

Posted: Wed Jul 06, 2011 1:40 am
by Daniel
there is already a bug thread that is called 1.5.0.5

i don;t think we need more. only for major releases do we add to the main news section.

re: Post Subject Matter

Posted: Wed Jul 06, 2011 5:48 am
by cmebd
Daniel,

Yes agree wholeheartedly, was not suggesting that another forum be created however each of the posts in this forum/topic don't need to carry the "main" topic title.

Am not entirely sure whether you were responding to my/i2Paq's post or something else? This is the issue. Sometimes responses to questions don't get answered for a couple of days so it is difficult, if all posts have the same subject matter, to understand without looking through countless posts, what some responses refer to or alternately some posts could be referring to any amount of previous posts on various subjects.

As an example the post below looking for info on Category/Product quantities - if it had something that referred to the question in the subject matter - then those responding could "reply" to that particular post and then all the suggestions pertaining to that subject would be recognisable. Alleviating quotes (that bulk up the response).

Yes there is always search - but that doesn't necessarily help for the majority of the time as posts don't necessarily refer to the 1.5.0 version. Another example would be to search for your post where you released 1.5.0.5.

Cheers

Try looking for the post where 1.5.0.1 and other incremented versions are announced......