Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fast easy checkout


nana

Recommended Posts

yes i will take a look at it tom

i really like to figure this problem

 

checkout_confirmation.php

checkout_shipping.php

if you have bts or sts i also need any and all replacment files

Link to comment
Share on other sites

  • Replies 1.7k
  • Created
  • Last Reply

Top Posters In This Topic

frank I am having probs with shared ssl, will this go away if i use full ssl? Thanks for the suggestions they fixed the main issue but now the shared ssl has to be off to work?

Link to comment
Share on other sites

Anyone,

 

The font size of the text in the boxes in the checkout pages such as the your details/Shipping method/Payment method boxes seems alot larger than elsewhere on my site. I looked in the source code and it seems to be using class='infoboxcontent' but when i change this in stylesheet it has no effect. Does anyone know where this is controlled? Wondered if it is in any of the FEC files.

 

It also shows large text on the 'Cart' content page, this looks likes it's using class='productlisting-data' which again does not control it?

 

Again, the 'Your shopping Cart is empty' text is huge!

 

Any advice please!

 

Becki

Edited by Becki
Link to comment
Share on other sites

Great Contrib, works a treat. I only had one problem that I couldn't find an answer to, but i have solved it and thought i would share, so here it is: -

 

Get New Total on checkout_shipping was showing ? instead of the ? but worked on other currencies.

 

Edit the ? currency in admin and set symbol to html £ and it worked. Obviously there was a problem with ? symbol messing with the code.

 

Thanks

 

Bob

Link to comment
Share on other sites

make sure about infoboxcontent or infoBoxContent and change it to how you have it in your css file

i do not think i changed anything in shopping cart page though

Anyone,

 

The font size of the text in the boxes in the checkout pages such as the your details/Shipping method/Payment method boxes seems alot larger than elsewhere on my site. I looked in the source code and it seems to be using class='infoboxcontent' but when i change this in stylesheet it has no effect. Does anyone know where this is controlled? Wondered if it is in any of the FEC files.

 

It also shows large text on the 'Cart' content page, this looks likes it's using class='productlisting-data' which again does not control it?

 

Again, the 'Your shopping Cart is empty' text is huge!

 

Any advice please!

 

Becki

Edited by nana
Link to comment
Share on other sites

Hey, before I install this, can I just clarify something?

 

Though there's a tickbox making 'create account' optional, customers still have to enter an email and password or the checkout process will fail?

 

I only ask because this won't work well for me, as my product isn't really one for which repeat sales are likely, so customers are unlikely to bother filling in the p/w details...

 

Could someone run through everything I would have to do to remove the login requirement, please? Or is this contribution compatible with the remove login requirement contrib?

 

I class myself as a 'competent newbie', so you shouldn't need to simplify it toooooo much... hehe.

Link to comment
Share on other sites

This contribution has two complettly seperate parts

part-1 combines the checkout_shipping.php and checkout_payment.php

it is compatable with most payment and shipping modules that is written with similar coding standard of osc and although i have not tested it with all of the modules i have easily made some that were not compatable to work with it

 

part-2 is for create account

it allows for a lot of diffrent combinations like

automatic account creation

choice of account or no account

secnd chance account creation

login on account creation page

 

and with some easy code adjustments

no account at all

account creation after checkout

 

there is a demo at http://seelily.com

Link to comment
Share on other sites

nana,

 

This is a really cool contrib, I have a few questions I would like to ask.

 

1) I have tried all 3 creat_accounts and #1 works great but missing this image images/collapse_tcat.gif, and the still have to make a password (I want to completly do away with the whole making an an account); #2 at the top has a confirm pass word box and also I get this error at the bottom where the box would be for making the account

 

ENTRY_SOURCE

Fatal error: Call to undefined function: tep_get_source_list() in /home/shopprod/public_html/create_account2.php on line 729

 

on #3 it is missing the image and the password box is at the top

 

On all instances during checkout you couldnt change the delivery address unless you use #3.

 

My goal with this contrib is 1) not to be able to create an account but still have records of customers and other important info. 2) use the ask a question contrib or how did you hear about us contrib (which ever one you prefer works better with this contrib)

 

My question is what would I have to do to get these things situated to work?

 

Thank you,

Link to comment
Share on other sites

Orders apparently aren't going through my shopping cart.

 

Don't get me wrong, you can go through the entire ordering process on the shopping cart, go to paypal, even pay, but when you're returned to the merchant's homepage (my cart) it takes you to the account creation page again and acts like nothing was ordered.

 

The only reason I bring this up on this topic is because I have a hunch it may have to do with the FEC module. If it doesn't, feel free to say you're positive it doesn't.

 

-K

Link to comment
Share on other sites

Hi there,

 

does the "paynow=" code appended to the end of checkout_confirmation ever change? The reason being that I have to specify an exact URL that the call to barlcays epdq will come from to start the transaction.

 

Thanks

 

Dave

Link to comment
Share on other sites

matrix

line 721 to 737 deals with how did you hear about us contribution

it is in an if statment so i did not think it would effect anyone that dod not use it

i have used that contribution so it should not cause any conflict or you can just coment out the whole block of code

also ou can use any login box or passwor box on any of the create account by simply changing the first few lines on top of each file

as far as the image i really did not have any but it was supposed to be a box with an arrow in it

if you find a nice one i will add it but i will see if i can find one tom

 

as far as not having an account at all i have not tried it

 

do not choose any of the create account options on top

but make sure you have this line of code

$createaccount='N';

around line 37 right after or before

$fromlogin=tep_db_prepare_input($HTTP_POST_VARS['fromlogin']);

and change the line to

$fromlogin=0;

and this should work

i have not tested it so you have to let me know if there is any issues

you have to also remove all account files or change their name

and remove to all login and account files in the header and anywhere else

 

active countries should also work but have not tried it

 

 

kayin i do not think your paypal situation has anything to do with fec

 

stubbsy paynow is there and should change when javascript is disabled and get total is not done with ajax

this will let the checkout confirmation page know which button is clicked

continue or get total

 

 

everyone ask your question again if i missed out anything i have a bad headache and might have missed something

Edited by nana
Link to comment
Share on other sites

I have the BTS template structure installed and only want to implement part 1 of fast easy checkout to combine the shipping and payment. Can this be done? If so, what do I need to do differently to set it up? Does anyone have BTS only code they can upload to the contributions section? Any help is greatly appreciated.

Link to comment
Share on other sites

you can use this with bts

you can also seperate the code and the template part as it is done with other bts files just like any other file that you would want to add to your shop

Link to comment
Share on other sites

Hello Nana and thanks for helping us all with this great contribution. I have just tried to tackle the first portion of FEC 3.2 and when I click the "Checkout" button from shopping_cart.php, the url that the cart is trying to reference is this: catalog/checkout_shippingcheckout_shipping.php so it is coming up as "Not Found". I followed your instructions and did make the two changes in includes/filenames.php to checkout_shipping.php but am a bit stumped on this one. If I change "checkout_shipping.php" back to just ".php", then when I click the checkout button I'm taken to create_account.php.

 

Here is the code from filenames.php if you need to see it....

 

define('FILENAME_CHECKOUT_PAYMENT', CONTENT_CHECKOUT_PAYMENT . 'checkout_shipping.php');

define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', CONTENT_CHECKOUT_PAYMENT_ADDRESS . '.php');

define('FILENAME_CHECKOUT_PROCESS', CONTENT_CHECKOUT_PROCESS . '.php');

define('FILENAME_CHECKOUT_SHIPPING', CONTENT_CHECKOUT_SHIPPING . 'checkout_shipping.php');

define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', CONTENT_CHECKOUT_SHIPPING_ADDRESS . '.php');

 

I am using the BTS module in an osC_Max version of OSC so maybe my problems are a bit more far-reaching but I'm hoping not!

 

Thanks very much for your time.

Link to comment
Share on other sites

nana,

 

...

1) I have tried all 3 creat_accounts and #1 works great but missing this image images/collapse_tcat.gif, and ...

 

If you still need the collapse_tcat.gif you can download it at http://www.angele-shop.com/catalog/create_account1.php

 

(I think it was zipped in an older fast easy checkout version from Nana)

 

Nana, i did not find the solution, why the "add comment about your order" box does not appear anymore at the checkout_shipping. The funny thing is that it appears if you do not choose a payment form, but in this case the page is redirected to checkout_payment.php. Is that correct?

 

Thank you in advance and thank you for this fine contribution and all the work and support!!

greetings from Germany

 

Philipp

Link to comment
Share on other sites

jess why don't you post some of the original filenames.php here so i can look at the way it is supposed to be

 

johnny in checkout shipping around line 386 uncomment this line

<?php //require('includes/fec/comment_box.php');?>

you have a lot of options here for moving things around

 

guys this contribution changeas two diffrent part of osc

and it has been changed here and there to be flexable to a lot of diffrent ways that have been discussed in numerus treads and blogs about reducing checkout and changing the signup procedure over the past few years

you have to be a little patient to make it behave the way you want

the out of the box configuration is designed to familirizae you with some of its basic flexability.

it also involves your payment modules your order total modules and a lot of other things and in some cases there is some diffrences with the coding styles of other contributers that can create conflict and resolving it may require some out of the box thinking and might take a while

but it is very compatable and almost all other contributions can work with it with minor adjustments but you have to be a little patient with me since i also have to take care of my paid projects

Link to comment
Share on other sites

jess why don't you post some of the original filenames.php here so i can look at the way it is supposed to be

 

Will do Frank and thanks for everything, this contrib is a great help to all of us. Here's the orig filenames.php...

 

<?php

/*

$Id: filenames.php,v 1.9.2.1.2.2 2005/09/21 20:57:48 Michael Sasek Exp $

 

osCMax Power E-Commerce

http://oscdox.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// define the content used in the project

define('CONTENT_ACCOUNT', 'account');

define('CONTENT_ACCOUNT_EDIT', 'account_edit');

define('CONTENT_ACCOUNT_HISTORY', 'account_history');

define('CONTENT_ACCOUNT_HISTORY_INFO', 'account_history_info');

define('CONTENT_ACCOUNT_NEWSLETTERS', 'account_newsletters');

define('CONTENT_ACCOUNT_NOTIFICATIONS', 'account_notifications');

define('CONTENT_ACCOUNT_PASSWORD', 'account_password');

define('CONTENT_ADDRESS_BOOK', 'address_book');

define('CONTENT_ADDRESS_BOOK_PROCESS', 'address_book_process');

define('CONTENT_ADVANCED_SEARCH', 'advanced_search');

define('CONTENT_ADVANCED_SEARCH_RESULT', 'advanced_search_result');

define('CONTENT_ALSO_PURCHASED_PRODUCTS', 'also_purchased_products');

define('CONTENT_CHECKOUT_CONFIRMATION', 'checkout_confirmation');

define('CONTENT_CHECKOUT_PAYMENT', 'checkout_payment');

define('CONTENT_CHECKOUT_PAYMENT_ADDRESS', 'checkout_payment_address');

define('CONTENT_CHECKOUT_SHIPPING', 'checkout_shipping');

define('CONTENT_CHECKOUT_SHIPPING_ADDRESS', 'checkout_shipping_address');

define('CONTENT_CHECKOUT_SUCCESS', 'checkout_success');

define('CONTENT_CONTACT_US', 'contact_us');

define('CONTENT_CONDITIONS', 'conditions');

define('CONTENT_CONDITIONS_CONTENT', 'conditions_content');

define('CONTENT_COOKIE_USAGE', 'cookie_usage');

define('CONTENT_CREATE_ACCOUNT', 'create_account');

define('CONTENT_CREATE_ACCOUNT_SUCCESS', 'create_account_success');

define('CONTENT_DOWNLOAD', 'download');

define('CONTENT_INDEX_DEFAULT', 'index_default');

define('CONTENT_INDEX_NESTED', 'index_nested');

define('CONTENT_INDEX_PRODUCTS', 'index_products');

define('CONTENT_INFO_SHOPPING_CART', 'info_shopping_cart');

define('CONTENT_LOGIN', 'login');

define('CONTENT_LOGOFF', 'logoff');

define('CONTENT_NEW_PRODUCTS', 'new_products');

define('CONTENT_PASSWORD_FORGOTTEN', 'password_forgotten');

define('CONTENT_POPUP_IMAGE', 'popup_image');

define('CONTENT_POPUP_SEARCH_HELP', 'popup_search_help');

define('CONTENT_PRIVACY', 'privacy');

define('CONTENT_PRIVACY_CONTENT', 'privacy_content');

define('CONTENT_PRODUCT_INFO', 'product_info');

define('CONTENT_PRODUCT_LISTING', 'product_listing');

define('CONTENT_PRODUCT_REVIEWS', 'product_reviews');

define('CONTENT_PRODUCT_REVIEWS_INFO', 'product_reviews_info');

define('CONTENT_PRODUCT_REVIEWS_WRITE', 'product_reviews_write');

define('CONTENT_PRODUCTS_NEW', 'products_new');

define('CONTENT_REVIEWS', 'reviews');

define('CONTENT_SHIPPING', 'shipping');

define('CONTENT_SHIPPING_CONTENT', 'shipping_content');

define('CONTENT_SHOPPING_CART', 'shopping_cart');

define('CONTENT_SPECIALS', 'specials');

define('CONTENT_SSL_CHECK', 'ssl_check');

define('CONTENT_TELL_A_FRIEND', 'tell_a_friend');

define('CONTENT_UPCOMING_PRODUCTS', 'upcoming_products');

define('CONTENT_CHECKOUT_PROCESS', 'checkout_process');

define('CONTENT_GV_FAQ', 'gv_faq');

define('CONTENT_GV_REDEEM', 'gv_redeem');

define('CONTENT_GV_SEND', 'gv_send');

define('CONTENT_PRINTABLE_CATALOG', 'catalog_products_with_images');

define('CONTENT_ALLPRODS', 'allprods');

define('CONTENT_DOWN_FOR_MAINT', 'down_for_maintenance');

//BTS for Articles 1.0

define('CONTENT_ARTICLES', 'article_info');

define('CONTENT_ARTICLES_REVIEWS', 'article_reviews');

define('CONTENT_ARTICLES_REVIEWS_INFO', 'article_reviews_info');

define('CONTENT_ARTICLES_REVIEWS_WRITE', 'article_reviews_write');

define('CONTENT_ARTICLES_MAIN', 'articles');

define('CONTENT_ARTICLES_NEW', 'articles_new');

//BTS for Wishlist 2.3

define('CONTENT_WISHLIST', 'wishlist');

define('CONTENT_WISHLIST_HELP', 'wishlist_help');

define('CONTENT_WISHLIST_SEND', 'wishlist_email');

 

// LINE ADDED: WYSIWYG HTML Area

define('FILENAME_DEFINE_MAINPAGE', 'mainpage.php');

 

// define the filenames used in the project

define('FILENAME_ACCOUNT', CONTENT_ACCOUNT . '.php');

define('FILENAME_ACCOUNT_EDIT', CONTENT_ACCOUNT_EDIT . '.php');

define('FILENAME_ACCOUNT_HISTORY', CONTENT_ACCOUNT_HISTORY . '.php');

define('FILENAME_ACCOUNT_HISTORY_INFO', CONTENT_ACCOUNT_HISTORY_INFO . '.php');

define('FILENAME_ACCOUNT_NEWSLETTERS', CONTENT_ACCOUNT_NEWSLETTERS . '.php');

define('FILENAME_ACCOUNT_NOTIFICATIONS', CONTENT_ACCOUNT_NOTIFICATIONS . '.php');

define('FILENAME_ACCOUNT_PASSWORD', CONTENT_ACCOUNT_PASSWORD . '.php');

define('FILENAME_ADDRESS_BOOK', CONTENT_ADDRESS_BOOK . '.php');

define('FILENAME_ADDRESS_BOOK_PROCESS', CONTENT_ADDRESS_BOOK_PROCESS . '.php');

define('FILENAME_ADVANCED_SEARCH', CONTENT_ADVANCED_SEARCH . '.php');

define('FILENAME_ADVANCED_SEARCH_RESULT', CONTENT_ADVANCED_SEARCH_RESULT . '.php');

define('FILENAME_ALSO_PURCHASED_PRODUCTS', CONTENT_ALSO_PURCHASED_PRODUCTS . '.php');

define('FILENAME_ARTICLE_INFO', 'article_info.php');

define('FILENAME_ARTICLE_LISTING', 'article_listing.php');

define('FILENAME_ARTICLE_REVIEWS', 'article_reviews.php');

define('FILENAME_ARTICLE_REVIEWS_INFO', 'article_reviews_info.php');

define('FILENAME_ARTICLE_REVIEWS_WRITE', 'article_reviews_write.php');

define('FILENAME_ARTICLES', 'articles.php');

define('FILENAME_ARTICLES_NEW', 'articles_new.php');

define('FILENAME_ARTICLES_UPCOMING', 'articles_upcoming.php');

define('FILENAME_ARTICLES_XSELL', 'articles_xsell.php');

define('FILENAME_NEW_ARTICLES', 'new_articles.php');

define('FILENAME_CATALOG_PRODUCTS_WITH_IMAGES', 'catalog_products_with_images.php'); // CATALOG_PRODUCTS_WITH_IMAGES_mod

define('FILENAME_CHECKOUT_CONFIRMATION', CONTENT_CHECKOUT_CONFIRMATION . '.php');

define('FILENAME_CHECKOUT_PAYMENT', CONTENT_CHECKOUT_PAYMENT . '.php');

define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', CONTENT_CHECKOUT_PAYMENT_ADDRESS . '.php');

define('FILENAME_CHECKOUT_PROCESS', CONTENT_CHECKOUT_PROCESS . '.php');

define('FILENAME_CHECKOUT_SHIPPING', CONTENT_CHECKOUT_SHIPPING . '.php');

define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', CONTENT_CHECKOUT_SHIPPING_ADDRESS . '.php');

define('FILENAME_CHECKOUT_SUCCESS', CONTENT_CHECKOUT_SUCCESS . '.php');

define('FILENAME_CONTACT_US', CONTENT_CONTACT_US . '.php');

define('FILENAME_CONDITIONS', CONTENT_CONDITIONS . '.php');

define('FILENAME_CONDITIONS_CONTENT', CONTENT_CONDITIONS_CONTENT . '.php');

define('FILENAME_COOKIE_USAGE', CONTENT_COOKIE_USAGE . '.php');

define('FILENAME_CREATE_ACCOUNT', CONTENT_CREATE_ACCOUNT . '.php');

define('FILENAME_CREATE_ACCOUNT_SUCCESS', CONTENT_CREATE_ACCOUNT_SUCCESS . '.php');

define('FILENAME_CVS_HELP', 'cvs_help.php');

define('FILENAME_DEFAULT', 'index.php');

define('FILENAME_DEFAULT_SPECIALS', 'default_specials.php');

define('FILENAME_DOWNLOAD', CONTENT_DOWNLOAD . '.php');

define('FILENAME_INFO_SHOPPING_CART', CONTENT_INFO_SHOPPING_CART . '.php');

define('FILENAME_LOGIN', CONTENT_LOGIN . '.php');

define('FILENAME_LOGOFF', CONTENT_LOGOFF . '.php');

define('FILENAME_NEW_PRODUCTS', CONTENT_NEW_PRODUCTS . '.php');

define('FILENAME_PASSWORD_FORGOTTEN', CONTENT_PASSWORD_FORGOTTEN . '.php');

define('FILENAME_POPUP_CVS_HELP', 'popup_cvs_help.php');

define('FILENAME_POPUP_IMAGE', CONTENT_POPUP_IMAGE . '.php');

define('FILENAME_POPUP_INFOBOX_HELP', 'popup_infobox_help.php');

define('FILENAME_POPUP_SEARCH_HELP', CONTENT_POPUP_SEARCH_HELP . '.php');

define('FILENAME_PRIVACY', CONTENT_PRIVACY . '.php');

define('FILENAME_PRIVACY_CONTENT', CONTENT_PRIVACY_CONTENT . '.php');

define('FILENAME_PRODUCT_INFO', CONTENT_PRODUCT_INFO . '.php');

define('FILENAME_PRODUCT_LISTING', CONTENT_PRODUCT_LISTING . '.php');

define('FILENAME_PRODUCT_REVIEWS', CONTENT_PRODUCT_REVIEWS . '.php');

define('FILENAME_PRODUCT_REVIEWS_INFO', CONTENT_PRODUCT_REVIEWS_INFO . '.php');

define('FILENAME_PRODUCT_REVIEWS_WRITE', CONTENT_PRODUCT_REVIEWS_WRITE . '.php');

define('FILENAME_PRODUCTS_NEW', CONTENT_PRODUCTS_NEW . '.php');

define('FILENAME_REDIRECT', 'redirect.php');

define('FILENAME_REVIEWS', CONTENT_REVIEWS . '.php');

define('FILENAME_SHIPPING', CONTENT_SHIPPING . '.php');

define('FILENAME_SHIPPING_CONTENT', CONTENT_SHIPPING_CONTENT . '.php');

define('FILENAME_SHOPPING_CART', CONTENT_SHOPPING_CART . '.php');

define('FILENAME_SITEMAP', 'sitemap.php');

define('FILENAME_SPECIALS', CONTENT_SPECIALS . '.php');

define('FILENAME_SSL_CHECK', CONTENT_SSL_CHECK . '.php');

define('FILENAME_TELL_A_FRIEND', CONTENT_TELL_A_FRIEND . '.php');

define('FILENAME_UPCOMING_PRODUCTS', CONTENT_UPCOMING_PRODUCTS . '.php');

 

// BOF: MOD - Affiliate Mod

define('CONTENT_AFFILIATE', 'affiliate_affiliate');

define('CONTENT_AFFILIATE', 'affiliate_banners');

define('CONTENT_AFFILIATE', 'affiliate_clicks');

define('CONTENT_AFFILIATE', 'affiliate_contact');

define('CONTENT_AFFILIATE', 'affiliate_details');

define('CONTENT_AFFILIATE', 'affiliate_details_ok');

define('CONTENT_AFFILIATE', 'affiliate_faq');

define('CONTENT_AFFILIATE', 'affiliate_info');

define('CONTENT_AFFILIATE', 'affiliate_logout');

define('CONTENT_AFFILIATE', 'affiliate_password_forgotten');

define('CONTENT_AFFILIATE', 'affiliate_payment');

define('CONTENT_AFFILIATE', 'affiliate_sales');

define('CONTENT_AFFILIATE', 'affiliate_show_banner');

define('CONTENT_AFFILIATE', 'affiliate_signup');

define('CONTENT_AFFILIATE', 'affiliate_signup_ok');

define('CONTENT_AFFILIATE', 'affiliate_summary');

define('CONTENT_AFFILIATE', 'affiliate_terms');

// EOF: MOD - Affiliate Mod

 

// BOF: MOD Xsell Products

define('FILENAME_XSELL_PRODUCTS', 'xsell_products.php');

define('FILENAME_PRODUCT_LISTING_COL', 'product_listing_col.php');

// EOF: MOD Xsell Products

// LINE ADDED: MOD - allprods modification

define('FILENAME_ALLPRODS', 'allprods.php');

// LINE ADDED: MOD - Dynamic MoPics

define('FILENAME_DYNAMIC_MOPICS', 'dynamic_mopics.php');

/* moved to configure_bts.php 2003/12/23

// define the templatenames used in the project

define('TEMPLATENAME_BOX', 'box.tpl.php');

define('TEMPLATENAME_MAIN_PAGE', 'main_page.tpl.php');

define('TEMPLATENAME_POPUP', 'popup.tpl.php');

define('TEMPLATENAME_STATIC', 'static.tpl.php');

*/

// BOF: MOD - Checkout Without Account Modifications

define('FILENAME_PWA_PWA_LOGIN', 'login_pwa.php');

define('FILENAME_PWA_ACC_LOGIN', 'login_acc.php');

define('FILENAME_CHECKOUT', 'Order_Info.php');

define('FILENAME_ORDER_INFO', 'Order_Info.php');

define('FILENAME_ORDER_INFO_PROCESS', 'Order_Info_Process.php');

// EOF: MOD - Checkout Without Account Modifications

// BOF: MOD - Wish List 2.3

define('FILENAME_WISHLIST_SEND', 'wishlist_email.php');

define('FILENAME_WISHLIST', 'wishlist.php');

define('FILENAME_WISHLIST_HELP', 'wishlist_help.php');

// EOF: MOD - Wish List 2.3

// BOF: MOD - FedEx

define('FILENAME_FEDEX_TRACK', 'track_fedex.php');

define('CONTENT_FEDEX_TRACK', 'track_fedex');

define('FILENAME_TRACK_FEDEX', 'track_fedex.php');

define('FILENAME_SHIP_FEDEX', 'ship_fedex.php');

define('FILENAME_SHIPPING_MANIFEST', 'shipping_manifest.php');

// EOF: MOD - FedEx

?>

Link to comment
Share on other sites

stubbsy paynow is there and should change when javascript is disabled and get total is not done with ajax

this will let the checkout confirmation page know which button is clicked

continue or get total

 

Thanks for the quick reply, i won't be able to use this unfortunately as ePDQ will only accept incoming requests from 1 url which must not change.

 

Thanks again

 

Dave

Link to comment
Share on other sites

I hope I can get a quick response to this. I set this up for a client (who needs it ready by the 14th), but when I went through to test it, I receive an error when I enter my information in the create_account3.php form. No matter what I do, I get an error:

Your E-Mail Address does not appear to be valid - please make any necessary corrections.

Any ideas on what it could be? I've entered a few very valid email addresses and received the same error no matter what. It's 3:00 A.M. so it might be staring me in the face, but please help!

 

-Roberto

Link to comment
Share on other sites

Hello all

 

I've installed this contribution (just the shipping+payment in 1, not the account creation) from 0 (no upgrades) like part-1.html says and I'm getting this error when I try to checkout:

 

Fatal error: Cannot redeclare tep_show_category() (previously declared in /usr/home/la-tartana/www/includes/header.php:196) in /usr/home/la-tartana/www/includes/boxes/categories.php on line 59

 

Any ideas ?

 

This didn't happened until I installed/modified the 5 files.

Edited by krampak
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...