oscommerce

Parse error: syntax error, unexpected T_ELSE in ..... modules.php on line 243

Hi, I'm getting this error after inserting manually a module for oscommerce. I know it has something to do with this part after adding the module beneath to the excisting code. Does anyone see what is wrong here? // STS V4.6 drop start } else { if($key == 'MODULE_STS_TEMPLATE_FOLDER'){ $dir_name = a...

Where or what to edit to resize column in a table?

I wonder where and what I have to edit to make the first column in my oscommerce template (the one with the delete checkbox) smaller. I have spend 2 evenings try finding the data which van alter this column, at this point, everything failed. This is a link to the template I have, any help would be great. The link to the template is her...

show category image from sub-category problem

Hi, Please let me explain my question first. I have a webshop which has a lot of products, but also a lot of categories. The product pictures are imported from openicecat.biz, it's a content provider too. When there is no description or image available for a certain product, a noimage.jpg is displayed Someone made a code which picks a ...

How to auto submit using PHP

I have oscommerce based website. The product's attributes are read from text file. All i want is to press the "insert product" button automatically either through AJAX or anything else. So that i can add 100 product daily in automatic way instead of manually uploading them using text file and press "insert product" button 100 times. Ple...

PayPal Website Payments Pro (UK) Direct Payments configuration problem in osCommerce

hi to all i am using oscommerce for my client . he is from uk. i am using this module for payment "PayPal Website Payments Pro (UK) Direct Payments " beacause my want for payment using paypal creating card service. here i have problem : when i enable this module and payment using this. it gives an error: Error: Payment module confi...

How to apply shipping charge to every purchase

Hi All, I am currently working on osCommerce Site. I have installed United Parcel Service module in that. I have attached the image for the configuration which I have set. What I want is to apply shipping charge to every product. Currently problem is that i have to select the zone and if shipping address is lies in that zone then onl...

oscommerce echo osc_link_object(osc_href_link problem

In oscommerce, I have set the DIR_WS_IMAGES from the config.php to be an external url so that the site loads the images from a static cookie-less subdomain. The images work fine except the pop-us. The pop-up scritp echo osc_link_object(osc_href_link(DIR_WS_IMAGES. will give the following url http://www.example.com/http://subdomain.exa...

Migrate oscommerce in to magento

Hi From where can i start the oscommerce migration in to Magento . Very Thanks ...

How can you tell if a site is using oscommerce?

Is it possible to tell from the page source of a site whether it is built using oscommerce? I've looked a t a couple of sites and can't see an obvious way but I was just wondering if there was a common folder naming convention or something like that which would give it away? ...

osCommerce add textbox

Hello friend How can I add textbox to admnin part of oscommerce in add product? is there any extension? Kindly Help me ...

osCommerce Authorize.net confirm payment time out

hi to all , i am using oscommerce for my client. i have integrate authorize.net payment module for payment using credit card. when i am checkout and confirm payment after enter credit card detail.. page is time out and give the following error. An error occurred while trying to report this transaction to the merchant. An e-mail has ...

How to import user's from oscommerce to magento

Hi , i have above than 3000 users in my oscommerce now i want to migrate those user in to magento . how can i do that please help ...

osCommerce template system (sts)

hi I found that i can a sysm template STS to design the loock of osCommerce so far I got used to how to use the pre-defined tags. however I am trying to creat the following in the main index page <div class="category"> <ul><li><a href="$gategorylink$"> <img scr="categoryImage" /> </a><li></ul> <!-- all the ...