Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

khime

Pioneers
  • Posts

    136
  • Joined

  • Last visited

Profile Information

khime's Achievements

  1. Are there any test / live sites available to see this in action? Obviously I wont make a test purchase!
  2. Have you got a link to a demo or some screenshots for us to seeit in action? :)
  3. Hi guys I' ve been using this contribution now for a while and it is very good. (Apart from the fact that I cant seem to get the server-side cache to work :'( , nevermind) I have just been informed of a security risk by hackerguardian about a possible BLIND SQL injection techniques. I have absolutley no idea how to modify the code in order to solve this security issue. Can anybody help with this matter?
  4. Hi there, at the moment our site uses HSBC epayments which requires a redirect to their site. We are thinking of using Protx Driect to keep customers within our site and we are wondering what peoples experiences are with this. I know that alot of sites these days keep the customers on the same site to make it look more professional. If we change to Protx Direct and install the Protx Direct Contribution what is the normal proceedure for customers because we havent seen it in action yet a) from checkout_confirmation.php does the customer go to another page and enters their card details only? By that I mean all the delivery address and billing address are automatically entered for the customer? B) What happens in case of card detail error? By that I mean if customers enter the card number incorrectly, does the page auto refreshes to inform that the card details are incorrect and askes them to enter again? c) What happens in the case of suspected fraud? Does the customer get rejected immediately or do they put in a review state? In HSBC epayments, sometimes they put in the wrong address sometimes so the customer doesnt automatically get rejected, they just get put into "fraudshield" for us to ring them up to confim address, etc d) What happens if the customers card is declined? does the protx direct inform that to the customer and ask for another card? * Any other comments or if there are common problems encountered by you then please let me know ** Anybody willing to save a screenshot of their Protx direct in action for me to look at, I'd much appreciate it Thanks Simon
  5. How do you use the manual code? Right, this is a fine contribution and the standard find and replace works superb in the product descriptions in product_info.php. What I'm having problems with is the manual code part. I am trying the manual code but it doesnt seem to work. There is a part where I want the put the words "Price Match" under the price (not in the product description) then use the Javascript popup to open up when "Price Match" is clicked and then open the link to the price_match.php (passing the $product_id) on the way if possible. According to the instructions i have placed the comment <! --Price Match--> in the product_info.php In the settings I have: * ticked "use manual code" * Pages: product_info.php * Link: price_match.php?products_id=$HTTP_GET_VARS['products_id'] Now when I load the page "price match" doesnt appear but when i view the source I can see <! -- Price Match--> comment. So I'm asking if someone can enlighten me how to use the manual code correctly Thanks Simon
  6. Hi this contribution works fine. If you want to change the default "Update status?" to "No" by default then what I had to do was edit the new orders.php that came with the contribution. In line 396 change the ('autoupdatestatus', 'Yes',true) to ('autoupdatestatus', 'Yes'), then replace the ('autoupdatestatus', 'No', true); I have a question for you people how to add the invoice date to print_batch_invoice.php In the single print invoice.php it prints the invoice date using the following command $order = tep_db_query("select orders_id, date_purchased from " . TABLE_ORDERS . " where orders_id = '" . (int)$oID . "'"); $order_query = tep_db_fetch_array($order); <?php echo tep_date_short($order_query['date_purchased']);?> Now I dont know how PHP works so when I copy and paste this code into print_batch_invoice.php it doesnt work. This is the error message: Fatal error: Cannot redeclare tep_db_connect() (previously declared in /homepages/12/d98245522/htdocs/catalog/admin/includes/functions/database.php:13) in /homepages/12/d98245522/htdocs/catalog/admin/includes/functions/database.php on line 13 Can anyone give me the correct query to retrieve the date?
×
×
  • Create New...