Search:

Type: Posts; User: Sweet ZouZou

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Re: HTML Error and Warning on Confirmation Page

    ronlee, thanks for the suggestions. I found the fix by moving the "confirm button" and the </form> inside the </div> and the error went away.

    <?php
    echo zen_draw_form('checkout_confirmation',...
  2. Re: HTML Error and Warning on Confirmation Page

    The following code is generated when the page is loaded. The <form> tag is generated from the "zen_draw_form()" in the second line of code (see the first post above) but the HTML checker doesnt see...
  3. HTML Error and Warning on Confirmation Page

    Can anyone figure out why I'm getting an HTML error "missing </form>" and a warning "unexpected </form>" in my confirmation page? See the code below.

    <?php
    echo...
  4. Thread: Meta Tags

    by Sweet ZouZou
    Replies
    11
    Views
    2,811

    Re: Meta Tags

    Jeffey is right, /includes/languages/english/YOUR TEMPLATE/meta_tags.php is where the main page meta tags should be located.

    Sweet
  5. Replies
    3
    Views
    1,191

    Re: Confirm Order Button Broke

    Figured it out. I had moved the button outside the form call; put it back inside and it works fine now.

    Sweet
  6. Replies
    3
    Views
    1,191

    Re: Confirm Order Button Broke

    I tried a past backup file and the confirm button works, but I can not figure out what is the difference between these 2 files (i am using winmerge).
  7. Replies
    3
    Views
    1,191

    Confirm Order Button Broke

    I don't know what happened, but the "confirm order" button doesn't work. I checked the tpl_checkout_ confirmation_default.php file and the following code looks ok. Any suggestions?

    echo...
  8. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    I have yet to visit a "clean" website! Even msn.com has 14 warnings right now! I agree that perfection is not worth the effort when good enough will still make you money.

    Sweet
  9. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    I can't find a replacement for the "filter" command. I still have 2 "unknown property filter" CSS warnings on the main page. These seem to be my last 2 warnings that I can find on my pages. I want to...
  10. Replies
    15
    Views
    14,296

    Re: Age Verification or Restriction

    I added the following code at the beginning of the function actionAddProduct section.

    /**
    * Method to handle cart Action - add product
    *
    * @param string forward destination
    *...
  11. Replies
    15
    Views
    14,296

    Re: Age Verification or Restriction

    I now have working code for the age verification check. If a date is entered in the wrong format the ERROR text is displayed; if a date is entered under the 21 year age limit the UNDERAGE text is...
  12. Replies
    15
    Views
    14,296

    Re: Age Verification or Restriction

    schoolboy, thanks for the comment! If you check out this website http://en.wikipedia.org/wiki/Cooking_with_alcohol a bunch of smart people did a study and found alcohol stays in the food even after...
  13. Replies
    15
    Views
    14,296

    Re: Age Verification or Restriction

    It think when the "add-to-cart" button is clicked, the code in includes/classes/shopping_cart.php is run. I copied a small section below, function "actionAddProduct", which seems to check for errors...
  14. Replies
    15
    Views
    14,296

    Age Verification or Restriction

    One of the products I sell contains alcohol (whiskey cake). I want to "verify" the customers age before they purchase this item. I do not want to ask every customer for their age so I disabled the...
  15. Replies
    62
    Views
    8,614

    Re: Validate html

    On my product info pages, I am receiving an HTML error/warning "<a> escaping malformed URI reference" and it points to the following slice of code.


    $selected_attrname =...
  16. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    I eliminated the khtml warning by deleting the "-khtml" and replaced it with "-moz". This is probably not the best solution, but the warning is gone.

    I still have 2 "filter" warnings that I cannot...
  17. Replies
    62
    Views
    8,614

    Re: Validate html

    I eliminated the HTML warnings by reviewing the file then deleting the extra bits of code.

    Thx Sweet
  18. Replies
    2,176
    Views
    496,936

    Re: Fast and Easy Checkout for Zen Cart

    I solved my problem by comparing the original file from the default template directory with my current file using winmerge then inserted the missing code.

    Thx Sweet
  19. Replies
    62
    Views
    8,614

    Re: Validate html

    I'll have to set the "missing" alt text for attribute images aside for the moment.

    Next issue
    I was checking my tpl_shopping_cart_default page and with 1 item in the cart I get a green light for...
  20. Replies
    62
    Views
    8,614

    Re: Validate html

    I have a validate error on my product_listing page and it is from the missing "alt" names for the attribute images. I can not figure out where to add the code. I think it is somewhere in my...
  21. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    I found the code (got lucky). I was searching to solve another problem and ran across it in a jscript file. Both the khtml and the filter codes are in this file. This jscript drives the slideshow on...
  22. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    I searched each stylesheet file (8 of them) for those key words and still no joy. This is very frustrating :smile:
  23. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    I can't figure out how to hunt down these errors/warnings. I only get these CSS errors on my main page. I have tried to use the web developer tool in admin and searched for "filter" but I get a...
  24. Replies
    220
    Views
    57,914

    Re: attribute pop up images

    Anyone know how to get the alt text entered for each attribute? When I try to validate my product pages, the missing alt text is causing an error.

    Thx Sweet
  25. Replies
    62
    Views
    8,614

    Re: Validate html

    thanks for the advice, but i can't remove it now, the 7 mintue time limit expired. I went ot bed after posting that last night.
  26. Replies
    62
    Views
    8,614

    Re: Validate html

    I placed a closing </p> (thanks for finding that) but the same html warning shows up for the "productAttributesImage"

    "<a> escaping malformed URI reference"

    <div class="attribImg"><a...
  27. Replies
    62
    Views
    8,614

    Re: Validate html

    the product_info pages, see a link below.

    "http://www.sweetzouzou.com/index.php?main_page=product_info&cPath=cPath=81&products_id=205"
  28. Replies
    62
    Views
    8,614

    Re: Validate html

    post error
  29. Replies
    62
    Views
    8,614

    Re: Validate html

    I have an HTML warning on my product_info page dealing with the attribute images. The following code found in the attributes.php file returns the following HTML warning.

    $tmp_attributes_image .=...
  30. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    I have 2 more parsing warnings left on the main page. One is "filter" and the other "khtml-opacity". I searched the web and found this reply.

    Those warnings are nothing to worry about. Filter is...
  31. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    I just figured out why the "px" wasn't showing up. In admin/catalog/layout settings, I did not add "px" to the sizes. My bad!
  32. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    Glenn, man that is so obvious now that you pointed that out! OK, so I checked the tpl_main_page.php file and found the following.

    <td id="navColumnOne" class="columnLeft" style="width: <?php echo...
  33. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    Rob,
    I have no idea why this works, but it does. This bit of code came from the Nifty Zen Template and I can't figure out how to move the navMainWrapper back into position once I delete this code....
  34. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    Thx yellow for the comment.

    Adding px after the 0 added another CSS parsing warning. I think the *{margin:0; padding:0;} code is just fine the way it written.

    The CSS error I am fighting has to...
  35. Replies
    2,176
    Views
    496,936

    Re: Fast and Easy Checkout for Zen Cart

    I have a small problem with the checkout_confirmation page. I am not sure if this issue is related to FEC or not.

    The Payment Method is "blank" if the customer selects paypal (If the customer...
  36. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    Thanks for checking Rob. I have firebug as well but couldn't figure out how to find this problem.

    I removed *{margin:0; padding:0;} from the stylesheet but this code is controlling the vertical...
  37. Replies
    27
    Views
    7,211

    Re: CSS Errors in FireFox Web Developer

    Still working on this one. I have four (4) "css warnings" from the firefox error console. HTML validator is all clear (green check mark).

    "Error in parsing value for property "width". Declaration...
  38. Re: Tabbed Products ''LITE'' version - Delimiter based

    I didn't think about the <br/> code. This will help with the longer names. I will wait for the new release and the added ordering functionality.

    Thx Sweet
  39. Re: Tabbed Products ''LITE'' version - Delimiter based

    Is there a way to order the tabs and control how they wrap to the next line? I tried adding numbers at the end of the names. I have some long tab names and they "hang" in mid air (check the Whiskey...
  40. Re: Cart Quantity Update Button Stopped Working

    I went back to an old backup, used WinMerge and found this bit of code missing from tpl_shopping_cart_default.php

    <?php echo zen_draw_form('cart_quantity', zen_href_link(FILENAME_SHOPPING_CART,...
  41. Re: Cart Quantity Update Button Stopped Working

    Good idea shackle. I should be able to use winmerge and compare the 2 files and find out what's missing.
  42. Cart Quantity Update Button Stopped Working

    The Cart Quantity Update Button is there, but doesn't "update" when clicked. I searched tpl_shopping_cart_default.php and found this bit of code to display the button, but I could not figure out how...
  43. Replies
    0
    Views
    1,455

    Estimate Shipping Costs

    When a customer uses the shipping estimator and they are not signed in, they answer 3 questions; country, state and zip. However, it seems the shipping cost is based on the zip and the other 2...
  44. Re: UPS and USPS Together Slow Way Down on my server

    I set up a customer account with my business address so the ship from and ship to address are the same. My product weight is 3 lbs with tare set at 0:0 for both small to medium and large packages.
    ...
  45. Re: UPS and USPS Together Slow Way Down

    It seems these 2 are fighting eachother, as they work fine by themselves.

    I will try periodically to run both and see if the performance improves.

    Thx Sweet
  46. UPS and USPS Together Slow Way Down on my server

    If I install either the UPS or the USPS shipping module, the site works fine BUT if both are installed at the same time, the site slows way down when hitting the shopping cart, shipping estimator or...
  47. Replies
    27
    Views
    7,211

    CSS Errors in FireFox Web Developer

    I am trying to get rid of all those little pesky errors in the FireFox Web Developer CSS Error Console. I have the following "warning".

    Warning: Error in parsing value for property 'width'. ...
  48. Replies
    62
    Views
    8,614

    Re: Validate html

    I found the "clean up this page..." button on the Firefox HTML Tidy report (view page source). The first line is the original code and the second is the "cleaned" version.


    <div...
  49. Replies
    62
    Views
    8,614

    Re: Validate html

    Still digging into this one. I found an extra "\" in the $path and removed it but still get the error.

    Below is the error code I get from the HTML Tidy report

    line 342 column 24 - Warning: <a>...
  50. Replies
    62
    Views
    8,614

    Re: Validate html

    It turns out that it was the way I named my override directories. I used "Sweet ZouZou" (notice the space between Sweet and ZouZou). This caused numerous HTML warnings. I have renamed my 13 override...
Results 1 to 50 of 138
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR