Search:

Type: Posts; User: yonghs

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    13,521

    Re: Add link on top menu bar

    Those items are not related to any template. You have not added any items with Ez-Pages. The top and bottom menu items are created in your admin with Ez-Pages:

    Admin > Tools > Ez-Pages
  2. Replies
    534
    Views
    72,390

    Re: Footer Menu Support Thread

    To center whatever DIV, just set it's left and right margin to auto, in your CSS file.
  3. Replies
    6
    Views
    1,117

    Re: How would I add a navigation bar?

    darkmarauder,

    seems you have not added any Ez-Pages links... or the common mistake of not putting the "sort number" in your Ez-Pages settings.

    see the official Zen Cart tutorial or see:
    ...
  4. Replies
    8
    Views
    5,287

    Re: Facebook social media plugin at top of header

    If you still want to put it in the header. Instead of using the "center" tag, use this in your file and put in any location that suits you:

    <div id="facebookbox">YOUR FACEBOOK CODE</div>

    ...
  5. Replies
    8
    Views
    5,287

    Re: Facebook social media plugin at top of header

    Uh, no, if you put one in the banner sidebox, it's the WHOLE Facebook Like/Fan box, with the like button, faces, news stream, header etc. Because you paste the whole Facebook iframe code (HTML code)...
  6. Replies
    4
    Views
    509

    Re: Page links in template

    schwarzes,
    Admin > Tools > Define Pages Editor > edit any link or content you like

    darkmarauder,
    Admin > Tools > Ez-Pages > add/remove/sort/delete any links or pages you want

    All these are...
  7. Replies
    8
    Views
    5,287

    Re: Facebook social media plugin at top of header

    Your code is now in the "body" area... not in the template's "header" area.

    You should create a DIV block and add the code inside the DIV. Then use CSS to set the width/height of the DIV... width...
  8. Replies
    30
    Views
    2,374

    Re: Multiple image per products ?

    Your javascript does not seem to be escaping ' marks properly.

    onmouseover="showtrail('bmz_cache/2/26e3fec9df39897136f5c1f70862914a.image.187x300.jpg','Karen Neuburger Knit Nightgown Yellow...
  9. Replies
    30
    Views
    2,374

    Re: Multiple image per products ?

    From your earlier posts, I gather that the problem happens with default template too. And also happened before IH2 was installed. So, if you have not installed any other add-on, there may be some...
  10. Replies
    30
    Views
    2,374

    Re: Multiple image per products ?

    See my earlier reply.

    Your product image is:
    kneuburgerypaisley.jpg

    You must upload an image with this filename (with _01, _02 etc at the end), in the same folder:
    kneuburgerypaisley_01.jpg
    ...
  11. Replies
    30
    Views
    2,374

    Re: Multiple image per products ?

    Templates from Zenflavor.com do not have any changes or mods to the product info page... so it should work the same as default template.

    There is also a tutorial on their site regarding managing...
  12. Re: Lightbox/Slimbox images are too large and fill the screen.

    The lightbox will display your original product image size. So, you need to make sure your product images are not too large.

    There is no point uploading product images that are too big anyway, as...
  13. Re: Slimbox from Zenflavor appears to have stopped working in Google Chrome

    It is stated in the post on zenflavor.. the files have been updated for Google chrome (due to mootols version)
  14. Replies
    3
    Views
    822

    Re: google maps demanding different key

    I see that the zenflavor.com google maps code is working on your site now. Is it earlier you did not enter the Google API key for the correct domain?
  15. Re: Slimbox from Zenflavor appears to have stopped working in Google Chrome

    Download from zenflavor again and overwrite the mootools.js and slimbox.js file.
  16. Replies
    6
    Views
    934

    Re: Changing Menu Bar Colors

    That is the Ez-Pages bar. It should be in the same location as the default theme. Look for tpl_header.php in your template and you can remove the code for Ez-Pages.
  17. Replies
    49
    Views
    20,137

    Re: Simple Popup 1.0

    Don't edit the original file in "default template/common" ... copy that file to your custom template's folder.... \includes\templates\YOUR_TEMPLATE\common\

    Templates only come with the files that...
  18. Re: How do i insert more than one image for one item?

    The Free Zen Cart Template 2- Wide from Zen Flavor does not modify or provide the Product Info page file (tpl_product_info_display.php). Therefore, any product image display or extra images display...
  19. Replies
    114
    Views
    44,569

    Re: Facebook "Like" button on every product page?

    Here it is (this is found from a website... uses urlencode function):




    <iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo...
  20. Replies
    114
    Views
    44,569

    Re: Facebook "Like" button on every product page?

    Replacing all the & amp; with % 26 seems to work.

    Using the urlencode() function.
  21. Replies
    114
    Views
    44,569

    Re: Facebook "Like" button on every product page?

    Yup, seems to work only if the site is using SEF urls.

    The default URLs with the character "&" in the url will cause error on the Facebook side.

    Any idea how to overcome this (without...
  22. Replies
    0
    Views
    450

    Adding image to template

    I'd like to add an image to the footer.tpl file (localhost), and both the code I tried below seems to work.

    Which is preferrable or both are not the correct way of displaying an image?

    Any...
  23. Product listing and Internet Explorer 6, 7, 8 issue

    Hi,

    The product listing (Featured Products,New Products, All Products) are "misaligned" ... For IE6 and IE7, the thumbnail is correctly positioned on the left, but the product name/price etc is...
  24. Replies
    1
    Views
    765

    How to get main(large) image URL?

    Hi,

    I'm trying to get the full address of the main image within the product info page but somehow the system gives the wrong ones.

    File used:...
  25. Replies
    3
    Views
    1,377

    Re: Product price automatically increase

    Hi,

    Yup, my friend set the default currency value to 1.2345 :blush:

    Thanks.
  26. Replies
    3
    Views
    1,377

    Product price automatically increase

    Hi,

    After I save a product, the price displayed will not be the same as the price entered (for example if a price is set at 35.00... the price displayed at the front end will be 43.21

    I do not...
  27. Replies
    2
    Views
    635

    Re: Title tag of Admin?

    Thanks. For the benefit of others. The file is:

    /admin/includes/languages/english.php

    the lines are originally commented >>

    //define('TITLE', 'Zen Cart');


    So I "un-comment" the line and...
  28. Replies
    2
    Views
    635

    Title tag of Admin?

    How do I change the title tag of Admin pages?

    Now it shows "Zen Cart!" ... need something more descriptive

    Thanks.
  29. Replies
    6
    Views
    1,434

    Re: Question about session id

    Thanks a lot.

    The Prevent Spider Session is TRUE by default :)
  30. Replies
    6
    Views
    1,434

    Re: Question about session id

    Yes, the hardcoded links are without IDs of course. Was wondering if it's ok if i hardcode links this way? As some system generated links will have ID appended and my hardcoded links will not have...
  31. Replies
    6
    Views
    1,434

    Question about session id

    Hi,

    This is a general question about the id appended to the end of links when we access a Zen Cart site. For example, the Privacy link in the Information sidebox >>>
    ...
  32. Thread: DUAL Pricing v2

    by yonghs
    Replies
    1,487
    Views
    325,076

    Re: DUAL Pricing version 2

    Just installed DP1.5 to Zen Cart 1.3.8a.

    I tested by setting a customer wholesale level to 1 and set a few products product to have only one wholesale price level.

    When I log in as the...
  33. Replies
    36
    Views
    14,540

    Re: Free Shipping Rules Support Thread

    Anyone tried on version ZC 1.3.8? Works?

    Thanks.
  34. Re: Credit Card orders not recorded in admin (local payment gateway)

    I suspect something like that too. Somehow the payment site falied to return to ZC (customer closed browser before returning etc.)

    I'll try to troubleshoot based on your advice.

    Thanks.
  35. Credit Card orders not recorded in admin (local payment gateway)

    Hi,

    I use a local payment gateway provider in my country for credit card processing. (Installed the payment module provided by them)

    Most of the credit card transactions go through as usual --...
  36. Thread: Cross Sell

    by yonghs
    Replies
    130
    Views
    35,300

    Re: Cross Sell

    Hi,

    I use Zen Cart 1.3.8a. Is it compatible with Cross Sell 1.3.0.it (uploaded Jan 06 2008)?

    Thanks.
  37. Replies
    2,474
    Views
    416,518

    Re: Reward Points Module- Live Release now available.

    :shocking: How did I miss that? .... Thanks. This is the best mod ever!
  38. Re: Unwanted duplicate images in "New Products" sidebox using 2nd language

    It's on localhost. Using a free template from templatemonster (meant for Zen Cart 1.3.7)

    The new_products.php seems to have been modified a lot. :shocking: ........ think I'll just change the...
  39. Replies
    2,474
    Views
    416,518

    Re: Reward Points Module- Live Release now available.

    Arrg.. i just installed version 1.13a this morning :D

    Anyway, a question.

    At Customers->Group Reward Redeem , there is a way to set the redeem ratio for a group. But is there a way to change...
  40. Re: Unwanted duplicate images in "New Products" sidebox using 2nd language

    I have the same problem... following your method, the What's New sidebox is ok now.

    But the centre column still display duplicate products in both languages.


    PS:
    I've created multi language...
  41. Replies
    2
    Views
    2,632

    Re: "Home" link for EZPages header menu

    Thanks a lot!
  42. Replies
    2
    Views
    2,632

    "Home" link for EZPages header menu

    Hi,

    I've created internal links on the EZPages top menu.. Home, New Products, Contact US etc.

    For the Home link .. in the EZPages edit "Internal Link URL:" I entered "index.php"

    It works...
  43. Replies
    1
    Views
    3,022

    Re: HTML order confirmation email

    Sorry.

    The solution is at http://www.zen-cart.com/forum/showthread.php?t=89685
  44. Replies
    1
    Views
    3,022

    HTML order confirmation email

    Hi,

    I have Simplified chinese pack installed and set emails to be sent in HTML. WHen the user selects English language, order confirmation is sent in HTML.............but when he selects Chinese,...
  45. Replies
    144
    Views
    69,828

    Re: UTF-8 Zen-Cart Tutorial

    I think I have a couple of issues related to language encoding.. this seems the proper thread to ask.


    I have English Zen Cart installed and then added the Simplified Chinese language pack,...
  46. Replies
    15
    Views
    19,463

    Re: Simplified Chinese language pack

    The search feature is not able to search for chinese words?

    When I type some chinese words in the search box.. it will always return no results (even though the words are in the product title or...
  47. Re: Front page thumbnails not showing completely (FF3)

    Hi,

    Is it possible to directly install Image Handler to the current site....... or do I need to delete all products first, install IH, then add the products all over again?

    Thanks.
  48. Front page thumbnails not showing completely (FF3)

    Hi,

    I've got a problem with product images that sometimes seem not downloaded completely in Firefox 3 -- therefore the thumbnail images at the front page "New Products For MONTH" sometimes display...
  49. Free shipping for more than one zone (but not all zones)

    Hi,

    I activated the "freeshipper" module so that a purchase above certain amount can have free shipping.

    But it seems that it can only be applied either to ONE zone or ALL zones (by choosing...
  50. Replies
    3
    Views
    1,903

    Re: Installing with temporary URL

    Hi,

    My domain name is now in used by the current fully functioning web store (windows based NOT Zen Cart). If I point this domain name to the new Zen Cart webserver hosting, then the regular...
Results 1 to 50 of 58
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR