Search:

Type: Posts; User: meeven

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    686

    Help with configuring shipping/payment

    Since the payment gateway integration is not ready, we have turned off the payment modules. So, when we do a test checkout and it gets to Step 2, it says the following:



    Is there a way to:

    ...
  2. Replies
    14
    Views
    3,611

    Re: Attribute keeps adding base price

    Thanks nrg77. That clears things up for me.
  3. Replies
    14
    Views
    3,611

    Re: Attribute keeps adding base price

    Is this how you would advise me to handle stuff on my bookstore too? I have books with paperback and hardcover editions, each of which is differently priced. I have been wondering how to set the two...
  4. Replies
    6
    Views
    1,281

    Re: Removing search link

    Thanks. I looked at that but didn't find a way to turn off only the 'Advanced search' link. Or, am I missing something?
  5. Replies
    6
    Views
    1,281

    Re: Removing search link

    Done, I commented out the link to the advanced search page in includes/templates/template_default/sideboxes/tpl_search.php
  6. Replies
    6
    Views
    1,281

    Removing search link

    I want to remove the advanced search option link from the sidebox as I am using Moku's book product type which has an updated version by hareslade that gives an excellent drop-down, multi-search box....
  7. Replies
    3
    Views
    1,098

    Re: Trouble understanding "call for price"

    Thanks. Does this mean that we create a $1.00 product where the customer has the ability to edit the quantity, so if the price is $30, the customer chooses 30 as the quantity? I am not sure I...
  8. Replies
    5
    Views
    1,472

    Re: Testing checkout with a non-dummy card

    Thanks a bunch, Dr.Byte.

    I used a real card with cc.php and the transaction did go through. I realized that both the communication with the gateway and real time card validation on the gateway...
  9. Replies
    5
    Views
    1,472

    Re: Testing checkout with a non-dummy card

    Thanks, azrahn and Dr.Byte.



    I assume you meant doing this in the merchant account interface?

    One thing I forgot to mention is that I don't have the payment gateway code yet. I am trying...
  10. Replies
    5
    Views
    1,472

    Testing checkout with a non-dummy card

    I have tested the checkout with the dummy card (4111111111111111) provided by ZenCart and the transaction goes through. Is there any way to do a similar test using a real credit card, but without...
  11. Replies
    3
    Views
    1,098

    Trouble understanding "call for price"

    I noticed that when a product is call for price, there is a link to the site's contact us form. Does this mean that such a product cannot be added to the cart in ZenCart? Assuming I tell the customer...
  12. Replies
    646
    Views
    195,891

    Re: Product Type Book (by moku)

    Hareslade, sorry to hear that.

    And, yes, the auto-notification feature doesn't seem to work. I never received these latest updates.

    By the way, thanks to you for taking up Moku's work and...
  13. How to specify multiple options within a table-rate shipping module?

    I am using the table rate module as we mostly use the local post office for shipping books. But, I am a bit lost on how to specify multiple options within a table rate shipping module.

    To give an...
  14. Clone a shipping module or define a new shipping attribute under table rate module?

    For a site I am working on, we are using the table rate (using weight) as the preferred shipping module. The actual mode of shipping is by airmail and the rates are as defined by our local post...
  15. Replies
    0
    Views
    689

    Shipping configuration woes

    For an online bookstore, I am having trouble configuring various shipping options:

    1.) There are three modes of shipping to be accounted for, viz., surface mail, airmail and seamail
    2.) Each mode...
  16. Re: Trouble extending middle column to the right

    Not sure if this is the right way of doing it, but I got the look I wanted by setting Column width- Right boxes and Column width- Right to 0 px in Configuration > Layout Settings.
  17. Trouble extending middle column to the right

    I turned off the right column entirely for a site in development because the client wanted an uncluttered look. Ever since, I can't get the middle column to extend to the right. Any hint about where...
  18. Replies
    3
    Views
    3,556

    Re: How to correct SQL syntax error?

    Thank you! Don't know how you manage to do it, but your tips are so handy:cool:

    I am finally done with the install, thanks entirely to you.:D
  19. Replies
    3
    Views
    3,556

    Re: How to correct SQL syntax error?

    Corrections: The MySQL version is 5.0.27

    Also, the drop table and delete commands got executed, it's just the INSERT commands that won't work and the book product type is useless without the stuff...
  20. Replies
    3
    Views
    3,556

    How to correct SQL syntax error?

    I am trying to install Hareslade's version of moku's book product type. When I upload the main sql patch file, I get the following error:



    Can anyone help correct this error? What changes would...
  21. Replies
    10
    Views
    3,946

    Re: Fatal error during admin login

    Problem solved. Thank you very much.:smile:
  22. Replies
    10
    Views
    3,946

    Re: Fatal error during admin login

    Wonderful, thank you.

    I am going to try this right away.
  23. Replies
    10
    Views
    3,946

    Re: Fatal error during admin login

    Thanks again:smile:

    The reason I did the restore is that I got caught in a rather convoluted situation. I was trying to install Harslade's book product type, so I took a backup of the install...
  24. Replies
    10
    Views
    3,946

    Re: Fatal error during admin login

    Thank you. It's about a week old.

    Is there any way to recover from this?

    Meeven
  25. Replies
    10
    Views
    3,946

    Fatal error during admin login

    I had to re-install zencart from a backup, but when I go to the admin area now, I am getting the following error:



    Does anyone have a suggestion on how to resolve this?

    Thanks.
  26. Replies
    646
    Views
    195,891

    Re: Product Type Book (by moku)

    I am facing a bit of frustration getting this to work. :dontgetit

    I have uploaded all the files, but can't figure out the cryptic, "3. Apply SQL in folder RUN_THIS_SQLPATCH_FOR_DATABASE in zencart...
  27. Replies
    646
    Views
    195,891

    Re: Product Type Book (by moku)

    Sorry about the double post. I have no idea how it happened.
  28. Replies
    7
    Views
    2,101

    Re: How do I create a new payment module?

    Thanks!

    So, that means one needs to create two modules, one a clone of the payment module and the other a clone of the credit card module? Okay, I will wait until you're through with the...
  29. Replies
    646
    Views
    195,891

    Re: Product Type Book (by moku)

    I have a few questions about the product type book mod. It seems to fill a great need, judging by the fact that this forum post has one of the largest number of views. My qeustions are:

    Is this...
  30. Replies
    7
    Views
    2,101

    Re: How do I create a new payment module?

    Thanks for the pointer. But, if you don't mind, could you please tell me exactly where you put that code from your payment gateway company? I am still a bit lost on that.
  31. Replies
    646
    Views
    195,891

    Re: Product Type Book (by moku)

    Is the product type book recommended as the only way for building a bookstore? I notice in the README_main_book_install.txt that it talks about a few core files being replaced. What implications does...
  32. Replies
    7
    Views
    2,101

    Re: How do I create a new payment module?

    Thanks! I saw a post that explained how to customize a shipping module.

    But, I wonder if I didn't express myself clearly. What I basically want to do is to integrate the code of my payment gateway...
  33. Replies
    7
    Views
    2,101

    How do I create a new payment module?

    How do I go about integrating the payment gateway code from a payment gateway provider not currently available in ZenCart? Do I need to build a module? Is there an API that I can handover to a...
  34. Replies
    2
    Views
    1,806

    Re: Moving from subdomain to main domain

    Wonderful:smile:

    Thank you for pointing me to the right resource.
  35. Replies
    2
    Views
    1,806

    Moving from subdomain to main domain

    I have a test install at http://subdomain.example.com.

    If I want to move it to www.example.com, is it just a question of dragging and dropping the zencart files at the root of the domain and then...
  36. Replies
    7
    Views
    1,979

    Re: Advice needed on SSL

    Thanks, Vger. I have been advised on the cPanel forums to define a hosting package in WHM with a dedicated IP, move the site to that hosting package and then use the change IP function to move it to...
  37. Replies
    7
    Views
    1,979

    Re: Advice needed on SSL

    Just realized that I would have one difficulty. The hosting account is on a shared IP and I ordered a dedicated IP thinking that I could use it for secure.example.com (isn't it true that a non-shared...
  38. Replies
    7
    Views
    1,979

    Re: Advice needed on SSL

    Many thanks for the tips, Vger and Website Rob.

    I have zencart installed at the root of the domain, so I assume that my configure.php files will look like this?

    includes/configure.php...
  39. Replies
    7
    Views
    1,979

    Advice needed on SSL

    Hi,

    Can experienced Zenners here advise on whether SSL should be got for the entire domain (www.example.com) or for the subdomain (secure.example.com)? In my case, I am going to install the store...
  40. Re: Bunch of install files- which ones shoudl I use?

    In the installation article at https://www.zen-cart.com/tutorials/index.php?article=107



    Can I install in the webroot of a domain- that is, directly in the public_html directory? In other...
  41. Re: Bunch of install files- which ones shoudl I use?

    Great, so it's the zen-cart-v1.3.7-full-patched-07052007.zip file then. Many thanks.:smile:
  42. Bunch of install files- which ones shoudl I use?

    Trying to install zencart and I see a bunch of files here:
    http://sourceforge.net/project/showfiles.php?group_id=83781&package_id=171544

    Is there a package that bundles all these patches into one...
  43. Re: Is it impossible to configure these in ZenCart?

    I was just hoping these features are available by default.:dontgetit

    As I am just starting with ZenCart and hardly have any coding skills nor a big budget from my client, I am a bit hesitant as...
  44. Is it impossible to configure these in ZenCart?

    One of my clients finally gave the go-ahead to implement a simple, online book store. I had looked at ZenCart months ago and decided it was the best choice.

    However, when I was just about the...
  45. Replies
    6
    Views
    1,289

    Can ZenCart do these?

    I have an enquiry from a publisher of spiritual books who wants to set up an online book store for shipping the books mainly to their global customers. The client has some specific requests, so I...
  46. Re: ZenCart for a Front Page site on a linux server

    Thanks a lot. Those links are indeed helpful.
  47. ZenCart for a Front Page site on a linux server

    Hi,

    My first post here.:smile:

    I have a client, a charity for HIV/AIDS affected who are running a design consultancy to raise money for the patients. Their site is done using FP and is hosted...
Results 1 to 47 of 47
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR