Hello, I need someone that can start immediately and work until complete within the next 24 hours.
If you have not ever worked with Smarty do not continue reading.
I need someone that seriously knows what they are doing and has already worked with Smarty and has no excuses because there isn’t anything they can’t do.
I will only pay through Escrow.
http://www.alliedtruststore.com/index.php?ukey=auth
http://www.alliedtruststore.com/index.php?ukey=auxpage_current_balance
Please make the Current Blance page when members are logged in. You can login with test1 and test1 same user/pass or create your own account..I made a page through the backend tools/info pages but I don’t know the path to where it makes these pages but it’s called /index.php?ukey=current_balance and you add the html through the backend.
account number
Credit Limit
Available Credit
Outstanding Balance
Total Monthly Payments
XXXXXXXXXXXX8631
{account_number}
$500.00
{credit_limit}
$423.63
{available_credit}
$76.37
{outstanding_balance}
$19.95
{current_monthly_payments}
{next_payment_due}
You will need to add these 6 fields in the proper place for each user account in sql through phpmyadmin. I have no idea what tables these fields need to be created in. Please tell me when you know but hey are user specific and need to be in the right user tables created at registration which is also what you are working on here. Add them in sql and then add the tag to call the field through the html in backend tools-info pages
You will need to figure out the registration process code and add
1. A hidden field input that automatically adds $19.95 to thier Current Monthly payments field and it adds next months date to {next_payment_due} field and adds $1000 to thier {credit_limit} field. *i may change to $500 or $2000 please tell me where if i want too.
2. A hidden file to create a unique 16 digit account number and input it to thier account_number field at sign up.
Now we need to make the shopping cart edits to work with financing and down payments.
Need to make some more sql fields. {down_payment} {payment_amount} {length_of_payments}
1. In the backend products section of the backend we need to add these 3 fields, a field for the down_ payment amount and a field for the payment_amount and a field for the length_of_ payments so 3 fields in the backend to administrate this…just like the payment options here http://shopping.eclubusa.com/product.php?pid=371386&ctr=14|50 i want to copy this method they are using. need to add this into the backend section to administrate it for each product.
2. Need to add these fields in the proper product_description.tpl and make it work when all the way through the entire shopping cart process. So the member clicks add to cart and the process starts.
Make the necessary script edits to make this work with the shopping cart….we need to know how much the member is going to pay down payment plus shipping plus tax and send them to checkout then do the following field updates.
Then it has to que the {outstanding_balance} for a value and see what the outstanding_balance is. PRICE -{down_ payment}+{existing_outstnading_balance}= {new_outstanding_balance}.
Then it has to que the {current_ monthly_ payments} field for a value and see what the monthly payments are currently….then it adds the new purchase {payment_amount} to get the new {currently_monthly_payments}.