Search:

Type: Posts; User: miles

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: PayPal IPN - Website Payments Standard Setting Problem

    Thank! It works now.
  2. PayPal IPN - Website Payments Standard Setting Problem

    I have a problem with the payment status. I had mistaken insert the Business ID into the settings.

    Business ID
    Primary email address for your PayPal account.
    NOTE: This must match EXACTLY the...
  3. Replies
    1
    Views
    815

    What CSS Editor tool for IE6?

    Any idea what tool can I use to edit CSS live for IE6?

    Something similar to Web Developer plugin for Firefox.

    I have serious issue with the placement of the add to cart button on my site.
  4. Replies
    1
    Views
    2,179

    How to Copy Option Value into Option Name?

    In Admin>Catalog>Attributes Controller>Option Values

    Let say I have option name 'color' and option value with 10 different colors.

    then I create another option name I call it 'cap color'.
    ...
  5. Replies
    671
    Views
    215,354

    Re: Google Analytics Integration

    Can I remove this code from jscript_googleanalytics_outgoing.php file?


    /* for Internet Explorer */
    /*@cc_on @*/
    /*@if (@_win32)
    document.write("%3Cscript id='__ie_onload' ...
  6. Replies
    2,216
    Views
    351,412

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Ok, I just realized the problem was caused by my IE6 browser. The javascript is disabled. It has appeared after I enable javascript.

    :mellow:
  7. Replies
    2,216
    Views
    351,412

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    I noticed that everyone who uses this mod has problem with its display on IE6. It doesn't seem to work on IE6.

    Is there anyone who got this mod to work on IE6?

    May I know if it works on IE7 and...
  8. Replies
    7
    Views
    2,306

    Re: Text attribute box is too long in IE

    Ok, I just got it fixed by changing its width from 240px to 22em.



    #productAttributes {
    float:left;
    padding:1em 0em 0 0;
    width:22em;
    }But now I need to get the 'add to cart' button align...
  9. Replies
    7
    Views
    2,306

    Re: Text attribute box is too long in IE

    I have the same problem. Please take a look at my site here using IE6. I cant figure out how to make it looks normal like in Firefox.

    Rows: 2
    Size: 32
    Max Length: 150
  10. Replies
    2,216
    Views
    351,412

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Tabbed Product Pro doesn't appear on internet explorer 6. I believe it was working. But today I noticed it doesn't appear anymore. Firefox works just fine.

    Can someone tell me what happened and...
  11. Replies
    3
    Views
    651

    Re: IE Header Script Error

    Sorry, it is actually in the Google Analytics by Andrew mod. You can find it in GoogleAnalytics\includes\templates\YOUR_TEMPLATE\jscript\jscript_googleanalytics_outgoing.php

    ...
  12. Replies
    3
    Views
    651

    IE Header Script Error

    I just noticed this error appears on my website header. Above the logo. It shows something like this,

    %3Cscript id='__ie_onload' defer='defer'%3E%3C/script%3E

    I think it was caused by the...
  13. Re: Edit Customer Account BUT Require Phone Problem

    Yes, I think it works for me too. But I can't get the recent customer's order address to change.
  14. Edit Customer Account BUT Require Phone Problem

    I have disabled the telephone number field for customers account creation so they don't have to insert their phone no. But I can't edit the customer account without having to insert the phone no.
    ...
  15. Replies
    36
    Views
    4,609

    Re: Product Position - grid layout

    Do you know how to set id for the product price? I want it to look a little bit bigger. Can't find the code in stylesheet.
  16. Replies
    36
    Views
    4,609

    Re: Product Position - grid layout

    Thanks gee38! Just as simple as that. But hard to figure it out. Now trying to closer the gap between item title and price.
  17. Replies
    36
    Views
    4,609

    Re: Product Position - grid layout

    How to align the products like the featured products column? Looks better than the Column Layout Grid mod.

    Image
    Item name
    Price
  18. Replies
    0
    Views
    816

    RSS Feed Module not updating new products

    I installed the RSS Feed module and when I add new products, the RSS feed doesn't seem to update all the new products.

    Anyone know how to make it works?
  19. Replies
    36
    Views
    4,609

    Re: Product Position - grid layout

    I just install the Column Layout Grid mod and read all the previous post but I'm still lost on getting the title, price, ..more info& image on the same line.

    I have a product title which is longer...
  20. Replies
    75
    Views
    21,376

    Re: Increase price on zen_products

    I opened PHP MyAdmin. Is this the right TABLE where I should add a new field?

    zen_products

    Now I have already noticed the products_price field in zen_products table. If this the right table,...
  21. Replies
    75
    Views
    21,376

    Re: Increase price on zen_products

    If I want to set back to normal (no increase), how do remove it from the database?
  22. Replies
    75
    Views
    21,376

    Re: Increase price on zen_products

    If I want to increase the price to 4%, is this the right setting?


    UPDATE products SET products_price = products_price * 0.04;
  23. Replies
    1
    Views
    1,178

    Re: Remove Home Log In from top of main page

    Try this,

    http://www.zen-cart.com/forum/showthread.php?t=80063&highlight=remove+home+log+header

    http://www.zen-cart.com/forum/showthread.php?t=47868

    Just search this forum first. You should...
  24. Re: How do I set directories to both writable and readable?

    OK, so I just leave them all set to 777.

    I'm just little bit concern about the /images directory which has always been a target folder for hackers.
  25. Replies
    4
    Views
    849

    Re: Change Product QTY's displayed on Page?

    I think it's under Admin>Configuration>Maximum Values>

    Probably New Products Listing- Number Per Page

    Just change the number to 12 and see how it goes.
  26. Replies
    8
    Views
    3,467

    Re: Configure.php permission problem

    I have two zen cart stores installed.

    Store 1 - /includes/configure.php Permission 644 (ok)

    Store 2 - /includes/configure.php Permission 644 (error) 444 (ok)

    Why can't I change the...
  27. How do I set directories to both writable and readable?

    How do I set the following directories to writable and readable?

    Is 755 secure enough?
  28. .htaccess "No Indexing" option causes Internal Server Error for me ... why?

    Every time I try to enable No Indexing from my hosting CP, it cause me this error on my webpage,

    Then I removed this code from .htaccess file, it turns back to normal.

    BTW, I'm using Magic SEO...
  29. Replies
    11
    Views
    2,367

    Re: Change Define Page URL

    OK here what I did.

    1) Download .htaccess to PC and delete the one on server.

    2) Add this code at the end of .htaccess file.


    # All other pages
    # Don't rewrite real files or directories...
  30. Replies
    11
    Views
    2,367

    Re: Change Define Page URL

    After resetting my hosting account, I have uploaded all the backup files/folders to the new zen cart site. Everything's fine now except for some of the define page URL such as about_us page,...
  31. Replies
    0
    Views
    650

    Restore Database Supertracker Error

    I just import my backup mysql database and comes up this error,


    SQL query:

    /*!40000 ALTER TABLE `zen_supertracker` DISABLE KEYS */;

    MySQL said: Documentation
    #2006 - MySQL server has gone...
  32. Replies
    99
    Views
    45,974

    Re: Can't log into admin

    Finally! Thank you Ajeh. :D
  33. Replies
    99
    Views
    45,974

    Re: Can't log into admin

    Is this what you meant by prefix?


    define('DB_PREFIX', 'zen_');How should I alter the SQL statements?
  34. Replies
    99
    Views
    45,974

    Re: Can't log into admin

    I tried the post above but it still says 'You entered the wrong username or password'.

    Admin Username:Admin
    Admin Password: admin
  35. Replies
    99
    Views
    45,974

    Re: Can't log into admin

    I just reset my hosting account and install new zen cart. After the installation I have uploaded the backup files/folders (+mysql database) to the new zen cart directory except the 2 configure.php...
  36. Replies
    2
    Views
    4,796

    Block Spider Bot - RPT-HTTPClient/0.3-3

    I found this bot keeps crawling my site.


    IP:70.79.138.3
    Host: S01060012f089f4dc.vc.shawcable.net
    User Agent: RPT-HTTPClient/0.3-3...
  37. Replies
    11
    Views
    2,367

    Re: Change Define Page URL

    Alright then. Thank you for your assistance.
  38. Replies
    11
    Views
    2,367

    Re: Change Define Page URL

    I've tried both and does not seem to work. I tried the 'About Us Page' add on and I think its files & folders just the same as the page created by Define Page Creator. But the 'About Us Page' url did...
  39. Replies
    11
    Views
    2,367

    Re: Change Define Page URL

    I actually use magic seo url.
  40. Replies
    11
    Views
    2,367

    Change Define Page URL

    I created a new page using Define Page Creator & named it "New Page". The url looks like this mydomain.com/new_page.html. But I want it to be like this mydomain.com/new-page.html.

    Is it possible?...
  41. Replies
    1,987
    Views
    435,017

    Re: Link Manager 3.0 Support Thread

    Thanks again Clyde. Everything has been removed successfully except for one thing. Under admin > tools > layout boxes controller it shows the sideboxes/links_box.php is missing and highlighted it...
  42. Replies
    1,987
    Views
    435,017

    Re: Link Manager 3.0 Support Thread

    Thank you Clyde. But how about the 'Links/Categories/Contact' under admin > extras ? How do I remove it?

    I actually like this mod. But I wish I could add meta title to each page and also has some...
  43. Replies
    1,987
    Views
    435,017

    Re: Link Manager 3.0 Support Thread

    I have installed this mod (new install) and when I try the uninstall_links_manager.sql to uninstall it, there are errors. I can't uninstall it. It gives me these errors:

    Can someone help me fix...
  44. Re: Successfully added to cart message stack - change position

    Ok, here what I did.

    Find: includes/templates/*yourtemplate*/common/tpl_header.php

    Cut out this code:


    <?php
    // Display all header alerts via messageStack:
    if...
  45. Thank You! We Appreciate your Business! - Duplicate

    I have noticed duplicate

    Thank You! We Appreciate your Business!

    Your Order Number is:

    in index.php?main_page=checkout_success page. How do I remove one of them?

    Btw I installed order...
  46. Replies
    3
    Views
    947

    Editor Plugin Mods

    Are these Editor Plugin Modules the same?

    Editor - FCKeditor Plugin
    Editor - TinyMCE Plugin
    Editor - Xinha

    Which one is better? Please recommend me. Thank you.
  47. Replies
    1,500
    Views
    247,169

    Re: Testimonial Manager Support Thread

    Thank you Clyde, It's working now. How do I find the dash in the php file? I want to change it from ( — ) to comma ( , ) or to the word ( from ).

    Instead of Testimonial By: miles — NY
    I want to...
  48. Replies
    1,500
    Views
    247,169

    Re: Testimonial Manager Support Thread

    In the testimonial page I noticed there were dashes right after name and state/country.

    Testimonial By: Miles ― , NY ―

    How to remove those dashes? Thanks.
  49. Replies
    1,500
    Views
    247,169

    Re: Testimonial Manager Support Thread

    Thanks Clyde,

    Is there anyway I can shorten it from testimonials_manager_all_testimonials.html to just testimonials.html?
  50. Replies
    1,500
    Views
    247,169

    Re: Testimonial Manager Support Thread

    I just installed this testimonial manager and I want to redirect it to for e.g mysite.com/testimonial.html but all I get is blank page.

    What exactly is the testimonial page (seo friendly) url?...
Results 1 to 50 of 354
Page 1 of 8 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR