219 comments found.
I still cannot make that extra page the module I bought work. I’ll send you the .tpl file so you can have a look at it and you can tell me what other files you need to make it work …
Check your e-mail box
@Diabolique, you can fix that error by placing “background-repeat: no-repeat” in a few places in the stylesheet.css file for the product images. This would be a better fix than just saying “increase the image size.”
As well, I noticed on page 3 you said that the theme doesn’t have breadcrumbs. Was there a reason for this, and would you know of any way I could easily add them in? This is the only shortfall of an otherwise amazing theme.
Last note: on the special offers, it comes up with an error: “NOTICE: UNDEFINED VARIABLE : BUTTON_CONTINUE IN C :\WAMP\WWW\JPLSTREETRODS\CATALOG\VIEW\THEME\GECCOSHOP\TEMPLATE\PRODUCT\SPECIAL.TPL ON LINE 85 ”
Line 85 shows “var image = $(element).find(’.image’).html();”
I have no idea what is wrong with it, as I haven’t modified this file at ALL ! I have no specials or sales, so that may be it. Did I do something wrong?
EDIT : The “special” error seems to go away if I put a product on special. It appears to only show up when there’s a button. I’ll look into getting rid of the button entirely.
I have fixed it, so it should be available for download within 24h. You need to update 2 files: special.tpl and stylesheet.css
Speaking about breadcrumbs, you can open each tpl file and paste following code:
<?php foreach ($breadcrumbs as $breadcrumb) { ?>
<?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a>
<?php } ?>
just after:
<?php echo $content_top; ?>
Hello! Is it possible to get paid by paypal or other payment methods ? Thanks in advance.
Of course http://imm.io/pmTV
Now, I have the problem about picture thrumbnail. Please see this website : http://www.idealdecorate.com/th/index.php?route=product/category&path=61_65 . when I upload the images, why there are many pictures in a picture thrumbnail?
Increase thumbnail size. Inside documentation you’ll find helpful screenshot with recommended sizes.
hi, how do i change “add to cart” button in other language?
Many thanks
There are PSD files with buttons + empty PNG buttons.
Thanks for reply. I would not be wrong, but the image is in the css. If I have the site in English and German?
You should create a new translation for css class and button will be switchable for different languages.
It seems to function ok if I hit compatibilty mode but it does not outside of that. I checked in most other browser and it seemed to be ok… I will try and work with my vqmods and see what happens. Thanks for the quick reply. This is not a question you have come accross before with this site? In other words, It is just my site at this point?
Actually I have disabled compatibility mode (visible CSS3 styling like rounded corners) and theme looks fine but when I enable compatibility mode (not visible CSS3 styling like rounded corners) then my theme doesn’t look good, even themeforest.net website doesn’t look good. Anyway every user of IE9 should have inactive compatibility mode so I don’t see problem here.
I am having trouble accessing the checkout page with internet explorer 9 and I need this to function. The initial checkout(checkout options) portion of checkout does not show anything except the radio button and two input boxes of which only the bottom box allows input. Please help guide me as to what i can do to correct. I also installed Fresh copy just for this template along with the copy I am using to check its functionality
It works fine for me http://imm.io/oItE
My theme uses the same checkout code like default theme. Maybe you have installed some vqmod?
I bought this vendor/dropshipper VQMOD module and it adds a “signup” page for vendors. The module is working fine as it interacts mostly with the admin side of opencart but, this “signup” page is only working with the default opencart template. With the geccoshop, it looks awful. How can I fix that?
catalog/view/theme/geccoshop/template/account/login.tpl
contains H5 headlines, but Default theme contains H2 headlines.
Also if it creates a new page then it must contain specific DIVs like:[/div]<!--header-background ends-->Open for example this file and check how it looks:
catalog/view/theme/geccoshop/template/account/forgotten.tpl
Closing div for “header-background” is very important.
I just newby to use opencart and have ever bought this template. I want to change welcome messege in Home. There is the messege ” Wecome to Gecco Shop Best Prices & Quality.” So, how can I change this messege. Thank you
Please open theme’s documentation and read chapter called IX. How to edit Welcome message, “Some Info For Our Customer”, “Ready to Buy Sets” and Brands on the Frontpage?
Sorry, where is the theme’s documentation?
Inside “Help” folder (make a double click in the file with html extension)
OK. Thanks. It worked. But now, when I click on the buttons “Description”, “specification” and “review”, it takes me back to the main page. I don’t want those buttons to be click-able.
How do I do that?
<div class="trigger-title"><a href="#">Related Products</a></div>
for:
<div class="trigger-title"><span>Related Products</span></div>
open stylesheet.css and replace .trigger-title a for .trigger-title span
On the product page, how to let “specification” and “review” open by default so the user doesn’t have to click on it …
Open header.tpl and remove:
<!-- TOOGLE -->
<script type="text/javascript">
$(document).ready(function(){
$(".toggle_container").hide();
$(".trigger-title").click(function(){
$(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
});
</script>
Hi, thx for a well built template! I have but a small request!I would like if you could implement a second ” description textfield in the admin area”. So i could call it on pages that needs more then one text.
Could you help me whit this? I would much appreciate if you could help me implement it for my site ( only need help whit what files to copy/rename in the php)
This is not a small request. It’s a customisation worth $100+
Aa didn’t know it was that much work! Is there a easy way around this?
Ps. it must be admin based! ( And prefered to not use a divider from lets say 1-200 200-300 in the description)
Unfortunatelly it’s not so simple.
I’d like to have two rows of text in the .boxtitle – (description above product thumbs)
Is that possible?
Thanks.
No because some products have short title (1 line) and some have long title so there will be little more work.
Hi, this is a great template 
I want the item that has been sold to display “SOLD” label on the picture. Is it possible?
Hi,
Yes but there will be a lot of work. Maybe you will find some solution on forum.opencart.com
Thanks for the reply. Are you going to keep this layout updated to the latest versions of opencart, or have you dropped support in that regard?
I’m planning to update it.
It seems that the prices in the “stars” on the items only hold a 5 Digit number. is it possible for it to hold a 7 Digit number?
Since my currency is South African Rand.
It looks fine http://imm.io/m4mb
The product name in categorie is cutting of if its to long. How can i fix it that the name goes futher on the next line?
Open category.tpl and replace:
$product['name'] ) < 28
for
$product['name'] ) < 100
with this solution the title goed further on the same line and there is only one article per line at that moment. I want that the line goes further on the next line so that there are still three articles on that line.
.box-title { width:160px; }
Also there will be another problem because some titles are long and some are short so if you don’t have enough knowledge about HTML then I suggest do not touch anything.
My HTML knowledge is oke, and all my title are to long so i wanna change that for all the articles. Could you give me the solution to change all title to go to two lines.
I just told you how in prevous comment.
Thanks for the reply. The code works great but I’m trying to work out how the colour green is added, as I’d like to change the colour.
I can find the transparent background for the add to cart. and compare. but nothing for the wishlist image
Any clue on where to look appreciated.
This theme doesn’t contain any wishlist image. It’s probably loaded from Default theme
As I can change the currency symbol? I have default euro (€) but I get dollar ($)
Go to system -> localisation -> currencies and change your default currency.
I like the notification popup “Success you added XXX to cart” and “You have added XXX to compare”
Is there a way to make the “add to wishlist” notification appear similar?
At the moment it pops up a notification full screen at the top of the page, but it would be more consistent to have it like the add to cart and compare.
Add following styling into stylesheet.css:
.success { position:absolute; top:54%; left:50%; width:300px; margin-left:-150px; z-index:1000; }