Hi Tomo,tomo1234 wrote:top shop looks good
can you tell me how i set up my store be able to download
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.
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.
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
you should put your template up for grabs looks beeter than most ive seen
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

you should put your template up for grabs looks beeter than most ive seen
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...
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...
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.
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
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....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
Qphoric maybe could shed some light on this..
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.
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.2imaginetech wrote: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....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
Qphoric maybe could shed some light on this..
Hi,topgiftsuk wrote:Love this store, how did yoou do the left hand hover navs, just what im looking for!
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.
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.
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.
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.
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.
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!
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!
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
And add this as well, it will overwrite existing definitions
Now it's up to you to modify those definitions to suit your site and taste.
Good luck.
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;
}
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;
}
Good luck.
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.
Nice workimaginetech wrote:Just rebuilt the Opencart Store (Imagine Technology).
http://www.opencartstore.com
Who is online
Users browsing this forum: No registered users and 4 guests