Latest News: (loading..)
Search the Community
Showing results for tags 'comments'.
Found 5 results
-
Hi, I'm trying to add some text to the comments during checkout. The only issue which occurs is that line breaks do not work. \n or <br> are plain visible, while the "shift enter" linebreaks from the textarea input just work as expected. It sounds really easy to do, but I'm overseeing it, any help is appreciated.
-
http://forums.oscommerce.com/topic/387310-discount-coupon-addon/#entry1637901
-
Importing customer comments from osCommerce to stamps.com
j pikman posted a topic in Shipping Modules
I am getting comments from customers in osCommerce. When printing the packing list in stamps.com, the comments do not transfer. Is there a way to have those comments printed on the stamps.com packing list? Thanks in advance -
Different comment on each product (facebook plugin modify) - Support
joacosanchez posted a topic in General Add-Ons Support
** Support forum ** This module adds the normal facebook comment plugin below the product description, but on each product the comments are not the same (on the normal facebook plugin, the comments are the same in each product). So your customers now can comment about each product. It also adds the login for facebook (optional) PD: Sorry for my english. comentarios_fb_por_articulo.tar.gz -
Hi I have a food delivery shop which is connected to a printer, all order printing automaticly.... I need help for when customers select a payment methot that must be inserted a text like "Customer wishes to pay by card" I have this code from another shoppingcart, can anyone help me to integraget it in oscommerce? if($payBy=="Pay card"){ $order_note=$order_note." Customer wishes to pay by card "; } Thanks in advance