it's pretty bug, yes... edit STYLES.CSS (line 3 and 4) delete "height: 20px;" in bothThis 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.
surprisingly, the design template is only for user (FRONT - html and css) and has not modified source code (archive *.php)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.

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
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
Oh, okay, must be a problem at this end then, sorry.cofran wrote:it's pretty bug, yes... edit STYLES.CSS (line 3 and 4) delete "height: 20px;" in bothThis 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.
surprisingly, the design template is only for user (FRONT - html and css) and has not modified source code (archive *.php)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.

Hi Cofran,
I get the following error message once I have clicked on "checkout"
Tx
I get the following error message once I have clicked on "checkout"
Any hint on where I might go to "fix" my problem?Notice: Undefined variable: weight in /chroot/home/karoolac/karoola.com.au/html/catalog/view/theme/cofran/template/checkout/cart.tpl on line 83
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
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
by the way happy birthday cofran 


Yes - I am using 1.4.7.cofran wrote:cmebd: you are using version opencart... remember that only supports opencart 1.4.6 and 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
delete in checkout/cart.tpl:
or go System ->Settings -> Option -> and enable "Display Weight on Cart Page"
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 } ?>
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
i am using template version 1.1.
I did also try it in your demo and it does not work there too
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
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
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: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
edit catalog/controller/common/home.php in line 34:
Code: Select all
foreach ($this->model_catalog_product->getLatestProducts(8) as $result) {
Code: Select all
foreach ($this->model_catalog_product->getLatestProducts(9) as $result) {
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

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
Who is online
Users browsing this forum: No registered users and 11 guests