Search:

Type: Posts; User: tlahtine

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    526

    Deferred confirmation

    I'm developing a new payment module, where the user moves to an external page for payment and then return to Zen cart where the order is completed. Nothing unusual here.

    But the interface also has...
  2. Replies
    9
    Views
    3,636

    Re: Install Zent cart on Amazon cloud servers?

    You are absolutely right, pretty much any LAMP installation would do it from Zen-cart point of view.

    However, Im not too keen on starting from zero as I'm quite confident that there are already...
  3. Replies
    9
    Views
    3,636

    Re: Install Zent cart on Amazon cloud servers?

    Me too!

    Any hints how to do this would be valuable.

    To start with: what would be the best AMI to start with?
  4. Replies
    696
    Views
    169,084

    Re: Better Together Contribution Support Thread

    Here's what I want to do:
    Customer buys product A with option 1 and product B with option 1 and gets a discount.

    Customer buys product A with option 1 and B with option 2 and gets no discount.
    ...
  5. Thread: Bogus orders

    by tlahtine
    Replies
    1
    Views
    679

    Bogus orders

    In my site, when a customer makes a purchase, she goes to an external site for payment and comes back via a return link.

    Apparently now, if the return #1 is being processed and she follows the...
  6. Replies
    1
    Views
    2,528

    messageStack question

    What is the difference between


    add
    and

    add_session
    ?
  7. Replies
    1
    Views
    437

    Re: Breadcrum Path for ez-pages?

    Answering to myself: I checked the code and this is not possible. However, I modified the code to achieve what I needed.

    Anyone else interested in similar functionality? With a little extra effort...
  8. Replies
    1
    Views
    437

    Breadcrum Path for ez-pages?

    I have an EZ-page, which contains links to other EZ-pages.

    Now I would like to have a path (for the Breadcrumb) like
    main page >> EZpage1 >> EZpage2

    How do I do that?
  9. Replies
    2
    Views
    2,182

    shoppingCart->add_cart quantity?

    I'm writing a modification where I add products to the shoppingCart with add_cart function. However, in a case where there is already one product with the same id, the product is not added, but the...
  10. Thread: Sales report

    by tlahtine
    Replies
    2
    Views
    1,420

    Re: Sales report

    No luck. It does not show the summary for each tax class. In fact, it does not show the tax class at all, only the amount of tax paid. :(
  11. Thread: Sales report

    by tlahtine
    Replies
    2
    Views
    1,420

    Sales report

    I'll be opening my shop soon and had s discussion with my accountant on what information I must deliver to her.

    I would need a sales report that displays summary of sales for a month for each tax...
  12. Replies
    4
    Views
    541

    Re: Product listing in other site

    Thanks a lot! This looks very promising! :smile:
  13. Replies
    4
    Views
    541

    Re: Product listing in other site

    I'm not after any complex inter-store integration system, but simply more or less the same product listing there currently is in Zen-cart just displayed at another site. Clicking a product link...
  14. Replies
    4
    Views
    541

    Product listing in other site

    I'm developing an online shop, which basically will be selling products on others behalf.

    Now, for the sellers I would like to provide a functionality, so that they can display their products for...
  15. Re: different shipping methods for different product types in the same order?

    Already had a look on their demo and seems that it does not have this functionality. Thanks for the hint anyway!

    I think a shipping module alone is not enough, but modifications are needed also...
  16. different shipping methods for different product types in the same order?

    Here's what I need to accomplish:

    I have 2 different types of products. Let's say a small product type A which I can deliver via two different mail options, and product type B which I can deliver...
  17. Replies
    3,720
    Views
    819,182

    Re: Zen Lightbox...

    Seems that the zen lightbox does not work with all browsers. It does not load the picture, just displays an empty white box with the following browsers I tested:
    Opera 9.51
    Google Chrome 7.0.517.41...
  18. Replies
    3,041
    Views
    776,750

    Re: Apple Zen Support Thread

    Got it, stupid spelling mistake...:blush:
  19. Replies
    7
    Views
    1,142

    Which cross sell mod is the best?

    There are quite many cross sell addons for zen-cart. Which one would you recommend? and why?
  20. Replies
    3,041
    Views
    776,750

    Re: Apple Zen Support Thread

    Maybe a stupid question but I just can't get it right...

    How do I change the color of links? I'd like to change the link color, but seems that changing a:link definition in the stylesheet.css just...
  21. Re: Usability question: is cart restore a Good Thing?

    During cart restore it checks nothing. This is the part that is not implemented, yet.
  22. Re: Usability question: is cart restore a Good Thing?

    I have to admit that "Amazon does so" is indeed a strong argument.

    Some of the products I will be selling will have an expiry date. I have made a modification that checks the expiry date and does...
  23. Usability question: is cart restore a Good Thing?

    Think about the following scenario:
    User is logged in, adds a product to the cart, logs out(logs out explicitly or just leaves site and timeouts).

    She comes back later and logs in. Now the...
  24. Error in validating dates in advanced search

    Advanced search page uses the DOB_FORMAT_STRING for displaying the correct format for the user. Hence the DOB_FORMAT_STRING has to be localized.

    The bug is that the same DOB_FORMAT STRING is...
  25. Replies
    4
    Views
    368

    Re: Different tax for product and attributes

    Major job or not, it has to be done :cry:

    Would it be enough to change the functions in functions_prices.php
    (+ db and admin) or do I have to make changes elsewhere?
    Any advice would be great...
  26. Replies
    4
    Views
    368

    Re: Different tax for product and attributes

    Setting up separate products is unfortunately not an option in my case.

    Any hints what parts of the code I need to change?
  27. Replies
    4
    Views
    368

    Different tax for product and attributes

    I have an issue with VAT (tax) and how to set them.

    I have a product, which is priced by attributes. One attribute is the price of the actual product, which has lower tax and another is a type of...
  28. Replies
    2
    Views
    601

    Re: Strange product id in shopping cart

    Thanks a lot!

    Can I use the hash somehow i.e. decode what are the attributes selected?
  29. Replies
    2
    Views
    601

    Strange product id in shopping cart

    I'm developing some code for an observer, notified by NOTIFY_CHECKOUT_PROCESS_AFTER_ORDER_CREATE_ADD_PRODUCTS, i.e. after the order has been made.

    I'm going trough the content of shopping chart...
  30. Replies
    1
    Views
    580

    Re: Customer specific downloads

    Would you be doing the customisation by hand or automatically?

    I would actually need to generate the download file after purchase, but this seems not to be supported at the moment. It is only...
Results 1 to 30 of 32
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR