Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

harrywotton

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Real Name
    Alexander

harrywotton's Achievements

  1. Hello Harrywotton! I could not solve the problem with the missing product, but instead just returned to the standard pulldown-menu and added a quantity box from this contrib: http://www.oscommerce.com/community/contributions,1253 Bye, HW
  2. Hello Frank! would you mind sending me your e-mail address? So I could send you some files I want to be changed and you can also see the changes that have already been made. I also try to comment my changes so you know what the shop is like at the moment. Thanks! Alexander
  3. Hello Frank! Thanks a lot for your help. I have tried to go back to PWA but noticed that the payment/shipping combo only works if the customer has an account, for it gets the entries from the sql and is not a form to make new entries. So again, I have my problem. The best thing would be the PWA but with a checkout all on one page, exactly as it is in your contrib when customers are logged in. But I need it without being logged in, so it should be a form, where the customer can put his data into. I am thinking of the PWA, but on the first page you should be able to enter your payment address as well as your shipping address and you can choose the payment method and see the delivery costs (and write a comment in the textarea). all on the first page. then the next page would be the confirmation page to check for wrong entries, and then the page after that would be checkout successful. that would be the perfect way. I know that I have quite a specialized wish. Maybe is will be possible to realize!? HW
  4. Thank you for your help, Frank! Some things work now, but others won't work. I think I am too much beginner for this. How can I change the link in the breadcrumb that says "create an account" (on the left, next to "online shop" or "catalog" in the default), for this link brings the customer to a account creating page even if account creating should be disabled. can I just replace the link by checkout_shipping.php? The order history is shown in the right box even if the customer has no account. and after purchasing, his address in the cache, so he cannot enter a new address. he must close the browser first. how can I change this? does the customer has to log off even if he has no account? what do I have to change (an if statement? where?) to get that other checkout process (with payment address next to shipping address and below payment method and delivery costs, all displayed on one page), when I have creating accounts disabled? Or shall I better re-install the PWA and then add only your install shipping payment combo without installing the entire contrib? HW
  5. Hello! I have installed contribution Attribute Qty Product Info (3345) which creates a table with all options and attribute prices of a product in the product description (product_info.php) I have products with two attributes in my shop: one that costs less (- 20.00), and one that costs standard (+/- 0.0) My problem is that only the reduced price of the product shows in that table, so customers can only put that one into their shopping cart! I read the code but could not find the bug for I am not a PHP specialist. What is wrong? Can anybody help? I would be really thankful! Bye, HW
  6. Hello Frank! I do not intend to cause you a lot of additional work. Of course, you can help me with the changes in the 20 pages, that would be very nice. But would it also do if I just commented out all log in/log off links and related links? Then you would not have that much work. Or is that a bad idea? How does it come that the payment/shipping address is on another page than the shipping notice and payment method? As soon as you allow customers to create an account (and comment out the tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); there is the shipping/payment combo. But without the option to create an account, that combo is gone. Okay, here are the things I need to change. And if you could help me with any of those, I would be very grateful although I know that it might cost you a lot of time, so just do it if you feel like. 1. payment/shipping combo with account as well as without account 2. sometimes PayPal is listed in the payment method although just invoice is selected in the admin (a bug?) 3. hide or delete the option to create an account at the shipping_success and replace it by a next-button toward the catalog home 4. hide or delete log in and log off buttons in breadcrumb as soon as the account creating possibility is switched off. 5. and some details: How can I add required gender selection on the payment address form? And hide or delete newsletter-option? Okay, that is all for now, I think. :rolleyes: Thanks! Bye, Harry Wotton (Alexander)
  7. Hello Frank! What I want to do is that the customer will be able to purchase without having the possibility to create an account or log in. There should be no way to log in or log off. And I would like to have payment address, shipping address, shipping notes and payment method all on one page. I had installed PWA 0.82 with patch files from 18 Aug 2005. Here is the link to the shop - it is still under construction. http://www.audiotranskription.de/dpshop/ca...=2a&language=en Okay, and here is the includes/filenames.php: <?php /* $Id: filenames.php,v 1.4 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ // define the filenames used in the project define('FILENAME_ACCOUNT', 'account.php'); define('FILENAME_ACCOUNT_EDIT', 'account_edit.php'); define('FILENAME_ACCOUNT_HISTORY', 'account_history.php'); define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info.php'); define('FILENAME_ACCOUNT_NEWSLETTERS', 'account_newsletters.php'); define('FILENAME_ACCOUNT_NOTIFICATIONS', 'account_notifications.php'); define('FILENAME_ACCOUNT_PASSWORD', 'account_password.php'); define('FILENAME_ADDRESS_BOOK', 'address_book.php'); define('FILENAME_ADDRESS_BOOK_PROCESS', 'address_book_process.php'); define('FILENAME_ADVANCED_SEARCH', 'advanced_search.php'); define('FILENAME_ADVANCED_SEARCH_RESULT', 'advanced_search_result.php'); define('FILENAME_ALSO_PURCHASED_PRODUCTS', 'also_purchased_products.php'); define('FILENAME_CHECKOUT_CONFIRMATION', 'checkout_confirmation.php'); define('FILENAME_CHECKOUT_PAYMENT', 'checkout_payment.php'); define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', 'checkout_payment_address.php'); define('FILENAME_CHECKOUT_PROCESS', 'checkout_process.php'); define('FILENAME_CHECKOUT_SHIPPING', 'checkout_shipping.php'); define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', 'checkout_shipping_address.php'); define('FILENAME_CHECKOUT_SUCCESS', 'checkout_success.php'); define('FILENAME_CONTACT_US', 'contact_us.php'); define('FILENAME_CONDITIONS', 'conditions.php'); define('FILENAME_COOKIE_USAGE', 'cookie_usage.php'); define('FILENAME_CREATE_ACCOUNT', 'create_account.php'); define('FILENAME_CREATE_ACCOUNT_SUCCESS', 'create_account_success.php'); define('FILENAME_DEFAULT', 'index.php'); define('FILENAME_DOWNLOAD', 'download.php'); define('FILENAME_INFO_SHOPPING_CART', 'info_shopping_cart.php'); // imprint page define('FILENAME_IMPRINT', 'imprint.php'); define('FILENAME_LOGIN', 'login.php'); define('FILENAME_LOGOFF', 'logoff.php'); define('FILENAME_NEW_PRODUCTS', 'new_products.php'); define('FILENAME_PASSWORD_FORGOTTEN', 'password_forgotten.php'); define('FILENAME_POPUP_IMAGE', 'popup_image.php'); define('FILENAME_POPUP_SEARCH_HELP', 'popup_search_help.php'); define('FILENAME_PRIVACY', 'privacy.php'); define('FILENAME_PRODUCT_INFO', 'product_info.php'); define('FILENAME_PRODUCT_LISTING', 'product_listing.php'); define('FILENAME_PRODUCT_REVIEWS', 'product_reviews.php'); define('FILENAME_PRODUCT_REVIEWS_INFO', 'product_reviews_info.php'); define('FILENAME_PRODUCT_REVIEWS_WRITE', 'product_reviews_write.php'); define('FILENAME_PRODUCTS_NEW', 'products_new.php'); define('FILENAME_REDIRECT', 'redirect.php'); define('FILENAME_REVIEWS', 'reviews.php'); define('FILENAME_SHIPPING', 'shipping.php'); define('FILENAME_SHOPPING_CART', 'shopping_cart.php'); define('FILENAME_SPECIALS', 'specials.php'); define('FILENAME_SSL_CHECK', 'ssl_check.php'); define('FILENAME_TELL_A_FRIEND', 'tell_a_friend.php'); define('FILENAME_UPCOMING_PRODUCTS', 'upcoming_products.php'); // FAX order define('FILENAME_FAX_FORMULAR', 'fax_bestellung.php'); // new box for products in categorie top define('BOXMODULE_PRODUCTSUNFIXED','psx_bm_products_unfixed.php'); // Fax order form define('FILENAME_FAX_BESTELLUNG', 'fax_bestellung.php'); ?> I will be grateful for help! Thanks! Bye, HW btw, this is a German shop, so as soon as I have completed the language files, you can add a German version to your contrib if you like.
  8. Hello Frank! First of all, your contribution is really cool, it is exactly what I was looking for. Thanks! However, I had to face a problem, and I do not know what to do because I am not a PHP specialist. As soon as I disable the option to create an account or login, and one can only purchase without account, the payment/delivery address and payment/shipping method is on two different pages. If accounts are enabled, all is on one page. How can I get it, that it is always on one page? Before I had found your contribution, I had installed PWA. I tried to unistall it and restore all original files, but I do not know, how to undo the sql modifications I had to run for PWA contribution. Or can I just leave them where they are? Those are the lines I had to enter for PWA: ALTER TABLE customers ADD purchased_without_account TINYINT(1) UNSIGNED DEFAULT '0' NOT NULL AFTER customers_id; ALTER TABLE customers ADD INDEX (purchased_without_account); INSERT INTO configuration_group VALUES (40, 'Accounts', 'Configuration of Account settings', 40, 1); INSERT INTO configuration VALUES ('', 'Purchase Without Account', 'PWA_ON','true','Allow Customers to purchase without an account', 40, 1, '2003-04-08 13:07:44', '2003-04-08 12:10:51', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); ALTER TABLE orders ADD purchased_without_account TINYINT (1) UNSIGNED DEFAULT '0' NOT NULL; I would be very thankful for help! Bye, HW
×
×
  • Create New...