Discussion on Gecco Shop

Discussion on Gecco Shop

Cart 398 sales
Well Documented

Diabolique supports this item

Supported

This author's response time can be up to 2 business days.

219 comments found.

Hi Diabolique,

Is there a way to make the search function work when a user hits the Enter key on their keyboard?

A lot of users of search functions on websites do that instead of clicking a search button.

Hi

Open
catalog/view/javascript/common.js

and replace:

$('#header input[name=
for
$('#search-area input[name=

Josberna,

As Diabolique suggests you can change it in OC but here is a good explanation…

http://forum.opencart.com/viewtopic.php?f=140&t=30704

Make a backup first though ;)

Thanks,

It works but can you look and see if it is done properly
<!--This section below is hidden-->
<!--
<div class="frontpage-title"><span>Customer Reviews & Testimonials</span></div>

<!--
<div class="some-info-text">
<div class="some-info-text-title">Integer sed porta quam</div>
Integer sed porta quam. Suspendisse euismod, risus ac tempus aliquam, quam neque adipiscing lectus, venenatis vestibulum , venenatis vestibulum.
<div class="some-info-text-author">Michael Fox</div>
</div><!--some-info-text ends-->

<!--
<div class="some-info-text">
<div class="some-info-text-title">Integer sed porta quam</div>
Integer sed porta quam. Suspendisse euismod, risus ac tempus aliquam, quam neque adipiscing lectus.
<div class="some-info-text-author">Michael Fox</div>
</div><!--some-info-text ends-->

<!--some-info ends-->
<!--This section above is hidden-->
<div class="clear"> </div>

<div class="frontpage-title"><span>Featured Products</span></div>

<?php echo $content_bottom; ?>

<div class="clear" />

<div id="spacer1" />

<pre>

Thanks ;)</pre>
<!--

This content is hidden

-->

What is the cleanest way to remove a section but make it easy to replace later if needed?

For instance if I don’t need the “Customer Reviews & Testimonials” section do I just cut it out from the sylesheet, or is there a better way to disable it and then enable again if needed in the future.

You can hide it using HTML comment inside common/home.tpl: http://www.w3schools.com/tags/tag_comment.asp

I would like to delete the availability status text form the products area. I would also like if possible, to change “product” to “service” in the product module.

1. Open:
catalog/view/theme/geccoshop/template/product/product.tpl

and remove:

li><span><?php echo $text_stock; ?></span> <b><?php echo $stock; ?></b>
2. I don’t understand, but such things can be changed iside language files:
catalog/language/english

Hi

I was wondering if your template is completely its own module or if it overwrites core opencart files with its installation. The reason I asked is for future upgrading of opencart. Will I be able to upgrade opencart anytime or will I have to wait until you have created a compatible template for an opencart version update.

Thank you.

Hi,

This template overwrittes 3 or 4 controller files with small changes and doesn’t use own modules. If there will be new version of opencart then you have to wait for new version of theme. I’ll release it quickly because nobody will buy this theme.

Hi I’ve just bought and uploaded this amazing theme … Are customer Testimonials and News part of Gecco or do I have to buy modules for this. Thank you.

It’s just a static HTML inside common/home.tpl

Thanks,

I would also like to remove the Star ratings that are underneath the Thumb images as I will not have reviews on the site.

Inside stylesheet.css should be following selector: .box-rating

add such styling into .box-rating
display:none;

Please tell me how to remove the price and price image from thumb images on every page?

Add following styling into stylesheet.css .box-price { display:none; } and remove display:block;

Hi, im thinking to purchase your theme. It’s possible to have different background images on different categories?

Hi,

Yes, I have created tutorial about it: http://themeforest.net/item/gecco-shop/faq/1208592

This should be easy but I can’t get it to work :(

I want to change the background header image (apartment) but when I put a new image (same size as old) in geccoshop/image/ folder I can’t get it to display.

I cleared the cache on OC and browsers ;)

I have it in the CSS file where the old image is referenced, and I did this…

background-image:url(' ../image/myimage.jpg');

Any ideas?

You should change it here:
#header-background { ... background-image:url("http://www.diaboliquedesign.com/demo/9/bg.jpg"); ... }
#common-home #header-background { ... background-image:url("http://www.diaboliquedesign.com/demo/9/bg.jpg"); ... }

Second selector is for the frontpage, 1st is for all inner pages

Just want to inform you that your demo page is down. Look like you hosting provider suspended your account?

It works fine now. Looks like they blocked my account by mistake :(

How to make the header background picture (bg.jpg) smaller on the Home page so that it the same height as all other pages please?

EDIT – I just found it in stylesheet.css :)

Open stylesheet.css and edit following code line:
#common-home #header-background { ... height:550px; ... }

Your answer is not correct. I want to remove: http://imageshack.us/photo/my-images/862/featured.png/

not brands.

Disable Carousel module.

Thx. I did not do that jet but I will. I have newone question. How to add custom description field on item. See picture: http://imageshack.us/photo/my-images/42/pictureadddescription.png/

Thx

Product code and tags you can add creating new product. New brand you can add under Catalog -> Manufacturers then while adding product go to Links tab and select manufacturer.

Hallo. I have bought this theme.

I want to remove Manufacturers listing from home page. How can I do that?

Hello,

Open:
catalog/view/theme/geccoshop/template/common/home.tpl

...and remove following code:

[div class="frontpage-title"][span]Brands We Offer[/span][/div]
[ul id="mycarousel" class="jcarousel-skin-tango"]
   ...
  [/ul]

Ok Now I know how to post code in this forum – well almost :)

I don’t have a problem posting code in the html as I use text wrangler, but still I have two problems…

1. Still can’t get related products to open automatically without breaking the right hand menu.

Here is my pasted code
  <?php if ($products) { ?>
  <div id="related">
    <div class="trigger-title"><a href="#"><?php echo $tab_related; ?></a></div>
<div class="toggle_container">
      <?php foreach ($products as $product) { ?>

When I remove the <div class="toggle_container"> line the menu breaks.

2.

I have got the slideshow to work but not where I want it.

I would like it to appear between the menu bar and the top of the Welcome to Gecco shop title.  By that I mean to replace the Background between menu and welcome.  At the moment it is appearing there but not centred so that it fills the area between them,

I have the content top code in here (home.tpl)....

<?php echo $header; ?>
<div class="welcome">
<?php echo $content_top; ?>

I appreciated very much your help on this</div></div></div></div>
1, This code should look like on the following screenshot: http://imm.io/fwxZ

2. Put it just after

<?php echo $header; ?>
<div style="width:900px; margin:0 auto;"><?php echo $content_top; ?></div>

Sorry, that didn’t work

it’s not pasting in here

It is

div class=”toggle_container”

Had to remove the brackets to paste it here :(

http://i.imm.io/ft50.png

If you even have problems with code pasting then I suggest do not modify any HTML code in template.

Thanks for reply.

I forgot to paste the line I removed.

It was

Mate thanks for answering so quickly

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey