Post by Daniel » Wed May 19, 2010 7:25 am

re-upload.

I think some files did not get uploaded.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by cofran » Wed May 19, 2010 7:51 am

This is a lovely template, I've got it insatlled now and am very pleased with it. Thanks for changing it to show home page text.
One thing I have noticed, on the sub category pages, it shows three category names and 1 picture which is a slide show of the others. I think it makes it look like I only have 3 sub-categories instead of the 9 or 10 I do have. Is it possible to show all the sub-category pictures on the subcategory page somehow? I think I might lose sales otherwise.
it's pretty bug, yes... edit STYLES.CSS (line 3 and 4) delete "height: 20px;" in both
One thing I've just noticed, I went to upload a product and the 'General' page is not clickable and is blank, not able to upload/insert new products, same with categories and with information pages, can edit them but there is only 1 page to it, the page where you write the text for the page is missing. When you press save on anything, products, categories or info pages, an error message comes up.
surprisingly, the design template is only for user (FRONT - html and css) and has not modified source code (archive *.php) :-\

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by jefrey1983 » Wed May 19, 2010 10:07 am

wow i am not seeing any bug at the moment nice work, i shall continue testing it,

just wondering if this is a bug or just a loading thing, if I click the components it display a lot images then it become a single image

i see the welcome store, can it be full extended then the shopping cart will be below it in case we put a banner

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by bodyrocks » Wed May 19, 2010 7:10 pm

cofran wrote:
This is a lovely template, I've got it insatlled now and am very pleased with it. Thanks for changing it to show home page text.
One thing I have noticed, on the sub category pages, it shows three category names and 1 picture which is a slide show of the others. I think it makes it look like I only have 3 sub-categories instead of the 9 or 10 I do have. Is it possible to show all the sub-category pictures on the subcategory page somehow? I think I might lose sales otherwise.
it's pretty bug, yes... edit STYLES.CSS (line 3 and 4) delete "height: 20px;" in both
One thing I've just noticed, I went to upload a product and the 'General' page is not clickable and is blank, not able to upload/insert new products, same with categories and with information pages, can edit them but there is only 1 page to it, the page where you write the text for the page is missing. When you press save on anything, products, categories or info pages, an error message comes up.
surprisingly, the design template is only for user (FRONT - html and css) and has not modified source code (archive *.php) :-\
Oh, okay, must be a problem at this end then, sorry. ::) JUst to check - the downloads are v.0 and v.1.1 I think (or something like that). How do you know which one to upload, could that be the problem. I just picked the second one thinking it meant it was a revision of it, but thinking now, it might not be?

Newbie

Posts

Joined
Sun May 02, 2010 3:19 am

Post by cofran » Thu May 20, 2010 12:04 am

in v1.1 Fixed a bug in prodcut.tpl and add welcome text in home.tpl only

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by cmebd » Thu May 20, 2010 4:43 pm

Hi Cofran,

I get the following error message once I have clicked on "checkout"

Notice: Undefined variable: weight in /chroot/home/karoolac/karoola.com.au/html/catalog/view/theme/cofran/template/checkout/cart.tpl on line 83
Any hint on where I might go to "fix" my problem?

Tx

A stupid question is the one you -don't- ask.........(Anon)

)C1.5.0.1 (IN devel)
OC V1.4.9.5
OC V1.4.9.2
OC V1.4.7
OC V1.3.4


User avatar
Active Member

Posts

Joined
Fri Nov 13, 2009 11:17 am
Location - Tasmania, Australia

Post by jefrey1983 » Fri May 21, 2010 1:39 am

i want to test this to 1.4.8 so far i am not seeing any error but i will continue i really like this template ;D by the way happy birthday cofran ;D

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by cofran » Fri May 21, 2010 1:41 am

cmebd: you are using version opencart... remember that only supports opencart 1.4.6 and 1.4.7

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by cofran » Fri May 21, 2010 1:43 am

thank you very much jefrey1983, we're getting old ^-^

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by cmebd » Fri May 21, 2010 9:11 am

cofran wrote:cmebd: you are using version opencart... remember that only supports opencart 1.4.6 and 1.4.7
Yes - I am using 1.4.7.

tx

A stupid question is the one you -don't- ask.........(Anon)

)C1.5.0.1 (IN devel)
OC V1.4.9.5
OC V1.4.9.2
OC V1.4.7
OC V1.3.4


User avatar
Active Member

Posts

Joined
Fri Nov 13, 2009 11:17 am
Location - Tasmania, Australia

Post by cofran » Fri May 21, 2010 11:10 am

delete in checkout/cart.tpl:

Code: Select all

<?php if ($weight) { ?>
								  <tr>
									<th class="a-right" style="" colspan="1">
        							  <?php echo $text_weight; ?>
                                    </th>
									<td class="a-right" style="">
									<span class="price"><?php echo $weight; ?></span>
									</td>
								  </tr>
								  <?php } ?>
or go System ->Settings -> Option -> and enable "Display Weight on Cart Page"

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by jefrey1983 » Sun May 23, 2010 4:09 pm

Hi cofran i found a new bug, when i use cheque / money order as my payment it does not confirm in the checkout(last step) , Paypal confirms though, in the default templates confirm does works for cheque / money order
i am using template version 1.1.
I did also try it in your demo and it does not work there too

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by jefrey1983 » Sun May 23, 2010 7:46 pm

i manage to fix it by just adding id="checkout"

I am not sure if this is a bug but when i put 10 sub categories or more it only display 5 sub category name

i think it has also an issue with internet explorer. i see floating letters and boxes sometimes but in google chrome and firefox it works fine

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by jefrey1983 » Mon May 24, 2010 8:27 pm

I encountered another problem while adding products the latest product is not being properly updated for example i inserted 4 new product in the latest product it only shows 3 products and when i insert my 5th product it display 6 blocks and 4 products

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by cofran » Tue May 25, 2010 4:32 am

tk! I will fix these errors... after watching match Argentina vs. Canada ;D

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by cofran » Tue May 25, 2010 4:52 am

jefrey1983 wrote:I encountered another problem while adding products the latest product is not being properly updated for example i inserted 4 new product in the latest product it only shows 3 products and when i insert my 5th product it display 6 blocks and 4 products
Display 9 block product ("Last Product") in home page:
edit catalog/controller/common/home.php in line 34:

Code: Select all

foreach ($this->model_catalog_product->getLatestProducts(8) as $result) {
replace:

Code: Select all

foreach ($this->model_catalog_product->getLatestProducts(9) as $result) {

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by jefrey1983 » Tue May 25, 2010 5:15 am

okay sir cofran i really like your template and i will continue debugging it ;D

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by Valé » Tue May 25, 2010 9:22 pm

i've found a bug :)
When i want to checkout as a guest it gives me this error
Notice: Undefined variable: payment_method in /home/mydomain/domains/mydomain.be/public_html/catalog/view/theme/cofran/template/checkout/guest_step_2.tpl on line 84

Damn it isn't a bug, i just had to set my shipping and sending options woeps :s

Newbie

Posts

Joined
Tue Mar 09, 2010 8:04 pm

Post by cofran » Wed May 26, 2010 4:08 am

tk vale! I will fix these errors

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by charleytc » Thu May 27, 2010 11:48 pm

Hola Cofran,

very nice work!, can you tell me how can I change the background color?
good luck toArgentina and Diego A. M. in South Africa!!!! Arriba Messi!

chao
ch

Newbie

Posts

Joined
Wed Apr 14, 2010 1:49 am
Who is online

Users browsing this forum: No registered users and 17 guests