|
Contact Details E-mail: support@webgenie.com Phone: +61 8 8339 1206, 9am-5pm; GMT+9:30hrs Fax: +61 8 8339 1206 Further Help: E-mail Box |
|
Q: When I click on 'prepare the order' - the basket is always empty. No matter what or how much I'm ordering.
A: The main source of error in this case is that the Cookies are turned off on your browser. Please check under Edit|Preferences|Advanced (NetScape). Not required under MSIE but you can test if the cookie is being set by checking 'Warn before accepting cookies' under View|Options|Advanced top
Q: I have a problem with the currency symbol. The default in your program is $ but my prices are going to be in PTS and DKK. How do I do that? I have tried without the currency symbol but that doesn't work.
A: You can type in any currency symbol in the 'Currency Symbol' box under 'Build Catalog|Single Page|Listing Options' dialog or the 'Multiple Pages' dialog top
Q: I have had some problems sending the last email (unix server). I have tried to send an email through
CGIstar Pro without any problems. The
shopcart system gave me this command: The mailer specified in the CGI is wrong. Attempting to locate a suitable mailer program... Please recreate the CGI to avoid this message appearing again.
A: This means it could not find a suitable mailer in any of the usual places. If you login to your system and type 'which sendmail' or 'whereis sendmail' it should tell the location on your system. Alternatively, please ask your system administration for its whereabouts. Then type that in (e.g. /usr/sbin/sendmail) in the dialog box that creates the CGI top
A: No, the CC details are simply transmitted to the owner in an E_mail. Real-time validation is at the moment very expensive to
setup. top
A: There are options available for different shipping methods, and you can specify the total charges related to each method. top
Q: In terms of the taxes and delivery options... I want to go into the script and change the tax options and delivery options, but I don't want to mess up the script, so can you please tell me what I can and can not change in the script with regard to taxes and delivery.
A: The best is to choose the tax and delivery options while creating the catalogs and CGI. (under Listing Options). You can edit the CGI afterwards but please make sure that the control structure is not corrupted. top
Q: Is there any way to avoid people having to click the "Credit card via E_mail" button on the order page. Or at least have it default to that (in other words have it automatically clicked)?
A: You have to edit the CGI to change the following line: print "<INPUT TYPE=radio NAME=PayMethod VALUE=\"Credit card via E_mail\"Credit card via E_mail\n"; to print "<INPUT TYPE=radio NAME=PayMethod VALUE=\"Credit card via E_mail\" CHECKEDCredit card via
E_mail\n"; top
Q: My current problem is the dreaded "500 server error." What EXACTLY should I do to correct this problem? I am running an NT server.
A: The sever 500 errors, is the most difficult to track. Usually this means the CGI has a compilation error. It could also mean that a subroutine is missing, but this cannot be the case with an unedited CGI. top
Q: I am trying to check out the Shopping Cart and all goes well except for the part at the end when you send the order. The screen just sits there. I am trying to use postmail but I also have blat and wsendmail I am using it under NT Server 4.0, IIS 3.0 with Perl 5.
A: Looks like the server is trying to execute postmail but is unable to do so. Possible reason is that there is no SMTP or POP server running. Please ask your system admin top
Q: I want to put a simple "Continue Shopping" button under the "Update The Display" button on the CONTENTS screen... can you tell me how I can configure that line:
A: Print "<Input Type=Submit Value=\"Continue Shopping\" Action="http://www.......com/pages/virtual-store-2.htm"\n"; If this does not work try, print "<Input Type=Submit Value=\"Continue Shopping\" Action=\"http://www......com/pages/virtual-store-2.htm\"\n"; top
Q: When a list of products are generated on a single page, the price is shown in the table. However, when a dropdown list is generated on a single page, price is not readily apparent. Can a field be added to the table indicating the price of the selected item?
A: A simple solution is to include the price in the name of the product itself (e.g. Shopping*Cart - $295). It is technically not possible to synchronise a dropdown list and an input box and hence putting these separately is not easy. top
A: Yes, if you select the "Separate pages" option. top
A: If you have SSL enabled on your site, then just specifying the CGI filename as https://www... will make it secure. top
Q: The mailer specified in the CGI is wrong. Attempting to locate a suitable mailer program... Please recreate the CGI to avoid this message appearing again. Tried sendmail, Mail and mail but could not find any. Please ask your sysadmin for advice. The web server I have this system on can't figure what's wrong with it. They are running sendmail 8.8.4. the directory path is /usr/lib/sendmail
A: The program should have located this mailer. Anyway, you can correct the error by simply specifying /usr/lib/sendmail when creating the CGI. If it still doesn't work, then the problem may be that yours is a virtual server and the root is actually your login directory instead of the real root. If so, try making a directory under your login dir, copy the sendmail program there and specify the new location in the CGI. top
Q: I want to add the tax for a state and the delivery. Is there a certain place in the cgi where I have to tell it how to pickup that information.. How and where can I embed the tax and delivery information .
A: When making the catalogues and CGI you can type in the tax and delivery charges and methods. Please look inside Build Catalog|Single Pages|Listing Options top
Q: As my catalog list is almost 800 items long, will your software handle it? Also, what character do I place at the end of each item line to indicate line feed?
A: It will handle any length of list. Your best option is to use the 'single page' and insert the list rather than make 800 separate pages. Just a carriage return at the end of line is enough. Please see the sample file, 'shopcart.txt' for the format of input file. top
Q: I am composing approx 600 WEB pages of different items, in order for all of this to "work" together, do I make a CGI for every main topic? Or can I just use one CGI (scart.cgi) for the whole project?
A: A single CGI can serve any number of catalogs. If the input goes out to different addresses, then you must ensure that the correct E_mail address is specified with each
catalog. top
A: As long as the ISP allows you to execute CGIs from within your directories, Yes. With shopping cart you need to be able to write the records as well as mail them to the owner and, for this, you must be able to set the directory protections right. (The CGI will do it automatically, but the ISP should not have put a block) top
Q: Our sendmail app is located in /usr/lib/sendmail. That is why I do not understand why it is not working correctly. Any ideas?
A: A probable reason is that your 'real root' and 'web root' are not the same. This is quite common on virtual servers. While you login via telnet the real root is shown but when a browser accesses the server your login directory becomes the root. In other words, /usr/lib/sendmail is not visible to the CGI unless /usr/lib is a sub directory of your login directory. Try making a directory and copy the sendmail program into it. top
A: No, you can create the catalogs and CGIs by the Windows' interface. However, you must be able to upload the files to your server and, in the case of UNIX, be aware of basic workings to issue commands such as 'chmod 755 *.cgi', 'whereis perl', etc. in case they are required. top
A: You can do this in two ways: 1. Login to your webserver via telnet 2. Change directory to where the CGI is. 3. Type 'chmod 755 *.cgi' (no quotes) or, 1.FTP to your webserver 2.Change dir to where the CGI is 3.Type 'site chmod 755 shopcart.cgi' (no quotes) top
Q: I made a catalog on the web and now I need to add another 4 items. How can I do that beside generating the all shopping cart from the start
A: You can insert a new list into an existing page by choosing "Your own Page" option. top
Q: I received an error that it could not find the "UNIX sendmail". I checked with my sysadmin and the address was correct.
A: This usually results if yours is a virtual server and the 'root' for the web browser is your login dir rather than the actual root of the system. The solution is to create a directory (say, /bin) under your login dir and copy the sendmail program into it. Then re-create the CGI with the pathname /bin/sendmail for the mailer. top
Q: I want to create separate pages or separate inserts for products without it adding the delivery charges to each item, just the whole order. I have images included that are together with different product letters and description but only one combined picture.
A: The best option is to disable the Tax and Delivery option from the CGI and add a line in your page(s) that Tax and Delivery charges are extra. Here is what to do: 1. Click 'Build Catalog|Single Pages|Listing Options| 2. Uncheck 'Calculate Tax.' 3. Uncheck 'Show Delivery Options' 4. Click 'Save' 5. Click 'Cancel' 6. Click 'Close' 7. Click 'Create CGI' and make a CGI. It should not show the tax and delivery for each item. top
A: Certainly! You can have the product catalog name and currencies in German by simply specifying in the dialog box's. Other headings may be changed by manually editing the CGI. Use a text editor (e.g. Notepad, not Word) and change the text within the CGI. Also, it is best to do the editing on a registered CGI, as you will have to re-do everything afterwards. top
Q: After editing your script, the script no longer checks for credit card numbers and expiration dates. People can leave those areas blank and the order will still go through. I think the script is supposed to stop orders that don't supply the necessary info. Can you please tell me what lines in the script to change.
A: The problem is likely to be in the HTML file. If you have a credit card via E_mail method, then it must be specified as "Credit card via E_mail" in the payment methods' section. Then the CGI will ensure that all card details are typed in. top
A: The secure server can be accessed by specifying the Action field of your Form declaration as 'https' instead of 'http'. With our Shopping cart you can do this by specifying the CGI filename as, e.g. https://www.company.com/cgi-bin/yourcgi.cgi top
Q: Could the application be revised to handle an electronic shop with multiple pages, each page containing multiple items. If so, how?
A: It certainly can! In fact, you can have as many number of catalogs (or groups of catalogs) to make up a particular shop on the web. Basically you can make a catalog by typing in the list of products and their prices. For each catalog you can specify a separate E_mail address, if desired, and put all pages together on the web. When a customer "walks" through the shop and pick up products, the CGI will remember which vendor each item belongs to and send the
order(s) appropriately. top
Q: I can't seem to get the view cart and add to cart to work. If it is wrong I have to figure out where the problem is, If it's not supposed to work in its entirety I would like to know where to order.
A: It should be fully operational except for the expiry feature. Maybe your site has some CGI incompatibility. Did you try the "Smart Shopping cart" that was released a couple of days ago? Also, could I have the URL of the catalogs giving the problem? top
A: It should too. We haven't used "postoffice" and hence do not know the exact commandline. If you know it, please insert it into the box. Send the CGI to me afterwards if it still has problems. top
Q: What exactly do you put for the NT Mail Server. I read the help files but does webgenie have the capability to sum totals and subtotals?
A: The NT mail server must be specified. Usually your own webserver will do. If you use the order form template that comes with CGI*StarPro there are some JavaScript code that do the totals. Your best option for a shopping online order form will be our "shopping cart", as it does not only totals but tax, delivery, etc. top
A: The Smart cart is secure, as it uses WebGenie's secure server. As for the other one, it is upto you to install the secure server layer and call the pages via the secure server. If you need more details and prices on getting the secure server installed, please see http://www.verisign.com or ask your ISP. It generally costs around $350 per year to have the SSL. The SmartCart is therefore cheaper in comparison. top
Q: What happens if i choose to apply your smart cart shopping program to my web page. Do you actually end up hosting my whole site or just the ordering mechanism? If you just host the ordering mechanism does that mean possible delays when a customer wishes to check the contents of the cart as they must access your server to see this information.
A: Only the order CGI will reside on our system, while the catalogs stay on yours. This means you can add/modify the catalogs as often as you like. The users will not see any difference in performance, as any call to the CGI is an independent event and the time taken to access WebGenie is the same as it takes to access your own site. (In fact, WebGenie's server is often faster, as we are hosted by one of the best server providers in the world) There is an added benefit to using the Smart Shopping Cart, in that the CGI will be running on our secure server. This alone means a cost saving of US$349 per year if you were to have the secure server installed on your site. top
Q: I was on the "Order Form" page and sent the completed order and got the error message. It seems that I have wrongly set the "sendmail" program.
A: The error you are getting may mean one of two things: 1. The mailer specified in your CGI is wrong. You can check this by typing 'which sendmail' from a UNIX shell command and use that when making the CGI. 2. The CGI failed to create a directory called 'Tmp'. Please look for the following directories on your webserver: a. Wsc -- This may be either in the home dir or in the dir where the CGI resides. It should have the 'chmod 777 Wsc' set. b. Wsc/Tmp - It too should have 'chmod 777
Tmp' set. top
A: The orders are recorded as plain text file, ready for importing into any database you have. If your question is whether the files are created in any set database format, the answer is no. We wanted to make it as generic as possible. top
Q: When I hit the send order button it gives me a Server Error. Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. top
A: It is most likely to be a compilation error. You can do the testing as follows: 1. telnet to your account. 2. Type 'perl cgifile', where cgifile is the name of the CGI. If it does not give an error, type just 'cgifile'. If this gives an error then the perl pathname is not correct. 3. Type 'whereis perl' and use the correct perl pathname to make the CGI. top
A: There are tow possibilities for this. (1) you have turned off the cookies on your browser. (2) the dir on the server where it attempts to write has a protection against the CGI writing. top
Q: I was wondering whether it is possible to link the shopping basket over a whole site. So that someone can jump from page to page and add items to the one basket.
A: Certainly! It is the whole idea of a shopping cart. You can make several product catalogs and place them on your server. No need to do anything specifically to link them either. If they are all made by using the same program (e.g. WebGenie Shopping cart or Smart Shopping Cart) then the visitor can move from page to page and add things to the cart. S/he can even move on to other web sites and return, and the cart will still hold the items. top
Q: I have been trying the Shopping Cart where you host the CGI files, but it isn't asking for credit card info. I really like this program. Please help.
A: The credit card details and other payment options are included when you make the catalogs. Please do:1. Run Smart Shopping Cart on your PC. 2. Click on "Cart Options" 3. Type in the different cards you can accept. 4. save. Then go on to make the catalogs. It will then ask for credit card details when someone orders. Please get back to me if problem(s). Also, pls give the URL of your cart to test it. top
Q: I get a message that says that I do not have permission to access. This is even though I have chmod 755 the cgi so that it reads rwxr-xr-xr. When I pressed the add to shopping cart button it happens. I have also chmod 755 the htm programs. Please help, I know the program is good but I cannot get it to work.
A: The problem appears to be simple. Your server requires that the shopcart.cgi be placed in a separate directory. e.g. instead of <form method="POST" action="shopcart.cgi" in the HTML, it should be, <form method="POST" action="/cgi-bin/shopcart.cgi" and the CGI file should be placed in the directory specified as the 'cgi-bin'. Usually this dir is in the same root dir as your HTML files. Please ask your system admin if you cannot find it. top
Q: If I buy the smart shopping cart, can I use it for multiple customers? How would it work if I had one customer selling shirts and one selling tires and one selling clocks? Would they interfere with each other?
A: There should be no problem with that. You can make catalogs for each customer, giving a separate E_mail address for the order. Then, even though the same CGI processes them, each one can have different products. As for hosting, we normally expect each user to register separately. Since you are a webdesigner, it is possible for you to register one address (your own) as the contact and use the CGI for upto 6 customers (i.e. 6 different addresses). The advantage of this system is that each customer will get the hosting at a reduced price (whatever you charge; our suggestion is $150 each so that you get a profit of $300 per registration) top
A: The problem is that your server is not configured to run CGIs from that dir. Try placing the shopcart.cgi in http://www.....com./cgi-bin/ and make the appropriate changes in the
catalogs. top
Q: I Just got approved for Master Card and Visa. Are there any tricks I need to know when using the Shopping cart on my secured server ?
A: I am glad to hear that you have CC facilities now. To use the secure server all you have to do is call the order form via the 'https' tag instead of 'http' e.g. <a href=https://www.yourcompany.com/order.html top
Q: I'm have been unable to make the credit card part of the "list" part of the program work. All other areas
A: Do you mean the list does not appear? The way to configure it is as below:1. Click 'Build catalog' 2. Click 'Single Page|Listing Options' 3. Type in credit cards accepted into its own window. 4. save. 5. It should now include the cards. Please send me the URL of the page if you are still having problems. top
Q: Where on earth does the customer put his details, address credit card and all the other bits and pieces??
A: The above details are asked for only when the customer is ready to order. You will configure the CGI to do so, via the "Listing Options" under "Build Catalog|Single Page" top
Q: Does the server have to be a
Unix or NT, what is with a BDSI, this too have CGI etc, is there problems there.
A: Either UNIX or NT will do. BSDI works just fine. top
A: The archive comes with the input text file(s) to make the demo yourself. It is perhaps better, as you get a tutorial in that way. top
Q: I am not quite sure what CGI files have to be produced for each part of the program. Also where the files should be transferred TOO, i.e. in a part of the program it give /usr/ etc, where is the reference to this written (in the cgi files)
A: A single CGI file carries out the whole task. top
Q: After the CGI program is created, does it need any further processing before copying to server's directory? (compilation processing or any sort)
A: No. Just set its prot by the command, 'chmod 755
*.cgi' top
A: Yes. All you need is a perl interpreter. Most servers will have it. If not, you can download the free version at
http://www.perl.com/perl. top
A: The current version does not take details from a database but requires them hardwired in while making the catalogs. We are looking into making a dynamic shopping cart soon. top
A: Doesn't calculate but selects from different rates incorporated in while making the
catalogs. top
A: Yes. You can specify any number of cards. top
A: No. top
A: Yes. All you have to do is specify the CGI filename, when making the CGI, as https://www... top
A: Yes. This is the default for "WebGenie Shopping Cart". For "Smart Shopping Cart" the CGI runs on our secure server. top
A: Yes. A copy is sent to the customer with your personal message, if any. top
A: Yes. A mail is sent to the sales dept. To track and manage there is another set of HTMLs and CGIs created. See 'Admin Tools' top
Q: After filling out the shipping info, this is all that I receive on the server. What am I overlooking? test0000000000|TTT Test|test@.....com||Order received. Clearance waiting.|10 Brass Pull;5 Porcelain Handle;|
A: The above is the order record made on the server, and is in the correct format. In addition to that you should be getting an E_mail containing the order details. If it is not happening, are you getting an error message? top
A: Please recreate the CGI to avoid this message appearing again. top
A: It should, though it works best on NetScape and MSIE. The CGI is server-based, not client based, and difference in browsers should not matter. However, without JavaScript capability there will not be any auto calculation and validity checking BEFORE sending to the CGI. top
Q: Your shopping cart software is W95/NT based, Our server uses Linux, Are they therefore incompatible?
A: As long as there is CGI execution facility it should work. The Win95/NT operating system applies to the program being run to generate the catalogs and CGIs. The CGIs themselves run under either UNIX (of which Linux is a variant) and NT systems. top
Q: How does
Cybercash work? I have the basic info on Cybercash from my bank, but I'm am not sure how to receive the secured response the bank sends back to the merchant server.
A: The Cybercash people collects the money on your behalf and credits your **normal** bank account with it. I do not think you need to have a merchant account, but please check with Cybercash directly on this point. You may still need to convince them that you are authorised to charge customer's credit card. top
Q: I need to add to each product a scroll box so I can handle colors like red, blue,.. and so on in list box added to the each page and then when the customer clicks on the shopping cart , it picks up from the listbox the color the customer chooses and then it adds it to the display table.. does the shopping cart either the pro or the other ones handle something like that. an example of
A: Yes, the Pro version can add property selection to products. For this you must use the 'Build Cat|Separate pages' option. There is a check box on bottom left corner that allows you to add selectable list of properties. top
Q: Does web genie enable me to produce a page with "check boxes"? (or equivalent) to enable a user to buy multiple items on multiple pages?
A: The default action is to input the quantity. But you can choose to have an 'Add' button instead. Check box is not enabled, but we can customise your cart to do that, if desired. top
Q: What does the user with a Version 2 Netscape browser see?? Do I need to make a special pages for those people that don't have the latest browser technology??
A: NS2.0 can handle forms and cookies and hence I do not think it will pose any problem. Please check it to make sure. In our statistics, collected daily, the percentage of users still using NS2.0 is less than 1% top
Q: Will the Web Genie shopping cart (professional version) run on an Apache or Unix-based server (we don't have a Windows NT server)...
A: Yes, it works both under UNIX and NT servers. In fact, the UNIX server is the preferred platform. top
Q: Do you have any additional info about the professional version that supports multiple languages and CyberCash transactions...For example, how much is it? How does one integrate it with Cybercash??
A: The "Pro" version is released now, and is $495 for an unlimited time licence. To integrate the cart with Cybercash all you have to do is: 1. Have an account with the Cybercash people and have the URL of their CGI handy. 2. Check the button marked 'Cybercash Interface' in the 'Create CGI' module. 3. Type in the Cybercash CGI's URL and a few other params. When the customer comes to the payment desk the CGI will make a connection to Cybercash and ask for the card details. top
Q: I've tried changing the shipping as it is a flat rate of $2.95 per order. but, as you can see if you run a test on the site (site address below), it is giving me a drop down box with choices. I would prefer it just show the one choice of $2.95. Is this possible? If so, how do I set this up?
A: Under the 'cart options' module (left tool bar) you can specify the tax and delivery options. top
Q: How can I control the size of the form ? The width is to wide for the left side frame I'm trying to place it in.
A: The width of form is specified in the main HTML file. Please look for and change the "Cols=" field manually. top
Q: I want to have required fields. order preview by customer, automatic response, error message, and any other template which would enhance the order form. It would be very helpful if I receive only the items customers checked, not all the items as I do now.
A: All of the above enhancements can be customised. Please forward your CGI as well as the accessory files, if any, along with your order. I expect that the work will take 2 hrs to finish. top
Q: I need to have two products tracked by dealer numbers as well. but they cannot be paid by the cgi...I need to go in and credit the affiliates when the orders go through as both of these take time before I am paid (And one of them not all leads are paid for).
A: I am not sure what you mean here. Are the dealers sending the buyer to your site or selling on their own? If the latter the CGI cannot track it, but if sending the buyer to your site please ask them to register in the sponsor_register.html and use a banner link, with their ID, to send the visitor to your site. ALL crediting is manual via the sposnor_credit.html and is fully under your control. The Click CGI will record the clicks, and the order CGI will recover the cookie for a referral. But you decide when and how much commission to be paid. top
Q: Can we just run a similar cgi but without it requesting them for credit card details? (They don't need to give order information)?
A: You can use the same CGI and the same code to call it in all pages except the following change (if not required to use the secure server) Please change... <Input Type=hidden Name=useSecureServer Value="Yes" to<Input Type=hidden
Name=useSecureServer Value="No" top
A: Yes, it can be anything but special chars like $, ", {, (, space or comma. top
Q:
Can I add the book names to the each product line? that is absolutely necessary otherwise it will be very confusing for users.
A: Yes. The same rule as for Cat no., except that there can be spaces. top
Q: How do I convert files I've created in the WebGenie Shopping Cart program to ASCII before I ship them to my web server?
A: You do not have to "convert" to ASCII. All you have to do is select the ASCII or Text mode of transfer in your FTP program. top
Q: Frames: Would it be possible to create a site that uses frames? so the content of the shopping cart would be visible at all times, instead of coming and going from the shopping cart contents?
A: This is not implemented yet but can be customised into the CGI. top
A: Yes. Needs customisation of the CGI (minor changes) top
Q: Why is it that when I ship a product order (by pressing "submit" button), YOUR software sends MY clients to your WebGenie home page? I DO NOT WANT THIS! Please correct it immediately! I want MY customers to return to MY domain after their order is processed - not yours! This is very important to me ...... for obvious reasons.
A: This is to be defined when configuring the CGI. There is a entry are in the 'CGI|Options' module that says 'Page refresh to this URL'. Just type in the full URL of your page in there. The default is to go to our page. top
A: The way the cart works is by using a master CGI to process all orders. Thus, no CGI of your own is uploaded on our server. With one licence, however, you are limited to 5 separate destinations (read vendors) for the order. If you are a web designer, this means you can register one licence for every 5 clients of yours and charge them accordingly. top
A: If using the "Basic" or "Professional" version the CGIs stay on your server. The "Smart" version does not require a CGI on your server. top
A: Yes. Provided you have appropriately installed the certificates, a call to the catalog or CGI via the 'https' instead of 'http' will run the CGI through the secure server layer. e.g. <a Href=https://www.../catalog.html or <Form Action=https://www.../cgi-bin/shopcart.cgi top
A: If paying by credit card via our secure server it takes not more than 12 hrs (due to the time difference; often within minutes) top
Q: Is there some software or examples of how to actually write the HTML for the shopping cart on our site? Perhaps a downloadable example? I still don't have my registration number as well. Thanks for any support or help you can give me,
A: With the smart shopping cart you do not require a reg_code, as the program is non-expirable. What we do is enter your details in a file on our server so that the CGI can be executed. In order to activate the system you need to create a test (or real) catalog and test the system at least once. The following steps will help: 1. Start the program. 2. Click 'Build Cat|Single Page' 3. Type in the product name, Cat.No and price; Or, read in the products.txt as the sample. 4. Click 'Save' 5. Type in your E_mail address 6. Click 'Save' again and give it a filename. 7. Transfer the file to your web server. It is now a fully functional catalog. You can use other config options for building the catalog via 'Cart Options' or 'Post Order Options' top
Q: I need to be able to have drop down or radio button "options" for each item. These would not change the item cost but should be printed out on order form. Can this be done reasonably simply?
A: Yes. The Professional version lets you add any number of properties to each product. Please see 'Build Catalog|Separate Pages'. There is a button, 'Add Selectable Properties' on the left bottom corner. Click it and you can specify the type of controls you want. top
A: Just opening up the page with your browser and choosing File|Print... should do if your catalog is in table format. If not, look for the code inside the source file. It is fairly easy to understand. If problem(s) pls send the URL of the page to me. top
Q: Can I use real time checking? Is it possible to modify the generated cgi in order to make the transaction work only if the bank has approved the credit card data with the total cost of the transaction, sending the buyer an email with confirmation of the transaction?
A: Yes, but it may require more complicated changes than what you can do on your own. We will be quite happy to customise your CGI to use your Bank's ASP. Pls see the link at the bottom of this msg for details of the custom service. If you purchase the program at the same time we shall waive 1 hrs charge from the customisation, which I expect will take 3 hrs. top
Q: I have set it up as asked, checked the path for the perl on my ISP.. everything is ok. I even put the shopcart.cgi in the same folder as the test shopcart.htm. How much more info do you need? I need HELP :)
A: The error is due to one of the following reasons: 1. The correct protection is not set on the CGI. - Login to the server via telnet or FTP. - Type 'chmod 755 shopcart.cgi' (or site chmod 755 shopcart.cgi, if FTP) 2. The perl pathname is incorrect. - Login and type 'whereis perl' - Compare the line with the top line in the CGI. 3. The CGI must reside in the /cgi-bin - Recreate the catalogs and CGI by giving /cgi-bin/shopcart.cgi as the URL of CGI - Transfer the catalogs to the test dir and the CGI to the
/cgi-bin top
Q: Have I missed a provision for such a tax to work in the calculation of the final price to the customer?
A: This can be achieved by specifying the 7.25% tax as the default. For this...1. Choose the 'Cart Options' and type in the tax rate in its box. Delete other lines in the box.. 2. Save. 3. Use the 'Build catalog|Single Page' to enforce the taxrate. If wanting to use 'Build Cat|Separate Pages' the procedure is different. I can send them if you wish. top
A: I am afraid there is no German version of the program, though the "professional version" will create the CGIs in German. top
Q: Do you have information on loading to an SSL server? Must the whole program be loaded in the SSL server or can the credit card portion be separated and be run on the SSL server alone?
A: In order to use the SSL all one has to do is call the HTML page and/or the CGI via the 'https' rather than 'http' link. Thus, a call to the catalog by e.g. <a Href=https://www.yourserver.com/catalog.html will call it via the SSL. Then the CGI will be automatically run via the SSL as well. Alternatively, you may call the catalog via normal server <a Href=http://www... but have the Call to CGI via the SSL. i.e. <Form Method=POST Action=https://www.../cgi-bin/shopcart.cgi top
A: Real-time credit card clearance requires special software and merchant accounts. Our software is not designed to do that directly. However, we do provide an interface to Cybercash, who do such online clearance. Our "Shopping Cart Professional" lets you interface with their CGI and "wait" for clearance before proceeding with the order. top
A: The way the cart works is by using a master CGI to process all orders. Thus, no CGI of your own is uploaded on our server. With one licence, however, you are limited to 5 separate destinations (read vendors) for the order. If you are a web designer, this means you can register one licence for every 5 clients of yours and charge them accordingly. top
Q: I have been attempting to get a test version of the single page catalogue to work on-line. This error msg occurs when I click on "add to shopping cart" Method Not Allowed The requested method POST is not allowed for the URL
/www...com/cgi-bin/mail.cgi.
A: This error means that the dir in which the CGI resides has not been given permission to execute CGIs. Your ISP has to give that permission. top
Q: Does it allow for a product to have additional information associated to it. In order to select a size that is attributed to that particular product that will be able to be viewed from the order page. Example: I buy a shirt and want to select Medium for the size and the store owner will be able to see my request? All of the sizes are the same price.
A: The "WebGenie Shopping Cart Professional" allows the insertion of properties. Please see the 'Build Cat|Separate Pages' module. At this point this feature is available only for the separate pages option. We are looking into implementing in other formats as well. top
Q: I use the dynamic catalogue option, but the mail program is not where it is supposed to be. Therefor I get internal server error. how do I change the path in the cgi in the dynamic. cat. option?
A: It looks like not the mail problem but some compilation error or incorrect perl pathname. Please try:1. Login to server or open an MSDOS window. 2. Type 'perl cgifile.cgi' and note down the error. 3. If no error, find the pathname of the perl program (if UNIX) and check against the top line in CGI. top
Q: Is there a possibility to download the shopping cart professional in German language - and if, how ?
A: Shopping Cart professional creates the CGI in German, but the program itself is in English. We are working towards translating the whole program into German but is not yet available. In order to make the CGI in German, please do... 1. Click 'Create CGI' 2. Choose 'German' from the dropdown menu under 'Language' 3. Click 'Save' to write the CGI top
Q: Their is a location that defaults to the shopcart cgi. Are you saying I should change to the complete URL
https://www...com/cgi-bin/shopcart.cgi) ?
A: That is correct. If you specify the full URL in the "CGI:" input box when building the catalogs, it will use it throughout the catalogs and CGIs. The default is just
'shopcart.cgi' top
A: The price is $495 for the Professional version top
A: Normally the card details are sent to you by mail and are processed via your normal methods. If you require online transaction, we shall arrange with one of our associates who can setup a Cybercash account for you. top
A: The SSL is used by specifying the 'URL' of CGI as 'https' instead of 'http'. top
A: Please recreate the CGI to avoid this message appearing again. top
A: You are very nearly there. The mail error msg is usually easy to fix. All it means is that the sendmail program is either not found or has a different syntax. Please try: Recreate the CGI with '/usr/sbin/sendmail' as the mail program. top
Q: When I press Add To Cart it gets caught in a loop. I get the hourglass but nothing else happens. Do you have any ideas what the problem is?
A: This typically means that the browser is not getting a response back from the server. It could be due to temporary network load, or the server is not setup correctly to call the CGI. Have you been able to get any other CGI work? Please try our CGI*StarPro and see if it does the same. top
Q: The
CGI scripts sends the customer a e-mail after placing an order. The customers are unable to reply to e-mail due to being invalid address. What field places a valid e-mail address in the script?
A: The return address is the one you specify in the 'Query E_mail' field in 'Cart Options' from the left tool bar. top
Q: I would like to remove the acknowledge page from the script. I did not check the box "display acknowledgment", but continues to display before redirect to thank you page.
A: This needs changes in the CGI. We will consider adding that as an option in the next update. If you wish to purchase and setup the cart now, rather than wait for the new update, I shall be happy to customise the CGI for you. top
Q: I unable to perform minor edit functions to catalog page. I tried to change the price of an item, but I receive error messages. It was easier to re-create catalog page.
A: I am afraid there are more than one place in the catalog where the price and other details are referenced. It is, as you have discovered, easier to re-make the catalog. However, if you expect to have very frequent changes to prices and items, the 'Dynamic Catalog' feature available in the 'Professional' version will let you keep the product list as a plain text file on the server and update it. The CGI will create the catalog on the fly. top
Q: I was wondering if the Web Genie Shopping Cart can be used on a server that's configured for Front Page 98. I would like to use the software but I need to make sure it will work in this situation.
A: Though we have not specifically tested under FP98, there is no reason why it should not work there. The CGIs should be executable on any server. Pls do get back to me if any
problem(s). top
Q: Does the software use "cookies" on the user's machine to keep track of their orders? How many orders can be going on at once?
A: I am not sure whether you mean how many items in one order or how many separate orders. The former is limited only by the max cookie length of 4KB. Therefor, if the product names are too long one may run into the limit. e.g. 80 chars in a product name will give room for upto 20 items (allowing for other fields besides name) As for the separate orders, it is not applicable, as the CGI will add all orders into the same cookie. Only at the end of actually sending the order it will separate the items for each vendor. Thus, the answer is that no limit to the no. of concurrent orders. top
Q: Would you host the whole Web site or just the CGI component? If I purchase the Smart version of
WebGenie Shopping Cart for a retail Web site (yet to be built),
A: Only the CGI will run from our server. All catalogs will be on your site and under your control. top
Q: Am I able to create a "shopping basket' with multiple pages. With selections being made on each page and a single payment page?
A: Yes, it is possible to select products from any number of pages and all will be added into the cart. Finally, when going to the payment page a total price will be calculated. top
A: This needs minor editing of the HTML and CGI files. We can point them out to you, if you send the finished catalogs and CGI to us. top
Q: I would like to create a catalog that has separate pages for each "category" of products? such that I might have 10 product pages, each with many items on each page. I would like ALL these pages to feed into the same
cart.
A: Yes, it is possible. Here is what to do: 1. Make a separate list of all products to go into each catalog, in the following format: Cat.No <TAB Price <TAB Name <CR 2. Use the 'Build catalog|Single Page' option and read in each list and make a separate page for each list. 3. Create a link for each page from one of your existing HTML pages. 4. Make the CGI. All the catalogs will now be served by the same CGI and add to the same cart. top
A: This is applicable to just connect your existing page with the catalog, and is typically used when you already have created a page to describe ONE product. If it is a list of products, then you must add the cart buttons to each of the items in the list. top
Q: I have 2 different stores selling different products on the same server with different domain names. Can I use this product and what if any are my limits?
A: Yes. You can place the CGIs on the server and call it with two domain names (both pointing to the same IP number?). Furthermore, the shopping cart CGI is smart enough to distinguish the catalogs based on the destination E_mail addresses. Thus you can have different catalogs on the server, each one for a separate vendor if you wish. top
Q: I have heard that there is a Norwegian brand of
WebGenie Shopping*Cart Pro. Are there? I have the latest release of the program. Do I find Norwegian choices here?
A: Yes, the "WebGenie Shopping Cart Professional" has the Norwegian option. You can choose it via the 'Create CGI|Language' option. It will create the CGI-generated pages in Norwegian. You can even modify the messages to suit your own style by editing the file, 'Norwegian_strings.lis' that come with the software. top
A: Yes. Just choose the server type when making the CGI. top
Q: If someone presses the "show cart" button, the shopping cart table shows "0" and "0" for tax and shipping. Despite the fact that the default for shipping is $5 (which works correctly if someone just presses the "add to cart" button and never pushes the show cart button. The problem is that many people using shopping carts will finally become tired of shopping and will want to use the "show cart" option to check....I want to make sure that the $5 shipping appears automatically when the they do this (just like it does when they push add to cart).
A: It is quite simple. Please change in the catalogs, <INPUT TYPE=hidden NAME=sc_action VALUE=disp_sc to <INPUT TYPE=hidden NAME=sc_action VALUE=disp_sc <INPUT TYPE=HIDDEN NAME="taxRate" VALUE="0" <INPUT TYPE=HIDDEN NAME="delivery" VALUE="5" top
Q: I want to make sure that the Server Error 500 that I am getting is not because the proper Perl version and installation has not been followed by me. When I went to the site to download the Perl, I'm not sure which version I should download and also how to install it & where to install it on my system.
A: Best to install it in the Windows' dir so that it will always be found by the web browser. top
Q: when I hit prepare the order these items come up as a garbage on the final order page. Something inside the script changes the text of shopcart.txt and it comes up as garbage at the final order screen. Do you have any idea on how I can fix this or if it can be fixed at all.
A: This could be a problem unless the text is hard coded into the CGI. If you are willing to translate a few strings in the CGI it can be done. Pls do: 1. Run "Shopping Cart professional" 2. Create the catalogs. 3. Create the CGI by choosing 'Own Language' option 4. Edit the file, 'Own_Language_strings.lis' in the Shopping Cart dir and replace all English strings to Russian. You may have to cut and paste the string from where the Cyrillic chars can be displayed (e.g. Word for windows) 5. Save the file. 6. Re-create the CGI using the 'Own Language' option again. This time the CGI will show the Russian Chars. top
A: The most probable cause is the perl program's pathname. Please try...1. Login to your webserver via telnet. 2. Type 'whereis perl' and compare the pathname with the top line in the CGI. Another source of error is that the CGI is probably not in the correct dir. Try to recreate the catalog and CGI using /cgi-bin/shopcart.cgi as the pathname for the CGI. top
A: The program you download from the web is fully functional except for the expiry date. When you purchase the program a registration code will be issued to you which will override this expiry. No physical transfer of program on floppy disk and CD takes place. top
Q: Can I use it for more than one customer? or do I need to buy a separate one for each one (any discounts if this is the case)?
A: Under one licence you are allowed to use/resell to upto 5 clients. The 6-10th clients require a second licence and so on. If you expect a very large number of clients we can tailor special deals for you. top
A: Normally the CGI sends the order details, together with the CC, to the vendor. It is then manually processed by the vendor like any mail order. However, with Shopping Cart Professional there is a built-in interface to Cybercash. If you are an existing client of Cybercash the shopcart.cgi can send the CC details to Cybercash for instant processing. top
Q: What happens to the credit card numbers....what I am asking is, if your on line and give your C/C number and get the "ok" in a minute or so to start downloading the program you just paid for, what happens do the C/C number? do they go to a bank, is there software on the server to handle this, is there commutation between banks and the server?
A: See above. top
A: In Australia you need to apply for a merchant account that allows credit card processing via mail order. I believe that in US things are even easier. top
A: If using our "Shopping Cart Professional" that runs the CGI on our server you can have program plus a year's subscription at $565 and for two years at $630 top
Q: You pay ONCE for the program that makes the shopping carts.. and then you can make as many carts as you want for different people with the same program ?
A: If using your webserver to run the CGIs you can use as many carts and CGIs as you want. top
Q: How do I change the catalog to update prices and inventory without starting the whole process over?
A: If using the "Professional" version there is a facility for "dynamic catalog". With it you can keep the product details as a separate file on the server and update it rather than re-creating the
catalogs. top
A: Yes. The program and CGI are capable of handling any number of items. However, you may have to split the items and insert them in batches rather than all 7000 items in one go. The CGIs are to be installed in the cgi-bin. If you have permission to upload a text file in the same dir, then the dynamic catalog product list can be placed there. It does not matter where the files are kept, as long as the correct paths are specified in the CGI. top
A: Please read the Help file that comes with the program. We do not have any separate manual. top
Q: Whenever I try to add items to the cart I receive the error notice " D_M_Table is not defined". Is this normal for the trial version, or is there something I'm doing wrong? Also I'm going to be using the program with Microsoft FrontPage 98, are there any compatibility problems?
A: We haven't tested specifically with FP98, but it should work fine. We know that Word 97 corrupts the pages created with ShoppingCart, but Netscape's composer does not. top
A: To use a secure server all you have to do is specify the URL of the CGI as https://www.yourserver.com/cgi-bin/shopcart.cgi (note the use of 'https' instead of 'http'). But, before that, you must secure your digital ID and install it on your
webserver. top
A: Yes, you can mail a check (drawn in a bank in your own country and currency) to us. The mailing address is: WebGenie Software, P.O.Box.527, Hindmarsh, S.A.5007, AUSTRALIA. top
A: The program requires the info in a text form. If using a database to hold the product details, you must export the data into a Tab or Space-delimited file. Details are given in the Help file of the program. top
A: With that many products you may run into memory problems. However, our "Shopping Cart Professional" allows for a dynamic catalog that will not have this restriction. In this case the data is kept as a separate file (text) on the server and the CGI builds the catalog on the fly. top
A: Searching capabilities are still to be implemented and is under development currently. top
A: What you need for this purpose is our "WebGenie Site*Sponsor" combined with "WebGenie Shopping Cart". The former tracks the referrals and the latter lets you know which one resulted in a sale. Then you can credit the referrer with commission. top
A: Our program is designed to let you create the shopping cart effortlessly. I would say about 15 minutes, to type in the product and vendor details, and a few mouse clicks is all it takes to get a working cart. We can certainly help you create the catalog if you send us the product list. top
Q: When I test the software I get this "Forbidden. You don't have permission to access /shopcart.cgi on this server." A: The error could be due to either 1. The correct protection is not set. Try 'chmod 755 shopcart.cgi' from a UNIX prompt or 'site chmod 755 shopcart.cgi' from FTP 2. The CGI is in the wrong dir. Try moving it to the
/cgi-bin dir top
Q: I received an Error 404- not found message. I tried changing the URL in the action field but still got the same message. Any help would be appreciated. Also I design web sites and want to know what your licensing policies are? I'd Like to offer potential customers your shopping cart service. If I purchase the product can I build Shopping Carts for customers with it, or will they be required to purchase their own version?
A: This most probably means that your cgi-bin is not defined properly. Sometimes you will have to add a few more dir paths before the cgi-bin path. Your server's admin help pages should give details. With one licence you are allowed to sub-licence to upto 5 clients. For the 6-10th client you need a separate licence and so on. If the number of clients you expect is high we can tailor a plan that is most suitable to you. Please contact our sales dept (sales@webgenie.com) to discuss your requirements. top
Q: Is there any easy way to add in shipping calculations. For example my client has a rather diverse bunch of products with different shipping rates depending on the product...I believe I could convince her to simplify the shipping formula to something like $5.00+10% of total purchase price.
A: This is being implemented and is currently available in the "WebGenie Smart Shopping Cart". Soon it will be implemented in the professional version as well. Pls test out the demo at: http://www.webgenie.com/Users/Siva/Test/Shopcart/test.html Notes: 1. The scale is $3.50 for upto $50; $4.25 for upto $100; $6.00 for upto $300 and 6% above that. 2. If you look at the source of the catalogs you will see the following lines that implement this sliding scale: <INPUT TYPE=HIDDEN NAME="deliveryCalculation" VALUE="sliding" <INPUT TYPE=HIDDEN NAME="deliveryScales" VALUE="50;3.50;d|100;4.25;d|300;6.00;d|-1;6.00;p" Explanation: ('d' = middle value is dollar amount; 'p' = value is percentage) (-1 means the total cost less tax; It is to be used as the last field to make sure that the CGI has considered other options first) top
Q: When attempting to bring my tab-delimited text file into the single-page catalog build screen, it appears that titles can not be multi-word. (e.g. in this case we have video titles--e.g. "The Little Mermaid"). Any way to prevent this problem or do I simply run the words together with underscores?
A: The name field can have spaces or tabs in it. top
Q: I am not getting an extra field on the build catalog. (single page) screen where the image reference sits by itself (img src+name.gif). Instead it is appearing right next to the product name in the product section of the screen. Is this correct?? What am I doing wrong?
A: The image field is not extra, but is part of the name filed. Thus, CatNo.; Price; Name;
will put a thumbnail picture link. Please see the 'shopcart.txt' as an example. top
Q: It says that it will run under windows 95 but in the create cgi area it how do I set up the Mail portion? it only gives the choice of UNIX or NT and the NT mail platforms will not work under windows 95 so how do I set the script to mail or post the shopping cart order's to me?
A: Most software that run under NT will also run under Win95. Hence the 'postmail.exe' and 'blat.exe' can be installed under Win95 top
Q: If the customer inputs a non-valid email account, the next screen states that it cannot find sendmail. But everything works fine if the customer inputs a valid email account?
A: This is because the sendmail program issues a warning if the mailing address is invalid. The CGI interprets it to mean that sendmail is not found. It is hard to distinguish between the error msgs. Since the effect is the same we did not try to find any complicated solution. top
Q: If the customer inputs a valid email account, the customer receives the acknowledgment email, but my store does not receive the email order? (I have verified that the stores email account is written correctly.)
A: This is odd. If it is writing and sending one mail it should do the other. Could I see the CGI to work out why? top
Q: The META REFRESH tag shows a url of URL=/ The tag has no path for the URL. Where in the
CGI creation software is that input. I have commented that line out of the CGI
code for testing.
A: The '/' means the home page. This is the input in the 'Page Refresh To This URL' in the 'Create CGI' module. top
Q: I already have a SSL server - does shopping cart - basic support this? I can't seem to input a SSL URL when making a single-page
catalog.
A: All you have to do is specify the URL of the CGI as 'https://www.../shopcart.cgi' when making the
catalogs. top
Q: How much web hosting is included? Can I move my entire virtual domain name and site to be hosted on your site for the prices listed? Are their any restrictions on the volume of traffic or the storage space?
A: By hosting the CGI does not mean a physical storage of anything on our server. All what the program does is 'condition' your catalogs such that it uses a master CGI on our server. The entire set of shopping catalogs will remain on your server and is changeable by yourself at any time. There is no limit to the volume or storage space, but the number of separate
E-mail destinations for the orders is limited to 5 per licence. top
Q: I have a client who wants to set up a poster sales site with thousands of images. Would that be possible with your Shopping*Cart - Professional?
A: Yes. The ideal way to set it up is by using the 'Dynamic
Catalog' option. top
Q: The site will have many categories and must be searchable. Ideally thumbnails of each item would be displayed in a table layout. Clicking on a thumbnail would bring up a larger image with its price, button to select it, etc.
A: While you can do it as separate pages for each poster, the best way is to have the thumbnail just to see the poster and ask the user to go back to the catalog and add the item to the catalog. It will cut down a lot of work in building the catalog. All you have to do is create the GIF or JPG file of each poster as well as a thumbnail for each. Then, make a list of the products as in the following format: Cat.No; Price;Save;
Poster Name. The shopping cart professional can read in the above list and create a single page catalog, either as a hard-coded page or as dynamic catalog, and let the user see the full pics by clicking on the thumb nails and then order. top
A: This error usually means the server is not setup correctly to run perl.exe top
A: Just expand it into the Windows' dir. It should be OK. top
Q: If I want to create a web page with 5000 items for sale through a shopping basket, which product do you recommend?
A: With the "Shopping Cart professional" you can create a 'Dynamic Catalog' that can take in any number of products. All you have to do is create the product list in the format as in 'product.txt' and then create the dynamic catalog interface through 'Build Cat|Dynamic
Catalog' top
A: The ideal solution is to use PGP or some other form of encryption and modify the CGI to use the encryption. It is a simple change in the CGI, but installing the encryption on your system may require the purchase of a digital ID. The alternative is to inactivate the mailing part and keep the order record on the server. You can then access it via FTP or directly if the server is onsite. We can help you make the necessary change in the CGI top
A: There is no limit to the number of items in the cart, if using the dynamic catalog. However, 20,000 items will make it a huge file that will take a very long time to load. Can you split the items into smaller lists and link separately? top
Q: The database will grow every week, is this a problem? We intend to put up new releases, sometimes ahead of release date again with a brief description (maybe 3 lines of text) each and every day, as the product becomes available.
A: No. The 'Dynamic catalog' is designed with that use in mind. You need to update only the product list. The catalogs and CGIs need not be changed
everytime. top
Q: I would like to give each customer an account name along with secure credit card details. So that they can order any time in the future without having to put in their credit card details every time. This account would be linked to their E-mail address so that we could inform them of upcoming releases or indeed about the status of their previous order. How difficult would this be?
A: Not difficult at all. Just ask them to put in the acc no. in place of the credit card number. You will then be able to trace it, manually, with their recorded card details. top
Q: I would like to include a cover picture of the album along with the description, is this a problem?
A: With the Shopping Cart Professional it is possible to include a thumbnail picture with the product name. It probably will do the trick. top
Q: What do you mean by partnerships? What are you looking for? Distribution of your software in the US? Or becoming a partner in my business? Please advise
A: I was referring to you becoming our value-added reseller. We give attractive commissions. Please let me know if you are interested in mirroring our pages on your site. top
A: If using the "Basic" or "Professional" version the CGIs stay on your server. The "Smart" version does not require a CGI on your server. top
A: Yes. Provided you have appropriately installed the certificates, a call to the catalog or CGI via the 'https' instead of 'http' will run the CGI through the secure server layer. e.g. <a Href=https://www.../catalog.html or Form Action=https://www.../cgi-bin/shopcart.cgi top
A: If paying by credit card via our secure server it takes not more than 12 hrs (due to the time difference; often within minutes) top
Q: Is there some software or examples of how to actually write the HTML for the shopping cart on our site? Perhaps a downloadable example? I still don't have my registration number as well.
A: With the smart shopping cart you do not require a reg_code, as the program is non-expirable. What we do is enter your details in a file on our server so that the CGI can be executed. In order to activate the system you need to create a test (or real) catalog and test the system at least once. The following steps will help: 1. Start the program. 2. Click 'Build Cat|Single Page' 3. Type in the product name, Cat.No and price; Or, read in the products.txt as the sample. 4. Click 'Save' 5. Type in your E_mail address 6. Click 'Save' again and give it a filename. 7. Transfer the file to your web server. It is now a fully functional catalog. You can use other config options for building the catalog via 'Cart Options' or 'Post Order Options' top
A: Just opening up the page with your browser and choosing File|Print... should do if your catalog is in table format. If not, look for the code inside the source file. It is fairly easy to understand. If problem(s) pls send the URL of the page to me. top
Q: CGI Error. The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Set-Cookie: ShoppingBasket=|person@place.com,1,295.00,WebGenie Shopping*Cart,SC0597|; Insecure dependency in open while running with -T switch at d:\209.211.63.125\shopcart.cgi line 544.
A: It appears that your server is configured to prevent cookies being set. The shopping cart uses cookies to track the order. Looks like your best option is to use our "Smart Shopping Cart" that runs the CGI off our server. It gives all other features of the Professional version. top
A: If using the "Shopping Cart Professional" you can insert properties to the items. Must use "Build Catalog|Separate Pages" option for it. top
Q: What happens when I initiate a purchase, is the credit card actually debited at this stage or not? Because I want to test it without being billed. In other words is it safe to test the program as we are the product owners?
A: Certainly. No charge will be made to the demo orders. You can even type in an invalid card number (recommended) when testing. The only time a charge is made is when you place an online order to buy the product (as you have just done with
CGI*StarPro) top
A: The CGI tracks the order based on the E_mail address (hidden) in the catalog. Hence there will not be any mixup. I trust that it answers your question. top
A: Unlimited, as long as they are from different domains. In the very unlikely situation of two users from the same domain try to order, both of them with the cookies on their browser turned off, there is a possibility of mixed up cart contents. This situation is so rare to be of concern. top
A: None. top
A: Yes. The CGIs can work on your server or remotely on ours. top
Q: Is there any run-time files (dll) that needs to be uploaded to my ISP in order for the program to work ? I've checked Cart32 shopping cart program and it requires the ISP to run the run-time files for the program to work.
A: No file is to be uploaded. The CGI requires, however, the perl.exe to be on the server. This is always on
webservers. top
Q: Can you modify "product,inp" to allow the automatic creation of multiple pages with a drop-down list included. (I've worked-out how to do this one page at a time).
A: By default the multiple page option is for a single product per page. Thus, the program cannot do this but with minor editing of the HTML file it can be achieved. top
Q: When I test it with my explorer or navigator I have Method Not Allowed message. Method Not Allowed The requested method POST is not allowed for the URL
/cybershopping/shopcart.cgi
A: The above error means that either the dir is not configured to run CGI or the file name extension, .cgi, is not the one specified by your ISP. Try renaming the file to .pl or move the CGI file to
/cgi-bin top
Q: Your readme file said we should download a mail program either use "postmail" or use "blat". if I already have mail server installed, I still need to download it?? Will the mail program work with win95 as well??
A: The CGI needs a commandline mailer, rather than a Windows' mailer, to work. Blat.exe is a freeware and can be installed in minutes. top
Q: How can I bring in a control that send the order from the order form back to the user? such like a response message to the user. On your sample page it works. I tried all with cgi sp but I can't fix it. Please give me a helping hand. (sorry for my bad English) regards peter
A: The easiest way to do is find and change the following line if ($Owner_email !~ / /) { `$mail $Owner_email < $filename`; } to if ($Owner_email !~ / /) { `$mail $Owner_email,$User_email < $filename`; } It will now send a copy of the order to the user. Please be warned that it will also send any credit card details the user has typed in. top
A: This probably means that your Windows' dir is not allowing to write. Could you pls check to see if 'wscpro.ini' file is in the Windows' dir. Try deleting it and see if it solves. If not, copy it (or save the attached file) into the Shopping Cart prog's dir. I trust that you are using Shopping Cart professional top
A: We do not host sites, but CGI hosting is provided at a nominal fee. The Smart Shopping Cart uses a CGI off our server. top
A: We do not have a facility to do online verification of cards. top
Q: How do I create a text box so people can put a qty. from the initial page that has the products on?
A: The program can create a catalog with the products listed in table format. It will then have a Qty field. If what you are asking is how to insert a cart into one of your existing pages, there will not be a Qty box on the first page. Instead it will add 1 unit each time the button is pressed. The user can change the Qty later from the table that comes up. top
Q: When items have been ordered and I choose to Display shopping cart, I used netscape Nav it does not allow user to choose delivery method. therefore does not add shipping charges to price if user has netscape. Is there anyway to change this? The URL for the example is
https://ssl.....com/mcnet/....._secured/fletching.htm .
A: Pls edit your catalog and replace (for each button) <TD <FORM METHOD=POST ACTION="../cgi-bin/......pl" <INPUT TYPE=hidden NAME=sc_action VALUE=disp_sc <INPUT TYPE=image SRC="showcart.gif" ALT="Display" ALIGN=bottom<BR<FONT SIZE=1Display</FONT </FORM with <FORM METHOD=POST ACTION="../cgi-bin/......pl" <INPUT TYPE=hidden NAME=sc_action VALUE=disp_sc <INPUT TYPE=HIDDEN NAME="taxRate" VALUE="0" <INPUT TYPE=HIDDEN NAME="delivery" VALUE="3.00" <INPUT TYPE=image SRC="showcart.gif" ALT="Display" ALIGN=bottom<BR<FONT SIZE=1Display</FONT </FORM If you have chosen the delivery option when building the catalogs this should have happened. I will look into the code. I trust that you are using the latest version from our site. top
Q: I was told by my domain host that there is no mailserver on NT. They told me to install winmail.exe into my cgi-bin directory, give it read/write/execute/delete permissions, and point the webcart program to that. Doesn't sound like this will work since you reference postmail or blat. I have an ISP and a separate domain host. What can I do to get this to work?
A: The best option is to get 'blat' and install it on your server. It is a freeware. If Winmail.exe is a command-line driven mailer it can also be used, provided you find out the exact command syntax and edit into the CGI. We can help you with it. top
A: Yes. Just choose the server type when making the CGI. top
Q: Does the program require a
Perl interpreter on an NT server?? If not, what is required and if so, where can the interpreter be found and how do you install it.
A: Yes. It needs perl.exe. This is a freeware. Link from our download page. top
Q: Is it possible to import an ASCII comma delimited inventory file into the product database? Our current POS system exports in this format only and we are trying to avoid having to re-enter over 1200 items and descriptions!!
A: Though the input cannot be directly read, when comma-delimited, simply replacing the commas to tabs will help. The format must be as follows: Cat.No<space or Tab>Price<Space or Tab>Name of product <CR> top
Q: Is there an owners manual that can be printed out instead of using online help?! If so, where is it?!
A: I am afraid we do not yet have a printed manual but there will be one shortly. top
Q: Can I create a page where I will have one picture of an item on the top followed by a list of products to select.
A: Yes. Just create the catalog with the 'Dropdown List' option. Then you can edit in an image on top of the list. top
Q: I've tried to create a cart page and when i process the form it comes up with cant post to the cgi
script.
A: This means the server or the dir is not configured to run CGIs. In most cases moving the CGI to /cgi-bin will solve the problem. top
Q: If I set up a Shopping Cart on the site , do you offer secure handling of the transactions from your site?
A: If using our "Smart Shopping Cart" the orders can be processed via our secure server (no extra charge). Please remember that the encryption only works between the user's browser and our server. From there the input will go out to your mailbox as plain text. This usually doesn't bother the customer. If it is a worry, then we will have to hold the order on our server and give you some kind of encrypted access which is harder. top
Q: I do not have access to a CGI bin library with my Internet service provider so it is impossible to use CGI scripts? Now I wonder, the Shopping Cart that one creates and generate with WebGenie, will it run so customers can order items from my Web Shopping Cart with a mouse click? Does WebGenie use Javascript for that purpose?
A: I am afraid a Shopping Cart cannot work via JavaScript alone. It needs CGI support. But, don't despair! Our "Smart Shopping Cart" will let you create a fully functional store using our secure server to run the CGIs. Please give it a go. All you need on your server is a place to put the HTML files. top
Q: Is it possible to use the credit card payment part of shopping cart with another application running via an html interface? What sort of changes would be required to the other application, could it be something as simple as a button which when clicked fires up the credit card payment routines?
A: It should be possible to configure the
shopcart.CGI to interface with another application, provided the latter can take the info from an HTML interface (as you have mentioned). Depending upon the complexity of the second program's interface it may take 1 to several hours to do the customisation. I need to see the documentation and a demo to comment. top
Q: Our software does not send e-mail to the sponsor with the info about their password when they register. What is the problem?
A: The CGI is probably unable to write to the dir. Please do... 1. Create a dir 'Ssp' in your documents root dir and set its protection to world write 2. Find the absolute path by the 'pwd' command 3. In the CGI, replace the following line $sspRoot = "$docRoot/Ssp"; # Add the Ssp dir to it with the path as e.g. $sspRoot = "/usr/home/htdocs/Ssp"; # Add the Ssp dir to it top
Q: Whenever click to add to cart, view cart or checkout, i get a server 500 error, I'm lost, does this program work with Microsoft personal web server and Frontpage 98? I am trying the demo but will purchase if i can get it to work!
A: The error indicates that the CGI is not running as expected. With MS peer web server you have to configure the cgi-bin. Also, there may be a problem with running CGIs locally. They may have to come via the web. top
Q: Is customer credit card information sent to the shop owner via
e-mail secure when it is sent from a secure server (SSL)?
A: Sending sensitive email over the Internet is a bad thing. In our application, however, the email usually doesn't leave the ISP who hosts the site (or if you own your own server, the email doesn't leave the system until you download it). For the most part, ISP's have a secure 'interior' network and the chances of having your email sniffed or snooped is slim (unless the ISP has a security breach, and an intruder gets access to your server). It is possible to encrypt the mail, but it's important to remember that the computer
you download the mail to needs to be able to decrypt it. There is also the option of online credit card processing, which removes the need to send the credit card details via email. top |