Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

andytc

Archived
  • Posts

    248
  • Joined

  • Last visited

Everything posted by andytc

  1. It seems to only show the last item in the cart Also ... Shopping cart Send shopping cart details to Protx? This option has no effect at all , the details sent to protx are the same , on or off.
  2. It seems to only show the last item in the cart Shopping cart Send shopping cart details to Protx? This option has no effect at all , the details sent to protx are the same , on or off.
  3. I think this is the section that deals with the cart ? //added by Mike Jackson $plain .= "&"; //get ready to add more data to the query string // now add the shopping cart to the string so it gets sent to PROTX global $cart, $order; $Shipping = $order->info['shipping_cost']; $Shipping = number_format($Shipping, 2, '.', ''); $products = $cart->get_products(); $No_lines = sizeof($products); $No_lines = $No_lines + 1; // Don't forget the shipping as an item! $cart_string = "Basket=".$No_lines; for ($i=0, $n=sizeof($products); $i<$n; $i++) { $Description = $products[$i]['name']; $Description = str_replace(":", "", $Description); // added v1.09 MJ - Make sure that there are no colons (:) since we are producing a colon delimited list $Qty = $products[$i]['quantity']; $Price = $products[$i]['price'] + $cart->attributes_price($products[$i]['id']); $Tax = $products[$i]['price'] /100 * tep_get_tax_rate($products[$i]['tax_class_id']); $Tax = number_format($Tax, 2, '.', ''); $final_price = $Price + $Tax; $final_price = number_format($final_price, 2, '.', ''); $Line_Total = $Qty * $final_price; $Line_Total = number_format($Line_Total, 2, '.', ''); $cart_string .= ":".$Description.":".$Qty.":".$Price.":".$Tax.":".$final_price.":".$Line_Total; } $cart_string .= ":Shipping:1:".$Shipping.":----:".$Shipping.":".$Shipping; //added v1.09 MJ - remove any newlines and carrige returns - PROTX protocol does not allow these in the shopping basket. $cart_string = str_replace("\n", "", $cart_string); $cart_string = str_replace("\r", "", $cart_string); $plain .= $cart_string; } // end added by Mike Jackson any help here ?
  4. I'm having problems with the cart details being sent to protx using the form module ver1.0.9 Once the cutomer gets to protx pay screen , the items ordered are not shown in a list , only one item shows , but the total is for all items and is correct. It looks very odd and i wouldn't like it if was a customer. To Pay For: ''1 x SPECIAL WIDGET = ?59.99 from MY COMPANY'' Amount: 106.98 GBP The cart above has 2 items in it , but only lists one , but the total is for correct for the 2 items. The confirm e-mails show the items listed and they show in admin ok , but i think this might put customers off. any ideas how to fix this ? I've asked Protx , they said they couldn't help with this.
  5. I'm having problems with the cart details being sent to protx using the form module ver1.0.9 Once the cutomer gets to protx pay screen , the items ordered are not shown in a list , only one item shows , but the total is for all items and is correct. It looks very odd and i wouldn't like it if was a customer. To Pay For: ''1 x SPECIAL WIDGET = ?59.99 from MY COMPANY'' Amount: 106.98 GBP The cart above has 2 items in it , but only lists one , but the total is for correct for the 2 items. The confirm e-mails show the items listed and they show in admin ok , but i think this might put customers off. any ideas how to fix this ? I've asked Protx , they said they couldn't help with this.
  6. How did you "Plug it straight in?" the install is very un-clear and i can see no clear instructions for the 2.9 ver , only blurry images in the install text. The paypal IPN V1.1 files dont resemble these at all. Can you exalin how you did it ? Thanks
  7. How can i acheive the requirement for paypal orders to have this message displayed after succesful checkout and only have it showing for paypal payments? "Your payment has been processed and you will receive a reciept via email shortly. You can log into your account at www.paypal.com to view the details of your transaction" I can add a text line which gives this info but it would appear for all payment methods, is there a way to have a specific success message for paypal payments. I'm using the Osc paypal IPN module thanks
  8. andytc

    Paypal

    Satish , auto return is on, that's not really my problem as that all works ok. It's when they click confirm order and are taken to paypals website , the first payment page doesn't show the products that are being paid for ....it's just a blank form field that could be filled in ?? The default code was set like this tep_draw_hidden_field('item_name', STORE_NAME) . and i changed it to this after reading another post tep_draw_hidden_field('item_name', $_SESSION['FixOrder']) . That only added the blank form field on paypals site ? orders are showing in admin and on the confirmation e-mails sent to customers , just not on paypals pay pages ???? :(
  9. andytc

    Paypal

    I'm not getting the item ordered showing up on paypals site ? Just the amount and company name. the field for the item is blank ? in my paypal.php i have this entry on line 88 tep_draw_hidden_field('item_name', $_SESSION['FixOrder']) . I found this in another post , but it does not seem to have cured the problem ? This is the standard paypal module in admin. evrything else is working fine, orders are showing in admin and e-mail notifications are sent , payment goes through no problem. Any idea on how to pass the actual item orderd to paypals pay screen ?
  10. andytc

    Protx Question ?

    Hi I'm in the process of choosing a payment processor , I already have an IMA via streamline and am considering Protx. They offer choices of VSP Form or VSP Direct. I would be grateful for opinions on which type would be best. At the moment i am on shared hosting , so this would rule out using the VSP Direct option. (if my research is correct?) I would like to know if it would be beneficial for me to switch to a non-shared hosting account and use the Direct option ? Any opinions on the pro's and con's of Form versus Direct would be very much appreciated. Thanks
  11. Also just noticed that the Product name is also missing from the catalog , catagorie listing section as well .... In admin , there is no field for "product name" , i have 2 entries for product description instead ??? HELP !!
  12. I've just installed this contrib and it all seemed to be working fine , untill i went to admin and discovered a huge problem. In the "Categories / Products" listing in Admin , after i have viewed the product details or changed something , the products name disapears from the list , the product is still there , but no name is showing ????. It will do this even if i click update without making any changes to he tags or description fields?? i know it doesn't sound like a huge problem , but it will be when i add more products , i wont be able to see the lsit of names and it will make editing a nightmare ??? Any ideas please ??
  13. Ok , got it all working fine. a fresh install and it all went really easy. I think my previous attempt was messed up with other contribs installed. I'm using this with Ultra pics V1.0 Thanks ! :)
  14. If I have oscommerce installed on my root folder , not catalog , what files need to be changed in order to make this contrib work ? I tried installing this before but it didn't work out , i'd like to get it working. Cheers
  15. Yes , the database install seemed to go well using PHPmyadmin , no errors reported. I can see the image magic config in admin , the only odd thing in admin is the standard OSc logo does not show , and interestingly the URL for that contains the image magic path http://www.hdpower.co.uk/admin/imagemagic....=204&h=50&page= Thumbnails still show original path eg - http://www.hdpower.co.uk/images/RPC48973.jpg http://www.hdpower.co.uk Thanks a lot for a quick reply
  16. Hi I've just installed this contrib and my thumbnail images look just the same ? , the url doesn't have imagemagic in the path ? I had to create a dir called "thumbnails" and chmod to 777 ..... correct ? any help ?
  17. I've installed Ultra pics Updated version. I like this contrib and want to use it.....however :-" When i go to my admin , instead of 1 instance of " enable additional images" i get 5 ! also , if i dont specify an image for all the image sizes for a product ie Products Image: Medium Image: Large Image: some of the thumbnails in the catalog only show text when enlarged. I can only get these to work if i fill in all those boxes with an image ? heres my admin list - which has 5 of evrything for some reason? Images Small Image Width Small Image Height Heading Image Width Heading Image Height Subcategory Image Width Subcategory Image Height Calculate Image Size true Image Required true Enable Additional Images? Enable Additional Images? Enable Additional Images? Enable Additional Images? Enable Additional Images? Additional Thumb Width Additional Thumb Width Additional Thumb Width Additional Thumb Width Additional Thumb Width Additional Thumb Height Additional Thumb Height Additional Thumb Height Additional Thumb Height Additional Thumb Height Medium Image Width Medium Image Width Medium Image Width Medium Image Width Medium Image Width Medium Image Height Medium Image Height Medium Image Height Medium Image Height Large Image Width Large Image Width Large Image Width Large Image Width Large Image Width Large Image Height Large Image Height Large Image Height Large Image Height Large Image Height this contrib was installed on a fresh OSc install ?
  18. No help here then ? I guess i'll leave this one alone and do it the old skool way .....136 page support thread ? WOW
  19. For a new install of this template system , which file should i download and install. I've loked in the contrib section and it's not very clear. the only one that says "full package" has a note to say do not download ? huh? very confusing any help cheers
×
×
  • Create New...