Search:

Type: Posts; User: forced

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    761

    Re: Product Page format info right of image

    In your css, you could try a "float:right" on the productMainImage tag.
  2. Replies
    2
    Views
    875

    Re: Two Separate Checkouts?

    You could also try the "Admin login as customer" and enter the order as them.

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_41&products_id=829
  3. Re: Adding custom field to Order Confirmation Email

    Just to finish up and show what I did for others in the future. On the order.php file, I added:

    $html_msg['STYLIST'] = $this->info['stylist'];
    at line 949 which was in the //intro area of the...
  4. Re: Adding custom field to Order Confirmation Email

    I added it to the $this->info array at line 337 and it showed up on the order confirmation email!!!

    :clap:

    Now I just need to get it to show up on the HTML emails. Any ideas on that. I have...
  5. Re: Adding custom field to Order Confirmation Email

    In my order.php at line 337:
    $this->info = array('order_status' => DEFAULT_ORDERS_STATUS_ID,

    and at line 388
    $this->customer = array('firstname' =>...
  6. Re: Adding custom field to Order Confirmation Email

    I'll try to add a bit more of what I did to get to this place.

    For the "$this->info array" in the includes/classes/order.php, I added the last line here:


    $this->info = array('currency'...
  7. Adding custom field to Order Confirmation Email

    Hi All! I have added a custom field to the order table and would like it to show up on the order confirmation emails. I have added it to display in the admin/orders.php and that works fine. I am...
  8. Re: Upgraded, pricing not showing in IE, but shows in Firefox

    I checked on a Vista Machine with IE8 and the prices were fine. I guess it was just my browser. o well.

    :clap:
  9. Re: Upgraded, pricing not showing in IE, but shows in Firefox

    Well, on the XP machine, I reset the IE settings and now they show up. I'm not sure what was checked in the settings that would have made this happen though. I guess you can mark this as solved!...
  10. Re: Upgraded, pricing not showing in IE, but shows in Firefox

    Hi Ajeh,
    Thanks for taking a look.

    On my XP machine with IE 8, the prices show "0".

    On my XP machine with FF 3.6, the prices show fine.
    On a Win7 machine with IE 8, the prices show fine.
    Im...
  11. Re: Upgraded, pricing not showing in IE, but shows in Firefox

    I just tried to use the classic green template and it still shows "0" in the price field. :blink:
  12. Re: Upgraded, pricing not showing in IE, but shows in Firefox

    In IE, in the Admin, the prices show everywhere.
  13. Upgraded, pricing not showing in IE, but shows in Firefox

    I just upgraded from 1.3.8 to 1.3.9h. If you view a product list or the actual product page, it shows a "0" for price in Internet Explorer. If you use Firefox and go to the same page. All the prices...
  14. Replies
    15
    Views
    2,108

    Re: Cloned Flat Rate Not Showing

    And then I used your World Shipping Less US Zone!

    http://www.zen-cart.com/forum/showpost.php?p=224888&postcount=5

    You rock!

    :bigups:
  15. Replies
    15
    Views
    2,108

    Re: Cloned Flat Rate Not Showing

    Well I started with a fresh copy of flat.php and went through carefully replacing flat to flatint and FLAT to FLATINT. I uploaded them again and now:
    ...
  16. Replies
    15
    Views
    2,108

    Re: Cloned Flat Rate Not Showing

    All the rest are there.

    http://www.urbansparrowdesigns.com/images/shipping_modules.jpg
  17. Replies
    15
    Views
    2,108

    Cloned Flat Rate Not Showing

    Cloned Flat Rate Not Showing in Shipping Modules Admin.

    I cloned the flat.php files to flatint.php files. I also changed all the references in the files from flat to flatint and FLAT to FLATINT. I...
  18. Re: Customized attribute template not passing attribute selection to shopping cart

    Well I got this one solved. I used a script from the following URL:
    http://roshanbh.com.np/2007/12/change-dropdown-list-options-values-from-database-with-ajax-and-php.html

    Now it works! Check it...
  19. Re: Customized attribute template not passing attribute selection to shopping cart

    Morning bump! :hug:
  20. Re: Customized attribute template not passing attribute selection to shopping cart

    So I changed the id[5] to year and the id[6] to color and the page will work. However, as before, the attributes do not get passed to the shopping cart. :shocking:

    So the special characters "["...
  21. Re: Customized attribute template not passing attribute selection to shopping cart

    I'm not sure if I found something or not.

    The actual code I am using in the onchange is:
    document.cart_quantity.id[5].options

    When I get an error, it shows...

    Line: 357
    Error:...
  22. Re: Customized attribute template not passing attribute selection to shopping cart

    I see the title of the thread changed. Thanks! (I think:D) This does seem a more appropriate title.
  23. Customized attribute template not passing attribute selection to shopping cart

    I'm so close to finding a solution! I thought I had everything wrapped up for my project, but ran into a problem.

    Here's the page I am working on:...
  24. Replies
    3,557
    Views
    541,148

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    I've tried mixing the attributes, but get the same results. :(

    Any suggestions? :frusty:
  25. Replies
    3,557
    Views
    541,148

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Here is my link...
    http://www.cacorvettecustoms.com/index.php?main_page=product_info&cPath=1&products_id=2

    I am using this add on and also need to do a mass addition. Im not using it for stock,...
  26. Replies
    1
    Views
    857

    Re: Edit product link on product page

    bump for myself. :D
  27. Replies
    8
    Views
    1,148

    Re: Contact Us form goes to add product?

    I ended up just using the "ask a question" contribution and changing the variables and added the query to pull the retail price and my sale price. Then I changed the email addresses around so that...
  28. Replies
    8
    Views
    1,148

    Re: Contact Us form goes to add product?

    Doesn't this header_php.php page get called when the main_page is the "email_price_quote"? This error is happening on the "product_info" page.
  29. Replies
    8
    Views
    1,148

    Re: Contact Us form goes to add product?

    I got an email saying the error had to do with the zen_draw_form line in the page. I tried taking that out and using an html form line and it seemed to do the same thing... :shocking:
  30. Replies
    8
    Views
    1,148

    Re: Contact Us form goes to add product?

    Here is my code...

    This is in the tpl_product_info_display.php

    <!--bof Email For Price -->
    <div id="askQuestion" class="biggerText">
    <?php echo zen_draw_form('email_price_quote',...
  31. Replies
    8
    Views
    1,148

    Re: Contact Us form goes to add product?

    Does it make sense that in the source code it shows the correct URL, but when you actually click the button it goes to a different URL?
  32. Replies
    8
    Views
    1,148

    Re: Contact Us form goes to add product?

    im not sure if this is the right spot to ask this question?

    :blink:
  33. Replies
    8
    Views
    1,148

    Contact Us form goes to add product?

    Zen Cart v1.3.8a
    I am using the ask a question contribution and contact us pages to email a price quote to the customer. When I go the product page and hover over the button, or push it, it appears...
  34. Replies
    1
    Views
    857

    Edit product link on product page

    Hi Gang. Is there a way to have an "edit" link show up on a product page when I am logged in as the Administrator? I go back and forth between the live page and the admin page quite a bit and it...
  35. Re: How can I setup a discliamer at the bottom of all product pages?

    OOops forgot to put a link:
    superchargersuperstore.com
  36. Re: How can I setup a discliamer at the bottom of all product pages?

    I used this to add a disclaimer for product photos. Worked perfect. thanks!
    :clap:
  37. Replies
    4
    Views
    1,771

    Re: Turn off shipping cost estimator background

    That helped me.
    Thanks!
  38. Replies
    1,858
    Views
    528,487

    Re: Wordpress On Zencart / Released

    Thank you for this contribution! I have it added into my site and showing up on my front page! Now I have some CSS work to do on it!

    :clap:

    Steve...
  39. Replies
    3
    Views
    1,462

    Re: Blacked out password field in Firefox, not IE

    That'll do the trick...

    Thanks!

    :clap:
  40. Replies
    3
    Views
    1,462

    Re: Blacked out password field in Firefox, not IE

    This also happens in the "search" boxes
  41. Replies
    3
    Views
    1,462

    Blacked out password field in Firefox, not IE

    Blacked out password field in Firefox, not IE.
    http://www.flatoutimaging.com

    Not sure if this is css related, When you type in any of the password fields on the site, the box goes all black and...
  42. Google Analytics showing main_page=shopping_cart&number_of_uploads=0

    Hi all,
    I have something wierd that I want to show everybody. My site is working fine and I have analytics installed. In my top exit pages I have an entry for:
    ...
  43. Re: Flat Rate Shipping On Only One Product In Store

    Thanks Linda, I think I see what you mean. There is nothing now that has them flagged for $125 shipping. Nothing in the store has 0 wieight right now. So I need to make these 0 lbs and then customize...
  44. Replies
    450
    Views
    124,967

    Re: News & Article Management

    bump

    :lookaroun
  45. Replies
    450
    Views
    124,967

    Re: News & Article Management

    I have the news working, but I have an issue with the RSS Feed. I get:

    I found that the <?xml has to be at the beginning of the page on line 1. When I look at the source for the page, it's on line...
  46. Replies
    125
    Views
    42,812

    Re: Is there a functioning FedEx module for 1.3.8a?

    DrByte's fix worked for me... im on 1.3.8a

    :clap:
  47. Re: Flat Rate Shipping On Only One Product In Store

    I would like to have the $125 plus whatever the weight based charge would be for the other items.

    I would like the amount to double for 2 items, triple for 3, etc.

    I would multiply the number...
  48. Replies
    4
    Views
    7,561

    Re: php check domain name and then redirect

    Thanks for the help guys! I tried using the strstr() but couldnt figure out how to make it work. Like if I needed to say true or false, etc. I will look further into something like a .htaccess file....
  49. Replies
    4
    Views
    7,561

    Re: php check domain name and then redirect

    I forgot to add that I am on a windows box so I can't use .htaccess and I am on v1.3.8a.
  50. Replies
    4
    Views
    7,561

    php check domain name and then redirect

    Here is my issue in a nutshell. I have 2 domain names:
    www.aacorvette.com is the primary
    www.aandacorvette.com is the secondary and setup as a domain alias

    I have an SSL for www.aacorvette.com...
Results 1 to 50 of 61
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR