Page 1 of 1

Imagine Technology

Posted: Tue Sep 08, 2009 3:39 pm
by imaginetech

Re: Imagine Technology

Posted: Mon Sep 14, 2009 12:34 pm
by jamieleshaw
Excellent. :) :)

Re: Imagine Technology

Posted: Wed Sep 16, 2009 1:52 pm
by imaginetech
Just re-built if anyone is interested.

http://www.shop.imaginetech.com.au

Re: Imagine Technology

Posted: Sun Oct 04, 2009 9:08 pm
by tomo1234
top shop looks good
can you tell me how i set up my store be able to download

Re: Imagine Technology

Posted: Sun Oct 04, 2009 10:12 pm
by imaginetech
tomo1234 wrote:top shop looks good
can you tell me how i set up my store be able to download
Hi Tomo,
I'm using 1.3.2 and it's very easy. Go to you catalog->download menu and add a download. Set the download limit per purchase when you create the download.
Then create a product with all your info and in the data tab link it to the download you created. Make sure that you select shipping not required when you create the product.

Good luck, hope that helps.

Re: Imagine Technology

Posted: Mon Oct 05, 2009 12:34 am
by tomo1234
cheers buddy just tried it and it works great thanks
ive noticed on yours once you complete the checkout your order has been processed your text basically makes it real simple to view to download where do i find the text to edit i cant find the file i need to edit ;D
you should put your template up for grabs looks beeter than most ive seen

Re: Imagine Technology

Posted: Mon Oct 05, 2009 8:46 am
by imaginetech
Thanks Tomo, I edited the text_message variable in:

catalog/langauge/english/checkout/success.php

And the url for the downloads page is:

"http://YOURURLHERE/index.php?route=account/download"

Ahh, working on some new templates now so maybe...

Re: Imagine Technology

Posted: Mon Oct 05, 2009 10:12 pm
by tomo1234
cool that worked too how long you been working with these scrips as you have prob guessed its new to me and im digging my way through it bit by bit lol

i just got the bar slideshow from you to see how i go on with it followed the instructions and put it in the
right fileson the server but when i enable it im getiint this mesage
Fatal error: Call to undefined method ModelCatalogProduct::getProductDiscount() in /home/1/public_html//catalog/controller/module/sidebarslideshow.php on line 35

any ideas ::)

Re: Imagine Technology

Posted: Mon Oct 05, 2009 10:44 pm
by imaginetech
tomo1234 wrote:cool that worked too how long you been working with these scrips as you have prob guessed its new to me and im digging my way through it bit by bit lol

i just got the bar slideshow from you to see how i go on with it followed the instructions and put it in the
right fileson the server but when i enable it im getiint this mesage
Fatal error: Call to undefined method ModelCatalogProduct::getProductDiscount() in /home/1/public_html//catalog/controller/module/sidebarslideshow.php on line 35

any ideas ::)
Check your version, side bar slideshow has only been tested on 1.3.2. Could be that that call was not implemented in previous versions....

Qphoric maybe could shed some light on this..

Re: Imagine Technology

Posted: Thu Oct 08, 2009 9:03 am
by topgiftsuk
Love this store, how did yoou do the left hand hover navs, just what im looking for!

Re: Imagine Technology

Posted: Thu Oct 08, 2009 10:04 am
by Qphoria
imaginetech wrote:
tomo1234 wrote:cool that worked too how long you been working with these scrips as you have prob guessed its new to me and im digging my way through it bit by bit lol

i just got the bar slideshow from you to see how i go on with it followed the instructions and put it in the
right fileson the server but when i enable it im getiint this mesage
Fatal error: Call to undefined method ModelCatalogProduct::getProductDiscount() in /home/1/public_html//catalog/controller/module/sidebarslideshow.php on line 35

any ideas ::)
Check your version, side bar slideshow has only been tested on 1.3.2. Could be that that call was not implemented in previous versions....

Qphoric maybe could shed some light on this..
Correct. The discount system was changed in v1.3.2. It used to be part of the product table. But was then moved to be its own table to support multiple discounts. So the getProductDiscount() function was born to handle that. That function was not in earlier versions, so as it is, the slideshow module only works with v1.3.2

Re: Imagine Technology

Posted: Thu Oct 08, 2009 3:13 pm
by imaginetech
topgiftsuk wrote:Love this store, how did yoou do the left hand hover navs, just what im looking for!
Hi,
It's implemented using standard css psuedo class :hover. Other than that just make sure you undertsand the css box model (margins vs padding).
You can look at exactly how it's doing using the view source option in your browser.
Hope that helped.

Re: Imagine Technology

Posted: Tue Oct 13, 2009 3:12 am
by karlpers
A little guide about how to make these hover category menus would be really apprieciated 8)

Re: Imagine Technology

Posted: Tue Oct 13, 2009 9:28 am
by imaginetech
Hi Kalpers,

What I found works for me is to give information.tpl and category.tpl unique id's such as informationBox and categoryBox.

Then I have just duplicated the .box class in the stylesheet, made the alterations and saved as #informationBox and #categoryBox.

If you view the source of any of my templates then you can download the stylesheet and cut and paste those styles into your own stylesheet.

**Note also look at the bottom of the stylesheet for the UL and LI styles.

Hope that helps.

Re: Imagine Technology

Posted: Tue Oct 13, 2009 6:52 pm
by karlpers
Hi again, thanks for a fast answer:)

Well, Im able to set a another div-id-style for the category area in the category.tpl file, then when I was trying to find out how you configured your css files, I think I reached the default css file. Anyway, I accessed this url: shop.imaginetech.com.au/catalog/view/theme/default/stylesheet/stylesheet.css

Maybe this template isnt named as "default" :)

How is the attributes set under the #categorybox in the css?

Thanks a lot!

Re: Imagine Technology

Posted: Tue Oct 13, 2009 10:39 pm
by imaginetech
Hi,

Try this.

Make sure your category.tpl and information.tpl files now have classes categoryBox and informationBox respectively.

Then add this to your stylesheet

Code: Select all

.categoryBox .top {
	color: #EFEFEF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.categoryBox  .top  img {
	float: left;
	margin-right: 5px;
}
.categoryBox .middle {
	padding: 0px;
	background-color: #F7F7F7;
}
.categoryBox .bottom {
	height: 1px;
}
.informationBox {
	margin-bottom: 5px;
	background-image: url(../image/box_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.informationBox .top {
	color: #EFEFEF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.informationBox .top img {
	float: left;
	margin-right: 5px;
}
.informationBox .middle {
	padding: 0px;
	background-color: #F7F7F7;
}
.informationBox .bottom {
	height: 1px;
}
And add this as well, it will overwrite existing definitions

Code: Select all

#category ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
}
#category ul li {
	background-color: #F9F9F9;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#category ul li:hover {
	background-color: #CCCCCC;
}
#category ul li a {
	color: #1C6071;
	text-decoration: none;
}
#information ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
}
#information ul li {
	background-color: #F9F9F9;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#information ul li:hover {
	background-color: #CCCCCC;
}
#information ul li a {
	color: #1C6071;
	text-decoration: none;
}
Now it's up to you to modify those definitions to suit your site and taste.

Good luck.

Re: Imagine Technology

Posted: Wed Oct 14, 2009 6:34 pm
by karlpers
thanks a lot man!

I will try to use it and come back with the reult:)

Re: Imagine Technology

Posted: Tue Jan 12, 2010 12:26 pm
by imaginetech
Just rebuilt the Opencart Store (Imagine Technology).

http://www.opencartstore.com

Re: Imagine Technology

Posted: Wed Jan 13, 2010 1:33 am
by Yakiv
imaginetech wrote:Just rebuilt the Opencart Store (Imagine Technology).

http://www.opencartstore.com
Nice work