Search:

Type: Posts; User: thedjphat

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    610

    v155 negative or offset price factoring

    I have noticed that I cannot create a negative or offset price factor using a fresh zen cart installation. It adds the base price instead of subtracting it.
    16077
    It appears correctly in the...
  2. Replies
    0
    Views
    1,369

    Zero in a Dual Quantity Price Factor

    I have a zen site with a customized quantity factor.



    The idea here, is that we need to enable the customer to choose a zero quantity for either one of these fields. (but not both)

    This...
  3. Replies
    42
    Views
    4,494

    Re: Model List support

    sure, here ya go. :smartalec:
  4. Replies
    61
    Views
    42,207

    Re: template switch addon

    I'm afraid that didn't work - after removing "classic" from the text, setting the default to zj black, and clearing the cookies, I still wind up with the classic template first. :censored:

    I'm not...
  5. Replies
    61
    Views
    42,207

    Re: template switch addon

    What I actually mean is - when no cookie is present, I would prefer the site to select the zj_black template, over the classic. I tried removing the "classic" entry, but with no cookie, it seems to...
  6. Replies
    61
    Views
    42,207

    Re: template switch addon

    I've successfully installed this addon at http://zen.thedjphat.com

    My question is this - can I prevent the switch from showing the classic template?
  7. Re: How does the customer apply a GV to their account with out having to start checko

    I noticed this as well in a recent installation - the information box omits the gv_faq page.

    yoursite.com/index.php?main_page=gv_faq is the default Gift Certificate FAQ page, I hard coded it and...
  8. Replies
    10
    Views
    2,467

    Re: adding countdown timer on my website

    As you have explained it, this should be the process - On the defined page content template (in the zen cart admin tools - defined pages editor), after uploading to a folder on your ftp and running...
  9. Re: several manufactures, need help with code

    Your message isn't very clear... but your site is quite nice. :cool:
    The only drop down I see on the index is "CREATORS"
    Judging from the design you want to have more than one creator...
  10. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    solution: via .htaccess

    This worked like a charm for redirecting the IP results to our canonic domain name - I have set domain forwarding for the other domains that point at the site, so they...
  11. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    during the change of our hosts, Google indexed our site by IP address, causing multiple listings. I've come to understand that our site http://opticalnow.ca is supposed to be the "canonic" source...
  12. Replies
    25
    Views
    3,107

    Re: Add Quantity For Product Variant

    Attributes, like color, size, text, etc, are added after product generation. If you have a lot of attributes in a product, it is beneficial to create a template and copy the attributes to your new...
  13. Replies
    25
    Views
    3,107

    Re: Add Quantity For Product Variant

    translation please?:cool:
  14. Replies
    8
    Views
    1,566

    Re: Sending email from site...Not

    answer: sendmail

    go to admin - configuration - e-mail options and set transport method to "sendmail" for godaddy servers. You may also have to change your email account settings in the godaddy...
  15. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    Not that I could see. Maybe I'm not explaining correctly. Min/Unit applies globally to a product, whereas I need to have the capacity to order two separate prescriptions and quantities at one time....
  16. Thread: Ssl

    by thedjphat
    Replies
    4
    Views
    1,046

    Re: Ssl

    I see a security error on your site under firefox - untrusted connection.



    This is why it's a good idea to verify that your SSL is provided from a trusted source.
  17. Replies
    1
    Views
    1,259

    Re: Validation of Corner Site Seal free addon

    line 128: change to
    <script language="javascript" type="text/javascript">
    line 168 change to
    </script>
    This validates the code for xhtml 1.0 transitional by adding the required quotes and...
  18. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    Problem now solved globally. WOOT!
    I still have to add some to the power ranges though,
    I'm hoping it won't screw up the previously set products when I change the sort order to add more values...
  19. Replies
    6
    Views
    2,447

    Re: Need to hide attribute pricing.

    I'm pretty sure you got the wrong bit of code there. I found several places in attributes.php where you can comment out prices. The one I wound up using applied only to price factors.

    lines 163...
  20. Thread: attributes?

    by thedjphat
    Replies
    2
    Views
    426

    Re: attributes?

    If you have a backup of your database, you should be able to import all of your attributes and products in your phpmyadmin or similar control panel, so long as you made the database backup correctly.
  21. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    I did implement this fix and it works like a charm. I commented out two lines in my override's attributes.php file to hide the factor prices - so my quantity fields now only show the #
    I still have...
  22. Replies
    6
    Views
    1,352

    Re: how to hide prices in attributes listings?

    I just found the solution for this - as it applies to price factors.


    // $products_options_display_price= ATTRIBUTES_PRICE_DELIMITER_PREFIX ....
  23. Replies
    6
    Views
    2,447

    Re: Need to hide attribute pricing.

    I am also confronted with a situation where I need to hide attribute prices, as they look incorrect for my quantities.

    This was caused by price factor and price factor offset, and had the effect...
  24. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    I found the parse time culprit, although I don't really understand it -
    When I set a product off of "priced by attribute" parse time goes from 3-4 seconds to .5 - however my prices display...
  25. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    this is close but not quite the code I need specifically. Could someone tell me how to make an sql patch to alter the sort order of attribute name: power range?
  26. Re: PayPal wont accept credit card payment if the email address is connected to paypa

    There is a small link that shows on the paypal page when this occurs, beside the button they use to log you on, it should say "continue without logging in"
  27. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    yeah, I discovered I can't use negatives or decimals in sort order, and I didn't leave myself any room at the front of the attribute set for additional negative values. Basically I'm forced to make...
  28. Re: Free Shipping if Another Item is purchased?

    Zen cart supports these types of issues quite well. :cool:

    The standard built in shipping modules will do what you are requesting, and add on scripts are available for various companies.
    ...
  29. Replies
    1
    Views
    1,259

    Validation of Corner Site Seal free addon

    I believe there are validation errors in this file... can someone help with this - I'm not a hotshot with java....


    <?php
    /**
    * Common Template
    *
    * outputs the html header. i,e, everything...
  30. Replies
    42
    Views
    4,494

    Re: Model List support

    here's the repaired and modified for sidebox code, with a sidebox built in :bigups:
  31. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    Good times, the model_list plugin got it's fix thanks to Glenn - I'll be posting an updated copy to the forum topic once I've cleared all the remaining validation errors I see on my site (which...
  32. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    Thing is, we were on a bad host to start with (godaddy), and have now moved to a much better one. On the new host, we have this one product which loads instantly, and the rest have about 3 second...
  33. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    An anomaly. It's like this product wants to live.

    1 Day Acuvue Moist 90 Pack
    Parse Time: 0.511 - Number of Queries: 3705 - Query Time: 0.316129840378

    It is a product on "special" so price...
  34. Replies
    6
    Views
    732

    Re: paypal vs register / login

    An SSL certificate is worth every penny. Generally, people will not buy without it. Also, you get to brag about it in your privacy page.:P
  35. Replies
    6
    Views
    732

    Re: paypal vs register / login

    Correct.
    If you do not have, or do not wish to purchase an SSL certificate, you should ONLY use methods which do not compromise customer privacy.
    For the record, removing fields such as date of...
  36. Replies
    42
    Views
    4,494

    Re: Model List support

    I'm betting a lot of those errors are caused by the corner seal - the model_list errors start at line 178.
  37. Replies
    42
    Views
    4,494

    Re: Model List support

    The other plugin was Corner Site Seal. Sorry about crossposting, but I thought it might be relevant.
  38. Replies
    42
    Views
    4,494

    Re: Model List support

    As much as I love this plugin, I'm sorry to tell you it's throwing me validation errors.... go to my page http://opticalnow.ca and hit the validated by WC3 link to see the culprit. On my site it's...
  39. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    Model List Plugin - the answer to my navigation and SEO needs.
    I also added Corner Site Seal for a new look, and removed a lot of stuff from the footer.
    whatcha think? http://opticalnow.ca
  40. Replies
    42
    Views
    4,494

    Re: Model List support

    :flex:
    Awesome. This was exactly what I needed, it lends presence to seo by having our product names, discretely, plastered on the front page.
    Thanks again!:yes:
  41. Replies
    42
    Views
    4,494

    Re: Model List support

    the product lists. I'm using it live on http://opticalnow.ca

    I'd like it to hover over the left column 205 px limit...
  42. Replies
    42
    Views
    4,494

    Re: Model List support

    This looks great :) On sticking it in a sidebox it gets trapped in the row though... Is there any way to float the list out of the row?
  43. Replies
    42
    Views
    4,494

    Re: Model List support

    found it in includes\languages\english\extra_definitions\YOUR_TEMPLATE
    never mind!
  44. Replies
    42
    Views
    4,494

    Re: Model List support

    WOOT! I love this contribution Glenn, Thanks!
    :bigups:
    I'm fiddling with this on my private server, and I can't seem to make it run on names instead of model numbers, what would I change?
  45. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    Transfer is complete now. We ran into several unexpected issues, such as the email settings in zen cart (was sendmail - needed to be php)
    :oops:
    One I didn't expect was conflicting mailservers -...
  46. Replies
    46
    Views
    5,451

    Re: zen cart for contact lenses?

    Update:

    We've managed to migrate the site and database to our new host, turning a 15 second page load into a 4 second load. (Thanks Kobra!) Still a bit high, but a significant improvement.
    ...
  47. Replies
    2
    Views
    746

    Re: HTML coding not working

    if you're entering html directly anyway, why not manually edit the files at /includes/languages/english/html_includes/your_template_dir
    notepad++ for the win :lamo:
  48. Replies
    2
    Views
    505

    Re: Remove Address Details

    Not advised. Removing the customer's address will break most payment modules. I had similar problems removing the phone number using beanstream's interac module. There are ways to use paypal...
  49. Replies
    3
    Views
    1,124

    Re: Am I in upgrade mode?

    If you have no products in your database to be concerned about, proceed with a clean install. If you are upgrading because you already have products, you need to point your install at the old cart's...
  50. Re: Only 4 products, need PP pro integrated on site, is ZC what I need?

    Best be careful what you start removing from zencart. There are ways to use PayPal without login (avoiding the need for ssl) - You might want to consider approaching the issue with wordpress and a...
Results 1 to 50 of 108
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR