Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

goyito

Archived
  • Posts

    28
  • Joined

  • Last visited

Everything posted by goyito

  1. Hello: I have done what you explain here and does not work, neither the redirect, no the seo. My problem is that I have installed the ultimate seo url, so I have a file called htaccess that always call the products to my website, not to my mobile side. I would like to have the benefits of the ultimate seo url working on the mobile site. Do you know how can I fix it? Thankyou in advance, Gregorio
  2. Hello: Do you know if anybody have been working on the shipdate contribution for order Editing Tool? Waiting for your answer, Sincerly yours Gregorio
  3. Hello, I have been trying to implement shipdate contribution to order editor contribution, but I am not able to do it. ¿Can anyone help me?
  4. Hello: I have a question. When I create a new customer with the manual order maker, it does not create a customer ID. And the new customer does not appear in the database neither in the customer.php. How can I fix it? Thankyou in advance
  5. Hello: I would like to know if it is posible to show in the admin/orders.php the person who create a new order with the order editor (the name of the diferent persons that have the permissions to create a new order with the order editor). Maybe you know somebody who has work on it or a contribution. On the other hand in my store we have the person who make the new order and the person who take the order and process it until it is done. These two persons may not be the same. They have permissions to place an order with the order editor and edit the orders. I would like to know how can I also select the person who process the order. Thankyou in advance. Gregorio
  6. Hello: I would like to know if it is posible to show in the admin/order.php the person who create a new order with the order editor (the name of the diferent persons that have the permissions to create a new order with the order editor). Maybe you know somebody who has work on it or a contribution. On the other hand in my store we have the person who make the new order and the person who take the order and administrate it until it is done. These two persons can not be the same. They have permissions to place an order with the order editor and edit the orders. I would like to know how can I also select the person who administrate the order. Thankyou in advance. Gregorio
  7. Hello! I would like to know how can I create a template in a landscape way? I have already change from portrait to Landscape in the beginning of the template code and it does not work. Thankyou in advance
  8. Thankyou very much. It works great. I change the format of the date and I present it as dd/mm/yyyy. The problem is that when I have to insert a date, with the function strtotime, I have to write the date as yyyy/mm/dd. Is it posible to change it ?
  9. Thankyou for your answer, when I type 1174258800, I see in my server the date monday, March 19, 2007. I do not know how to insert the date in the database without typing 1174258800. I would like to type the date, just like a date format and that the database recognize it.
  10. Hello, I placed a shipdate field in the edit_order php. The problem is that I do not know the function that formats the date string. Try to use the code that I put down here and you will see the shipdate field in the edit_orders.php, but if you try to change it, you will get a different date. I have try to put the calendar in the edit:orders.php, but it does not insert any value to the mysql. And I wonder if anybody have done it. In admin/includes/classes/oe_order.php add CODE 'shipdate' => $order['shipdate'], on a new line after CODE 'orders_status' => $order['orders_status'], Then in admin/edit_orders.php add CODE shipdate = '" . tep_db_input(tep_db_prepare_input($_POST['update_info_shipdate'])) . "', on a new line after CODE cc_expires = '" . tep_db_input(tep_db_prepare_input($_POST['update_info_cc_expires'])) . "', Next add CODE <tr class="dataTableRow"> <td class="dataTableContent" valign="middle" align="right">Shipdate: </td> <td colspan="3" valign="top" class="dataTableContent"><input name='update_info_shipdate' size='35' value='<?php echo $order->info['shipdate']; ?>'></td> </tr> after CODE <tr class="dataTableRow"> <td class="dataTableContent" valign="middle" align="right"><?php echo ENTRY_EMAIL_ADDRESS; ?></td> <td colspan="3" valign="top" class="dataTableContent"><input name='update_customer_email_address' size='35' value='<?php echo $order->customer['email_address']; ?>'></td> </tr>
  11. Really I do not know. I use the contribution shipdate, and it works great in the catalog. And I am trying to do the same in the order editor. This contribution is a calendar in the where you select a date for the delivery. i do not know how to find the function that formats the date string. It is really a varchar(10) not null
  12. Returns Thursday, January 1, 1970 when I tipe 19/03/2007
  13. Hello: For example, for a date of nineteen March 2007, I see in order editor 1174258800, And all the diferent dates begin with 11 and finish with 00
  14. Thankyou for your answer: The thing is that when I writte a date in the shipdate field, the mysql db does not recognize it and always print the date of 1st January of 1970. I think that it is probably because this field is added in the mysql as a varchar(10) and not as a date field. How can I fixe it not changing the database field? And how can I do it for to write the date in spanish format (dd/mm/yyyy) and mysql resolve it? Thankyou in advance Goyito
  15. hello, it is store in the orders table and the name is shipdate. Thankyou for your reply
  16. [hello, this is a great contribution, I have a flowerstore and I have installed in the osc the shipdate module. I have try to insert this shipdate module to the order editor but i am not able to do it. Can anybody insert the shipdate to the ordereditor? Thanks in advance
  17. hello, this is a great contribution, I have a flowerstore and I have installed in the osc the shipdate module. I have try to insert this shipdate module to the order editor but i am not able to do it. Can anybody insert the shipdate to the ordereditor? Thanks in advance
  18. Dear friends: This is a great job that you have done with the shipdate module. This is what I was looking for, I also translate this module to spanish and change it for the MS2.
×
×
  • Create New...