Search:

Type: Posts; User: sitehatchery

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Attribute Price to Appear in Shopping Cart

    I should have initialized $display_price and $price before the code was executed:

    $display_price='';
    $price='';
  2. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    Ropu, Google checkout has been working for quite a long time on Zen Cart 1.3.7. PHP 5.2.9. MySQL 5.1.30.

    My customer notified me that it is not longer working.

    Checked SSL - good, on list....
  3. Re: Difference between "Product Qty Units" and "Products Quantity"

    Thanks! I didn't realize this was answered until just now. Thanks so much. Reading this thread helps clarify it.
  4. Re: Attribute Price to Appear in Shopping Cart

    Thanks!
  5. Re: Attribute Price to Appear in Shopping Cart

    This was a long time ago, but it's top of google for "zen cart itemize attributes", so I'll give a fix here to save people the trouble:

    tpl_shopping_cart_default.php

    Comment out:

    <li><?php...
  6. Re: Itemize Attribute prices in shopping cart

    This was a long time ago, but it's top of google for "zen cart itemize attributes", so I'll give a fix here:

    tpl_shopping_cart_default.php

    Comment out:

    <li><?php echo...
  7. Replies
    0
    Views
    613

    Attribute Prices on Shopping Cart

    When the shopping cart is displayed, it just shows the total amount for the parent item and attributes. Unfortunately, it doesn't break down the prices for each attribute. The same is true on the...
  8. Replies
    0
    Views
    610

    Zones Shipping Module

    Using Zen Cart 1.3.8

    The Zones Shipping Module is overriding all my other shipping options. I don't want this.

    For instance, I have UPS and perweight shipping set up for US orders. Then I have...
  9. Replies
    2,176
    Views
    496,781

    Re: Fast and Easy Checkout for Zen Cart

    Anybody?


    When I'm at the billing page and enter the billing information and press the "Continue to Checkout" button, it doesn't advance to the next page and clears out everything I just entered.
  10. Replies
    2,176
    Views
    496,781

    Re: Fast and Easy Checkout for Zen Cart

    Using the latest version of Zen Cart - fresh install. Just downloaded fresh version of Fast and Easy Checkout and installed.

    When I'm at the billing page and enter the billing information and...
  11. Replies
    32
    Views
    11,491

    Re: EU Standard Bank Transfer

    Does this work in the US?
  12. Replies
    15
    Views
    2,646

    Re: Announcement or News Plugin

    The link you gave is a 404 error page.
  13. Replies
    15
    Views
    2,646

    Re: Announcement or News Plugin

    Thanks, Misty. I've installed this module, but it doesn't give me a page with multiple posts. It's just one post and then links to other posts. Unless there's a way to configure it.
  14. Replies
    15
    Views
    2,646

    Re: Announcement or News Plugin

    Thank you, Kobra. As far as I can tell though, the TOC is only available as a side box. I couldn't get it to work otherwise with summaries all laid out on one page.
  15. Replies
    15
    Views
    2,646

    Re: Announcement or News Plugin

    I don't see how to do this in EZPages except to build a static page of posts.
  16. Replies
    450
    Views
    124,678

    Re: News & Article Management

    This is exactly what I'm looking for. How do I do this?
  17. Replies
    15
    Views
    2,646

    Re: Announcement or News Plugin

    I'm looking for something that posts one entry after the next and sorts entries by date - but nothing as advanced as a blog. EZPages or documents give you too much control over the page - my client...
  18. Replies
    15
    Views
    2,646

    Re: Announcement or News Plugin

    I was a bit vague. I do have Zen Cart installed and I've been looking at the Zen Cart plugins, trying to find something that will show announcements in a way similar to the link I gave.
  19. Replies
    15
    Views
    2,646

    Announcement or News Plugin?

    I've been looking for a very simple announcement/news/mini-blog plugin that might produce something that looks like this:

    http://smartwebsecurity.com/leawagner/secrets.asp

    It should not be some...
  20. Replies
    3
    Views
    2,167

    Re: Option Value Sample Image

    Well, that's half of it. What I want to do is change the main product image if the user clicks on a sample image or selects the option from the dropdown list.

    I've gotten as far as switching the...
  21. Replies
    3
    Views
    2,167

    Option Value Sample Image

    I know that I can upload an attributes image swatch for a particular product. I'm using an ajax module to swap the main image with the uploaded image swatch.

    However, is there a way (or a...
  22. Product Attributes with manufacturers ID

    When shop owners order from manufacturers, often the individual product attributes are identified with their own product ID.

    For instance:
    123HAT = white hat
    123HAT-RD = red hat
    123HAT-BL =...
  23. context categories/products, granular nav, context nav

    Not sure what to call it, but I have the main product categories laid out horizontally at the top of the page.

    I want to have only the categories and products which are specific to that main...
  24. Re: Mass application of values/names through SQL?

    I've downloaded EP and have played with the pro version. As far as I can tell, there is no support for product attributes - only the products.

    Also, it looks like you can only drill down one...
  25. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    Here was my thread on this a while ago:

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

    It shows one reason why it doesn't work on IIS.
  26. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    Show me an example.
  27. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    I only go through options because it took me over 65 hours to finally get it installed. I started on IIS - after just under 40 hours researching, testing, etc, I finally discovered (through my own...
  28. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    What is the message you get in your google account when you try to process an order?

    Also, are you in sandbox mode?
  29. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    Your callback url should be https://domain/googlecheckout/responsehandler.php

    What I've found is that shared SSL certs I tried did not work. Google is strict with regard to SSL certificates. For...
  30. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout Return URL

    Nice! It works perfect now.

    My host tells me that I am not php over cgi. However, I had to do the following to make it work:

    1. Set permission to googlecheckout directory to 777
    2. Configure...
  31. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout Return URL

    Ok, s it says in admin:
    "redirects to checkout process to process the order"

    So, I set it to checkout_process

    Problem is, when I return to checkout_process it gives me the error:

    "Whoops!...
  32. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout Return URL

    Concerning what to place for the google checkout return url in admin:



    I couldn't find anything.

    Who has a working googlecart installed? And what do you have it set to?
  33. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout Return URL

    Concerning, what to set the Google Checkout Return URL to:




    Well, no. In Admin->Modules->Payment->GoogleCheckout

    The field named Google Checkout Return URL.

    It tells google where to go...
  34. Replies
    3,931
    Views
    1,026,279

    Google Checkout Return URL

    What do I use for the Google Checkout Return URL? It redirects to checkout process to process the order.

    The problem is that zen cart is not processing the order.

    However, everything is...
  35. Replies
    5
    Views
    1,098

    Re: Shipping override per product

    I'm a coder, but I am new to the Zen Cart (only built this one site). Thanks for your input.
  36. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    Working on a solution to the Anti-IIS Google Checkout. Not working yet, but here is the progress. Maybe someone knows what I'm doing wrong?

    The idea is that it would eventually work on a Windows...
  37. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    Ok, I wish there was documentation somewhere which said that this ONLY works on an Apache server! I've spent weeks on this trying to figure out why it wouldn't work! Searched just about every forum...
  38. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    My issues, questions and server details: Post # 1382

    There is no error. However, I'm on an IIS server, so the .htaccess doesn't work. I have to use Windows Authentication. But, there is no...
  39. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    Regarding Post # 1382

    Note: If you notice that responsehandler_test.php doesn't show anything useful, it's because I have googlecheckout disabled when I am not working on it.

    Has google...
  40. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    I believe this was in response to my question (Post # 1382).

    It is a private SSL certificate which the client paid for. I checked the chain of providers and there are no missing providers. Google...
  41. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    See Thread #1382 as a reference.



    No extra space.
  42. Replies
    3,931
    Views
    1,026,279

    Re: Google Checkout module for Zen Cart (beta)

    I know this has probably been answered somewhere but I have been searching and trying to come up with a specific solution for a couple weeks now (about 40 hours trying to get this to work).
    ...
  43. Replies
    7
    Views
    3,592

    Re: google checkout problems

    Alright, I'll try it on the mother google thread.
  44. Replies
    7
    Views
    3,592

    Re: google checkout problems

    fopen enabled on this server.

    Could it be that google checkout is not compatible with IIS servers?

    Another question: do I need to password protect the googlecheckout directory, using the...
  45. Replies
    5
    Views
    1,098

    Re: Shipping override per product

    Thanks! How would I add this value would be added to the shopping cart?
  46. Replies
    7
    Views
    3,592

    Re: google checkout problems

    Thanks birdoasis. In the sandbox.google.com account under integration, it gives the data that is shown on: http://www.artzquest.com/responsehandler_test.php

    It says that there is an authentication...
  47. Replies
    7
    Views
    3,592

    Re: google checkout problems

    There's about 50 sub-threads in that thread. There are a lot of people who have posted questions there and have not received an answer. Those who are already engaged in on going sub-discussions seem...
  48. Replies
    5
    Views
    1,098

    Re: Shipping override per product

    Any thoughts on this?
  49. Replies
    7
    Views
    3,592

    google checkout problems

    I know this has probably been answered somewhere but I have been searching and trying to come up with a specific solution for days. Funny, I told the client 5 hours for the install and I've been at...
  50. Replies
    5
    Views
    1,098

    Shipping override per product

    I'd like to be able to do the following:
    1. Set the shipping options for all products.
    2. Override the global shipping options for a single product with independent settings.

    For instance, I...
Results 1 to 50 of 77
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR