ThemeForest

Mozen – Responsive Zencart Template

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

DiAguiar, thanks for the suggestion. However, I am still not able to install the mozen template. The error message (WARNING: An Error occurred, please refresh the page and try again.) appears when I try to install the sql patch.

dasinfomedia

Do let us know if the issue is persistent.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal

Thanks for the Change Log txt file very very very useful

dasinfomedia

Really glad that it has been helpful to you.

  • Bought between 1 and 9 items
  • Has been a member for 4-5 years
  • Referred between 50 and 99 users
ev8321 Purchased

Thanks dasinfomedia brilliant template – love it!

I am currently using it here: http://www.pyjamas.com.au

I know there are still a few issues with my template as I have made some changes but I am slowly getting threw them.

Couple of questions. 1) On the homepage there are a tabs to Featured, New, Specials. New appears to be the default. Any ideas how to change the default to featured?

2) If I have more than 3 sub categories within a main category and the right sidebar is turned on there appears to be an overlap. If you add something to cart and view this page on a desktop pc you will see what I mean. http://www.pyjamas.com.au/girls

Please let me know if you spot any other problems.

Thanks in advance for any help. Highly recommend this template to anyone.

dasinfomedia

Thank you for purchasing our template.

1) Yes you can change it as per your requirement, To show default active on homepage New to Featured, you have to do changes on line 101 in includes/templates/YOUR_DEFAULT_TEMPLATE/templates/tpl_index_default.php echo ‘ New ‘ Just you have to put active class as per your requirement..

2) For the issue of sub-categories, you must have to turned on right column on all pages..

Default-user
ev8321 Purchased

Thanks dasinfomedia but I still can’t seem to get this working.

case 'SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS': echo '<span class="navOne moduleSpan active_tab"><a href="javascript:void(0)" rel="featuredProducts" class="navOne moduleBox active">Featured</a></span>'; break; case 'SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS': echo '<span class="navThree moduleSpan"><a href="javascript:void(0)" rel="specialsDefault" class="navThree moduleBox">Specials</a></span>'; break; case 'SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS': echo '<span class="navTwo moduleSpan"><a href="javascript:void(0)" rel="whatsNew" class="navTwo moduleBox">New</a></span>'; break;
dasinfomedia

Please visit our profile page and send your site admin and FTP details in Email.

  • Has been a member for 0-1 years

Hello!

I really like the work you have done with the template Mozen. I want to change the look of my current site, made with OsCommerce. I’m thinking of doing with ZenCart and buy your template. I wanted to consult you some questions:

1-Problems with language.

My website is in Spanish language by default. If I install the Spanish language module, the translation of the template is automatically or I would have to do it manually? Could have it in several languages ??installing the modules for?

2-Friendly urls

I’ve seen two examples of websites made ??with your template in previous comments. One http://www.pyjamas.com.au, has clean urls (that’s what I want) and the other not: http://www.realleather.com.au.

Would have to make modifications to the code to return the friendly web urls?

3-Images

Can’t you see a photo gallery of each article, as a Lightbox? Seems like the images can only be seen by zooming. How many images can have each item?

4-Safety

What security modules are recommended to have? I do not want to have problems with customer data.

Thank you very much in advance for your attention.

Greetings from Spain.

Oscar Sanchez Rocha http://abaceriaserrana.com

dasinfomedia

Hi,

Thanks for showing interest in Mozen.

1-Problems with language.

There are several language packs available in the Zencart store that needs to be installed separately. These packs will change the default heading and other predefined text to the required language. But as far as the product name and description are concerned, user have to do it manually from admin while adding the new products. You can visit the following link for the available language packs in Zencart.

http://www.zen-cart.com/downloads.php?do=cat&id=6

2-Friendly urls

Again there are some plugins available for the SEO friendly urls in Zencart. Please visit the following link for the available plugin.

http://www.zen-cart.com/downloads.php?do=file&id=132

3-Images

Zencart comes with the default product image viewer, but it is not as effective as the cloud zoom (used in mozen) or the Zen Lightbox Plugin available in Zencart store for the lightbox effect that you want. You can have as many images as you want for the product in your store, its all up to the user.

4-Safety

Regarding the safety of Zencart site, zencart has default wiki documentation that a user can refer to.

http://www.zen-cart.com/wiki/index.php/Important_Site_Security_Recommendations
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal
DiAguiar Purchased

Hello in which files can change the appearance of the shipping method on checkout_shipping? in what file (and lines) i can change the width and space between the categories on the categories menu? thank you

dasinfomedia

1) The file for Shipping methods on checkout_shipping can be found on the following path :

includes/templates/mozen_temp/templates/tpl_checkout_shipping_default.php

But to change the appearance you will also need to change the CSS, the css file to be changed can be found on following path :

includes/templates/mozen_temp/css/mj-template.css

2) To change the Categories menu style, you can change the above CSS file on line 642 or can find the following text in above css file and change the way you want:

"#mj-left .leftBoxContainer a, #mj-right .rightBoxContainer a"
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
adamram Purchased

Patch will not install when using an existing zencart. #1062 – Duplicate entry ‘1’ for key ‘PRIMARY

dasinfomedia

The reason for this is that you might be trying to install the patch twice. So can please provide us the ftp and db details so we can fix the issue for you.

Thank You

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal
DiAguiar Purchased

hello slideshow does not work correctly on iPhones and iPads if we press on “Shop Now” only works if the image is behind this button.

dasinfomedia

To solve it, go to includes/templates/mozen_temp/css/mj-template.css Now, go to line no 2241 or find the class ”.a-btn” and add “z-index:99” for it. This will solve the issue of button in iphones and ipads.

Default-user
DiAguiar Purchased

solved, thanks. but the price animation does not work also

dasinfomedia

Price animation is done using CSS3 properties. Please check the issue considering that.

Default-user
DiAguiar Purchased

its not verry important, its too much for me, thanks

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal
DiAguiar Purchased

how can I put the -> previous <Product List> next <- on the product page?

dasinfomedia

IT is default Mozen functionality. You should have it by default just like we have on demo.

Default-user
DiAguiar Purchased

can you tell me which file and code line so I can see in my file?

dasinfomedia

There is another way you can do this:

Login to your admin panel of Zencart.

After this go to :

Configuration – > Product Info, under Product Info click on “Previous Next – Navigation Bar Position” to edit. Select the options as per your requirement to show the > previous <Product List> next < on the product page.

Default-user
DiAguiar Purchased

thank you, sorted

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal
DiAguiar Purchased

1) what is the maximum height and width for images in the slideshow? 2) where can I change the background color, line and file please of slideshow?

3) in Twitter plugin can i remove the button “Follow us on Twitter”?

Thanks for your help

dasinfomedia

1) There is no maximum height or width set for the slideshow images. You can set it according to your requirement or can directly create the images as per your requirement and place it in Slideshow. However still you want to give the height and width for slideshow images, follow the next steps :

go to – includes/templates/mozen_temp. Open mj-slideshow.css under this directory. In this file you can give the css property for slideshow images like #mj-slideshow .slide_img img { height : “Your_height”; width : “Your width”; }

2) To change the slideshow background, go to line 290 or find ”#mj-slideshow” in the same file as above . Here you can change the default background image or background color as per your requirement.

3) To remove the Follow us on Twitter button, go to same file mj-template.css and find ”#twittersideboxContent .twtr-join-conv” or line 1936. Add the property “display:none” to the css and button will be removed from twitter sidebox.

Thanks

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Great theme but found one problem with the Cloud Zoom. When one hover’s over an image, it is supposed to enlarge the image over the zoom area. It doesn’t seem to work on our development site.

http://theplaypages.com/adult-store/

I get a javascript error below. This is a fresh install of Zen Cart 1.5.1 Funny thing, it worked fine on my localhost but not on the web host. Host is GoDaddy Linux Server

Timestamp: 4/29/2013 11:37:33 PM Error: TypeError: cld(...).CloudZoom is not a function Source File: theplaypages.com/adult-store/includes/te...ript/mozen-script.js Line: 66
dasinfomedia

Looks like the files that are needed for cloud zoom are not copied properly in the template. If you could provide us the ftp details we can work out for you. Please visit our profile page and send us details in email.

Thanks

Default-user

I reuploaded the files in the Mozen Template folder and still not working. I would be happy to provide ftp details but not in this public comment. Do you have a way to send a private message?

THanks

dasinfomedia

Please visit our profile page and then on that page in right column you will the contact form. You can send details using that form.

  • Has been a member for 0-1 years

I install the theme everything goes well but when I check shoppingcart I find that the site link will like this black-chair-p-228:5e0dd6cd265bd78e1d561d173450ed4f.html,this happened when I insert the size option ,If without size the link is well like this black-chair-p-228.html,I don’t know why and I wish to cute the :5e0dd6cd265bd78e1d561d173450ed4f off .may be this is the bug,but I really hope author can solve it! thank you!

dasinfomedia

Can you please provide us some more details of the problem and link of the page where you have problem, as this will help us to look out for the exact problem. If required we will ask you for the admin and ftp details.

Default-user

You can add one products with size and add it to the shoppiingcart,visit http://test.monclerjacketscheaponsale.com/index.php?main_page=shopping_cart&number_of_uploads=0 this webpage,and find the link Double bed below the image,you can see this link is like this http://test.monclerjacketscheaponsale.com/double-bed-p-218:ca054e24e5517097ca922ab9df19b953.html,this happened after i insert the size option—uk01,but If I do not insert the size option it goes well

dasinfomedia

Sorry for the delay in response but this seems to be issue with zencart itself. We have checked the issue in default zencart installation.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi There, In CHrome and IE10 and some IE9 for the browser and other browsers, when entering the credit card information the form is wrong. I can show in a screen shot, but if you go to theplaypages.com/adutl-store and do a test purchase ( we are in test mode and if you don’t submit, of course, the payment doesn’t go through ) But you see, Cardholder Name Credit Card Number [ customer name ] Expiration Date [field for cc number] [exp date] [cvvno ] CVV Number

The field label are not aligned with the input fields. Really weird. I am sure lots of people must see this as well. I have about 8 test users are different browsers but all are on new systems and browsers.

I can send a screen shot, but try with Chrome and IE 10 for sure. Thanks Karen

dasinfomedia

Karen, I Visited theplaypages.com/adutl-store, and registered as new customer tried to buy few products. But can’t get past to the step 1 of checkout as there are no shipping methods added to the shop. So can you please provide the screenshot of the page where you have problem and also please add some shipping methods so we can try to solve your problem.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
cotros Purchased

Hi, bought the template, installation was easy enough, added a second language (spanish) and now im lost:)

I have a few items that are not translated by default and dont know how to add the translation for them. One of them is the menu titles and the other one is the twitter module header.

Could you please point me to the right direction?

dasinfomedia

Zen-cart does not provide the automatic translation of any language. What it does is it creates the folder in your -root/includes/languages/your_language_name, and in these language file you manually have to define the variables that you want to translate to your language. As per your case if you want to change menu titles and the twitter heading title you need to change some files. Please follow the next steps :

1) Go to -root/includes/languages/english/extra_definitions. 2) Copy the mozen_temp folder and the twitter_sidebox_defines.php file. 3) Paste these folder and file in the -root/includes/languages/spanish/extra_definitions. 4) Once this is done you can change the following files to change the top menu titles and the tweet heading. – -root/includes/languages/spanish/extra_definitions/twitter_sidebox_defines.php. – -root/includes/languages/spanish/extra_definitions/mozen_temp/headermenu.php.

Also if you want to change other page definitions you can edit that according to the page name. To change the Product name and description, you need to login to the admin area and under the catalog/categories-products, you will see the different text field for Spanish Language same as English Language, under any products details.

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years

Hi, it’s work in the old version? 1.39?

Thanks nice work!

dasinfomedia

Tested Mozen in Zencart Version 1.3.9h, It will work. So you can install the template package but not the quick start package, because the quick start package itself comes with the Zencart version 1.5.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I have spent 15 secs to loaded the Slideshow in home page of my localhost, how can I improve it? I don`t change anything.

dasinfomedia

I would suggest you check the image sizes of the products you have.

Default-user

I try to delete all images in slideshow folder,it still the same.I am using quickly setup and your demo data.

dasinfomedia

Visit our profile page and send Mozen admin details alongwith FTP

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi in my site jdcolfashion.com I am trying to change the css to add a colored background, isn’t it supposed to be the css mj-template.css but when I change the hexcode nothing happens on the site. Actually, when I change ANY css code nothing changes on the site??

dasinfomedia

Hi, for changing color you will also have to check in to relevant color file like for pink color you need to check in to mj-pink.css in template CSS folder.

Default-user

I did and anything I change does not change on the frontend.

Default-user

also the footer seems to have disappeared?

dasinfomedia

Please visit our profile page and send admin details

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal
DiAguiar Purchased

hello where can I change the size and the number of letters inside the product categories (and new products, wall products….)? Thanks

dasinfomedia

Go to includes/modules/product_listing.php in to your root directory on line 99 and change it as per your requirement.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal
DiAguiar Purchased

it is possible to activate in the top of the product page <Product List> be possible to choose top or down (when I do thatin admin nothing happens )

dasinfomedia

can not understand it. what is your requirement for that.

Default-user

the bottom of the product page has the option <Product List> which gives to go the product category or previous or next product. Is it possible to put it at the beginning of the product page??

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal
DiAguiar Purchased

why the description of product name does not accept the option bold?

dasinfomedia

For “bold fonts” on product description just add the following properties in to your mj-template.css .imagename .s_desc {font-weight: bold;}

Default-user

i try but nothing happens

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Portugal
DiAguiar Purchased

hello where can I change the size and the number of letters inside the product categories (and new products, wall products….)? Thanks

NAME OF PRODUCT (size and number of letters)

dasinfomedia

Go to includes/modules/product_listing.php in to your root directory on line 99 and change it as per your requirement.

Default-user

and the size??

Default-user

there is nothing to do in a css file?

by
by
by
by
by