Discussion on Zeta Shop

Discussion on Zeta Shop

Cart 132 sales
Well Documented

Diabolique supports this item

Supported

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

97 comments found.

Hi, i have resize the font for pricing, but the price still like this RM123 .0, the last 0 is missing, pls advice. thanks.

Any screenshot should help me to understand what do you mean.

1. i have check to allow review but still didnt show up on page, any other solution? 2. How to add link on top right before shopping cart like welcome guest, login, if already login, it will show like welcome verejames, logout, pls advice. 3. for product pricing, here we use RM110 .00, the problem is the page only show RM110 .0, how to solve this issue? 4. when click on purchase, the page should moving up to show that Success: You have added Hollywood Sunglass to your shopping cart!, but nothing happen when i click on purchase, how to fix it? 5. the footer, my account didnt link to correct page, how to fix it?

Many thanks.

1. You don’t see it because you don’t use the latest version of theme.

2. Paste following code into common/header.tpl:
    <?php if (!$logged) { ?>
    <?php echo $text_welcome; ?>
    <?php } else { ?>
    <?php echo $text_logged; ?>
    <?php } ?>
3. Probably there is no enough space for such long price, you can decrease font size here:
.product-info .price-amount {  ...font-size: 36px; ... }

4. Install the latest version of theme. Probably you have corrupted some file.

5. Yes I see, just use static link to your account inside footer.tpl

1. Hi, may i know how to activate wishlist link in product page? i didnt see any link can click to add wishlist. 2. may i know where to activate review in product page? 3. after customer make an order, customer will receive a mail with Powered by opencart, how to change this link?

thanks in advance.

1. “Add to wishlist” link:

<br /><a onclick="addToWishList('<?php echo $product_id; ?>');"><?php echo $button_wishlist; ?></a>
you can paste just before:
[/div]<!--price-container ends-->
inside following file:
catalog/view/theme/zetashop/template/product/product.tpl

2. System -> Settings -> edit -> option -> Allow Reviews

3. It’s here:
catalog/view/theme/default/template/mail/order.tpl
<p><?php echo $text_powered; ?></p>
You can also edit it inside language file:
catalog/language/english/mail/order.php

Hi! I really like your template and I will buy it but I have a question first. Is there any possibility to put a welcome text under the start browsing tab? And the search bar can I insert one more visible and quicker than having to click on search?

Thanks

Please excuse me if I insist. The fact is that I’d really appreciate your reply in in order to buy the theme. Thanks in advance for your help.

Ok I’ve bought your template. And I figured the tag problem out, thanks. Now one thing that I don’t get it is the start browsing tab link… How do I get the link of all products in my site to insert there?

Sorry to keep bothering you with my questions. Thanks again

You have to create product category called All and put all your products into this category.

I have found that the ‘Image’ Option does not display on the product page when they are used on a product with this theme.

http://content.screencast.com/users/DssTrainer/folders/Jing/media/dcb79142-f23e-4792-bf52-c7e764401956/2011-12-14_1932.png

Ideally if this could display the option image in the main product image area with the thumbnail opening the full image into the light box it would be ideal.

Good work, Anthony

Actually this theme doesn’t contain this option but you can grab such code from Default theme (.../template/product/product.tpl) – just make copy&paste:

 <?php if ($option['type'] == 'image') { ?>
        <div id="option-<?php echo $option['product_option_id']; ?>" class="option">
          <?php if ($option['required']) { ?>
          <span class="required">*</span>
          <?php } ?>
          <b><?php echo $option['name']; ?>:</b><br />
            <table class="option-image">
              <?php foreach ($option['option_value'] as $option_value) { ?>
              <tr>
                <td style="width: 1px;"><input type="radio" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option_value['product_option_value_id']; ?>" id="option-value-<?php echo $option_value['product_option_value_id']; ?>" /></td>
                <td><label for="option-value-<?php echo $option_value['product_option_value_id']; ?>"><img src="<?php echo $option_value['image']; ?>" alt="<?php echo $option_value['name'] . ($option_value['price'] ? ' ' . $option_value['price_prefix'] . $option_value['price'] : ''); ?>" /></label></td>
                <td><label for="option-value-<?php echo $option_value['product_option_value_id']; ?>"><?php echo $option_value['name']; ?>
                    <?php if ($option_value['price']) { ?>
                    (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
                    <?php } ?>
                  </label></td>
              </tr>
              <?php } ?>
            </table>
        </div>
        <br />
        <?php } ?>
paste it just before:
<?php if ($option['type'] == 'text') { ?>
or:
<?php if ($option['type'] == 'checkbox') { ?>

Hi Diabolique

Really like the template you have here, just a few questions I have,

1. Would it be possible to change the white background where the products are features be an image pattern background and repeated, the design I have in mind would need a image background.

2. The brand slider at the bottom, can this hold square images 130px by 130 px as I would like to use this as a category slider and can you say move it to the top of the page above the featured products.

3. Can you get rid of the latest product slider bar easy.

4. lastly the column with the British Isles map, can the be used for something else, say a twitter feed as I’m selling as a online store and wouldn’t need a map.

I love the theme though, nice work.

Cheers

Hi,

1. You can change it here:
body { ... background:#ffffff; ... }

2. I suggest to just use Position: Content Bottom for module with categories.

3. Add into following selector: #latest-products
display:none;
4. Map is inside this file:
catalog/view/theme/zetashop/template/common/footer.tpl
<h3>Store Address</h3>            
<img src="http://www.diaboliquedesign.com/demo/6/map.png" alt="Map" />

Has anyone been successful in removing the white space at the bottom of the page if the body of the page has little content?

Decrease margin here:
#header-container-level4 { ... margin-bottom:40px; ... }

Hmm.. It isn’t affecting anything. Strange. Thank you for all your help! Wonderful support.

I don’t understand what do you mean saying “has little content”.

Another question: How do I remove the white section displaying the “VAIO Prestige collection,” “Explore Home Cinema,” etc, on the home page? I commented out most of the HTML in the home.tpl file, but there is still a small white bar running across the screen. Perhaps I’m missing something. Thanks again!

Did you remove
<div class="spacer1" />

Is it possible to create mega menu with this template?

Well, why not? If it works with default theme then it should work with my theme too.

Hi. I bouhgt this theme to use it for my website, but I have a problem with cufon fonts. My language is Greek, so I followed all the instructions you provided in Help file, and I also tried to follow the instructions you provided there: http://themeforest.net/item/phantom-shop/faq/381434 for another theme of yours. The js file that I get from cufon.shoqolate.com changes the fonts into Greek, but they have no similarity at all to Yanone fonts your theme uses. Furhermore, the “Categories” in homepage, are not anymore within the big black strip, but they moved inside the background header, just above the slider, and the letters are bigger.

I also, didnt manage to change the fonts in the three boxes above carousel. How do I do this? Could you please tell me how can I fix these two problems?

Thank you in advance.

Hi,

You should find a font which is similar to Yanone Light and supports your language. Font size for category menu you can change here:

#categories ul, #categories ul ul { ... font:24px Tahoma, Arial; ... }

2. You can change it inside following selectors: .home-box, .home-box-title

Just purchased this theme, it looks great! I do have one question, though. How do I change the size of the page title or eliminate it completely? It takes up a good bit of space and I feel like narrowing it down or eliminating it would help clean up the look.

Thank you for the quick response! That worked perfectly.

Hi Diabolique,

Firstly, best shopping cart template I have ever seen! Wow~!

I will purchase when I have everything ready, just a few quick questions.

I will be using this for a Japanese web shop, the site will be Japanese. Do all the text fields support Japanese? Also, if I made it all out in Japanese, would I still be able to click English up the top and have it translate to English?

Thanks heaps in advance for your time! I look forward to setting it all up!

Hi,

You have to change cufon font, you will find a tutorial inside theme’s documentation. Also here you will find a solution how to use a cufon with Japanese & English languages: http://www.keashly.net/forum/11-help-requests/222-solved-cufon-for-different-lanuage-types

Speaking about text fields, I checked it on my test shop and looks fine, generally if default opencart theme supports Japanese then my theme too.

Also, if I made it all out in Japanese, would I still be able to click English up the top and have it translate to English?

Yes, you can have different languages for item descriptions, titles, catagories, metatags etc

Thanks a lot Diabolique!

I will purchase the theme soon and try it out!

Hi,

Is it possible to completely disable the slider or change the height? It’s way too big in my opinion.

Thanks!

Thank you very much, thats a big help to me. I should be ok with everything else now :-)

thats great thanks, that part all done now, though i need to remove the line which points to Birmingham and change that to London. sorry which file is that ?

I have replaced it for you, you can grab it here: http://www.diaboliquedesign.com/demo/6/map-london.png

Hi

Nice template, bought it and installed and going well. Just quick question, what program should I use to edit the Footer files with the map and address on it ?

Hi,

You can grab this map here http://www.diaboliquedesign.com/demo/6/map.png Open this image for example in this online editor: http://pixlr.com/editor/ You can also try Gimp.

Wipe off text, and put own. Of course you should change map if your store is outside the GB.

Also inside the purchased file is editable map.psd for Photoshop.

Also you can remove image with map from:
catalog/view/theme/zetashop/template/common/footer.tpl
<div id="footer-column4">
<h3>Store Address</h3>            
<img src="http://www.diaboliquedesign.com/demo/6/map.png" alt="Map" />
</div><!--footer-column4 ends-->

and put something like that:

<div id="footer-column4">
<h3>Store Address</h3>            
<ul>
<li>xxxxxx  xxxxx xx</li>
<li>xxxxxx  xxxxx xx</li>
<li>xxxxxx  xxxxx xx</li>
<li>xxxxxx  xxxxx xx</li>
</ul>
</div><!--footer-column4 ends-->

I use a software called GSiteCrawler – it works on all other websites i have, and i have a lot of them.

You want the software or the .xml file?

Regards, E.Rusu

So this is not an Opencart module but software for windows.

I have generated a XML sitemap using this online tool: http://www.auditmypc.com/xml-sitemap.asp and everything works fine: http://www.diaboliquedesign.com/demo/6/sitemap.xml

Are you sure that you have uploaded your sitemap into main folder of Opencart (not theme) installation? And what is the name of you file with the XML sitemap?

Anyway you can send me FTP info and I will check it quickly.

yes, that’s what happens, i just checked again and i got redirected to :

http://www.minigpstrackers.com/index.php?_route_=/index.php&route=feed/google_sitemap

and the page said:

“the page you requested cannot be found.”

The site is www.minigpstrackers.com

I will send you the ftp if you want to your email.

Let me know,

Regards, E.Rusu

Could you send me this sitemap generator? I will try it on my test shop.

that’s the problem, the sitemap is in the main folder and i get the error, and the error is displayed using the site template

any ideas?

nor does the google sitemap module work, it works fine for all other opencart templates i have purchased but this one does not work, google does not accept it.

I though i will generate a sitemap.xml so i did but as i said, i put it in the main folder and when i try to access it i get the error saying there is no such file.

Waiting for your reply, E.Rusu

You have let’s say sitemap.xml file in the main folder of your OC installation and when you enter www.yourwebsite.com/sitemap.xml then you have “Not found” error? BUT when you activate Default theme then you can see this sitemap.xml in your web browser? That’s really, really weird, I would like to see this website.

Hello, me again.

There is a problem with the google site map. The one generated by opencart does not work and when i manualy generate one, where ever i put it on the server it does not work with google and when i try to access it in firefox i get a “page not found” error.

Can you help me with this issue.

Regards, E.Rusu

This is not a theme issue. Sitemap should be in the main forder of your Opencart installation, something like that:

http://www.yourstoreXXXXXX.com/sitemap.xml

or

http://www.yourstoreXXXXXX.com/sitemap.csv Try this sitemap generator: http://www.auditmypc.com/xml-sitemap.asp
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