User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by jamieleshaw » Mon Sep 14, 2009 12:34 pm

Excellent. :) :)

Active Member

Posts

Joined
Sun Jul 26, 2009 11:19 am

Post by imaginetech » Wed Sep 16, 2009 1:52 pm

Just re-built if anyone is interested.

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

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by tomo1234 » Sun Oct 04, 2009 9:08 pm

top shop looks good
can you tell me how i set up my store be able to download

Newbie

Posts

Joined
Mon Mar 16, 2009 11:32 pm

Post by imaginetech » Sun Oct 04, 2009 10:12 pm

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.

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by tomo1234 » Mon Oct 05, 2009 12:34 am

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

Newbie

Posts

Joined
Mon Mar 16, 2009 11:32 pm

Post by imaginetech » Mon Oct 05, 2009 8:46 am

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...

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by tomo1234 » Mon Oct 05, 2009 10:12 pm

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 ::)

Newbie

Posts

Joined
Mon Mar 16, 2009 11:32 pm

Post by imaginetech » Mon Oct 05, 2009 10:44 pm

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..

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by topgiftsuk » Thu Oct 08, 2009 9:03 am

Love this store, how did yoou do the left hand hover navs, just what im looking for!

Newbie

Posts

Joined
Wed Oct 07, 2009 1:24 am

Post by Qphoria » Thu Oct 08, 2009 10:04 am

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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by imaginetech » Thu Oct 08, 2009 3:13 pm

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.

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by karlpers » Tue Oct 13, 2009 3:12 am

A little guide about how to make these hover category menus would be really apprieciated 8)

Active Member

Posts

Joined
Tue Jun 09, 2009 10:35 pm

Post by imaginetech » Tue Oct 13, 2009 9:28 am

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.

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by karlpers » Tue Oct 13, 2009 6:52 pm

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!

Active Member

Posts

Joined
Tue Jun 09, 2009 10:35 pm

Post by imaginetech » Tue Oct 13, 2009 10:39 pm

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.

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by karlpers » Wed Oct 14, 2009 6:34 pm

thanks a lot man!

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

Active Member

Posts

Joined
Tue Jun 09, 2009 10:35 pm

Post by imaginetech » Tue Jan 12, 2010 12:26 pm

Just rebuilt the Opencart Store (Imagine Technology).

http://www.opencartstore.com

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by Yakiv » Wed Jan 13, 2010 1:33 am

imaginetech wrote:Just rebuilt the Opencart Store (Imagine Technology).

http://www.opencartstore.com
Nice work

Active Member

Posts

Joined
Tue Dec 15, 2009 5:31 pm
Who is online

Users browsing this forum: No registered users and 19 guests