Search:

Type: Posts; User: yapliren

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    196

    v150 Javascript load once per session

    Hi,

    I am trying to redirect Windows user(by useragent) to PC categories or section of site. Is there any way I can load a javascript once per session for the redirect?

    Where can I put the JS...
  2. Replies
    2,176
    Views
    496,778

    Re: Fast and Easy Checkout for Zen Cart

    does not affect any core file, should not be no issue on other versions.

    I am using FEC 2.1.8
  3. Replies
    2,176
    Views
    496,778

    Re: Fast and Easy Checkout for Zen Cart

    For those who do not wish to install css js loader.

    Here is my hack to bypass it.

    Using zen cart version 1.5.5 with paypal module

    Steps as below:
    1) When install, do not overwrite...
  4. Replies
    3
    Views
    794

    v139e Re: Upgrading from old site

    Yes, basically it is a rebuild whole webstore with existing database(you need to upgrade it).
  5. Replies
    4
    Views
    1,137

    v138a Re: Trying to use old DB with fresh install

    Let me give you some idea on my upgrade path.
    First, backup everything. Next load up new files (1.5.0) and connect to old database. Run a database upgrade. Do modification base on new file.
    It...
  6. Replies
    659
    Views
    195,394

    Re: Recover Cart

    I am using ultimate seo and the email sent to customer does not reflect seo url

    I want to modify this line but I do not know how to do it, anyone here familiar with this?

    $mline .= ' ...
  7. Replies
    2,220
    Views
    484,319

    Re: MultiSite Module Support Thread

    bcannon007,

    Multisite is not the right module for you to setup affiliate stores. You should look for Snap affiliate in the plugin section.

    Step 2 of the module mean you put in the code in Admin...
  8. Replies
    2,176
    Views
    496,778

    Re: Fast and Easy Checkout for Zen Cart

    just a quick and simple question.
    How do I reduce the wait time / delay time to shorter from the page showing "Your order is being processed, please wait..." being redirect to paypal?
    It seem...
  9. Replies
    1,500
    Views
    247,108

    Re: Testimonial Manager Support Thread

    Reply to my own question, finally I found a way to change the Meta Tittle for different testimonial posted and also different Meta Tittle for list of all testimonial. Hopefully this would help to...
  10. Replies
    2,220
    Views
    484,319

    Re: MultiSite Module Support Thread

    1. what are the SEO implications with Google as far as "Duplicate Content" is concerned? I would not like to see the original main site be penalized because of duplicating the site under other URL's....
  11. Replies
    1,500
    Views
    247,108

    Re: Testimonial Manager Support Thread

    anyone have a workout on adding testimonial manager output to ultimate seo?

    making testimonials_manager.html?testimonials_id=44 become testimonials_manager-page-44.html

    Or anyone would like to...
  12. Replies
    2,220
    Views
    484,319

    Re: MultiSite Module Support Thread

    Hi Guys,

    Just to add my experience on making Best Sellers Page(by yellow1912) add on to support multisite module.

    It is very simple, just add in the cat_filter will do.

    File to edit...
  13. Replies
    2,220
    Views
    484,319

    Re: MultiSite Module Support Thread

    I need help on modify this best seller script to comply with cat_filter by multisite.

    The problem: Best seller script shows all the product across multiple carts. How do I implement or trigger the...
  14. Replies
    7,098
    Views
    1,855,899

    v138a Re: Image Handler 2 Support

    @nigelt74 your code rocks!
    it work well in safari too.
    Thank you sir!
  15. Replies
    222
    Views
    43,620

    Re: snap-affiliates?

    Yeah, you would need to change the URL for using SEO
    instead of ABC.com/&referrer=CNWR_11280387020
    The correct one would be ABC.com?referrer=CNWR_11280387020
  16. Re: How to override header_php.php or how to add a new field to order confirmation em

    The override works like this for the file

    /includes/templates/YOUR_TEMPLATE/checkout_confirmation/header_php.php
  17. Re: "Object not found" error when opening page the first time.

    Yes, this should be the SEO conflict with zenid.

    My fix for it is i change the ezpages link from Internal to External by using full url link.

    Thank you Ajeh for the hint
  18. Re: "Object not found" error when opening page the first time.

    Yes, my zen card facing this problem too!
    If the url without the zenid=XXX . it work perfectly ..
    anyway to fix this?
  19. Replies
    4
    Views
    2,391

    Re: Link Manager 2.0f

    DROP TABLE IF EXISTS link_categories;

    CREATE TABLE link_categories (

    link_categories_id int(11) NOT NULL auto_increment,

    link_categories_image varchar(64) default NULL,

    ...
  20. Replies
    4
    Views
    2,391

    Re: Link Manager 2.0f

    Found the fix by myself. So I would post this instruction up for people who need it in future. This fix is for php 5

    First /admin/links.php
    in links.php change the (int)$links['links_id'] to...
  21. Replies
    4
    Views
    2,391

    Link Manager 2.0f

    I've installed this link manager 2.0f to my zen cart and I found error in admin under extras --> links. It gives this error and I could not get link manager to work.

    Fatal error: Cannot use object...
  22. Replies
    11
    Views
    3,825

    Re: google status 200 problem

    Around line 105 of includes/init_includes/init_santitize.php, find
    if (!is_dir(DIR_WS_MODULES . 'pages/' . $_GET['main_page'])) {

    add this line below it:
    header('HTTP/1.1 404 Not Found');

    ...
  23. Replies
    1,455
    Views
    467,631

    Re: Chemo's Ultimate URL's

    ultimate seo stop working in zen 1.3.0.2 as html_output.php has been replaced.
    :(
  24. Replies
    3
    Views
    2,001

    Remove All Taxes

    i would like to remove all tax rates classes zone defintions etc.

    it tells me this in yellow message header when i try to delete.

    "WARNING: Tax Rate(s) are defined for this zone. Please delete...
  25. Replies
    11
    Views
    3,297

    Re: Adding New Pages

    i guess this file "tpl_page_6_default.php" is missing on your site
  26. Replies
    11
    Views
    3,297

    Re: Adding New Pages

    what is your cart url?
  27. Replies
    11
    Views
    3,297

    Re: Adding New Pages

    for zen cart 1.3.0, 5 steps

    first, you need to add line in includes/filename.php
    define('FILENAME_DEFINE_PAGENAME', 'define_pagename');

    second, you need to add a file in...
  28. Replies
    1,455
    Views
    467,631

    Re: Chemo's Ultimate URL's

    http://www.zen-cart.com/archived_contributions/other/ultimate_seo_urls_v2.101.zip

    ultimate seo v2.101
  29. Replies
    3
    Views
    1,799

    Re: Sidebox Tittle Devider missing.

    problem fixed.. it was the problem that cause by missing tpl_box_default_left.php file.
  30. Replies
    3
    Views
    1,799

    Re: Sidebox Tittle Devider missing.

    Thank you Kuroi for replying. My site address is http://www.mytrend.net/my
    I check the css and I believe it is nothing wrong in it. :no:
  31. Replies
    3
    Views
    1,799

    Sidebox Tittle Devider missing.

    Hi,
    Please help, my cart sidebox tittle devide is missing/not showing(refer to attachment). what should I do to fix? I do not want to reinstall the whole cart.

    thanks in advanced.
Results 1 to 31 of 31
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR