Talk to me about anything. If you’d like to work with me, or
even if you just need a hug, I’ll get back to you shortly.

Please enter your name


Say something!

Type the characters you see in the picture below.

Captcha needed

+1  (818) 574-3596 
+44 (020) 8123-6463
+91 (0)   9864011106

osCommerceCoders.com

Affordable end to end oscommerce solutions with
Search Engine Optimization

Archive for the ‘oScommerce Upgrade’ Category

osCommerce has a problem when editing an existing manufacturer’s information. If a new manufacturer image is not loaded at the same time then the image that was there previously disappears. osCommerce also fails to delete a manufacturer’s image from the server when the manufacturer is deleted.

The solution to the problems is simple. Open the file admin/manufacturers.php

Find the following lines around line 41:

if ($manufacturers_image = new upload(‘manufacturers_image’, DIR_FS_CATALOG_IMAGES)) {
tep_db_query(“update ” . TABLE_MANUFACTURERS . ” set manufacturers_image = ‘” . $manufacturers_image->filename . “‘ where manufacturers_id = ‘” . (int)$manufacturers_id . “‘”);
}

Replace them with the following lines:

$manufacturers_image = new upload(‘manufacturers_image’);
$webimgtypes = array (‘bmp’, ‘jpg’, ‘jpeg’, ‘gif’, ‘png’);
$manufacturers_image->set_extensions($webimgtypes);
$manufacturers_image->set_destination(DIR_FS_CATALOG_IMAGES);
if ($manufacturers_image->parse() && $manufacturers_image->save()) {
tep_db_query(“update ” . TABLE_MANUFACTURERS . ” set manufacturers_image = ‘” . tep_db_input($manufacturers_image->filename) . “‘ where manufacturers_id = ‘” . (int)$manufacturers_id . “‘”);
}

Find the following around line 77 (line 81 if you’ve made the previous change already)

$image_location = DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG_IMAGES . $manufacturer['manufacturers_image'];

and replace it with the following:

$image_location = DIR_FS_CATALOG_IMAGES . $manufacturer['manufacturers_image'];

Save your work and you are done.
Cheers

This is because of the free gifts addon of oscommerce store. this is a mysql 5 fix.

Need to change 2 files

Fix 3 files:
shopping_cart.php
Edit the line to:
$gift_query = tep_db_query(“SELECT fg.*, p.products_id, p.products_model, p.products_price, p.products_image, p.products_status, pd.products_name FROM (” . TABLE_CARROT . ” fg, ” . TABLE_PRODUCTS . ” p)
LEFT JOIN ” . TABLE_PRODUCTS_DESCRIPTION . ” pd ON (pd.products_id=fg.products_id)
WHERE pd.language_id = ‘”.$languages_id.”‘ AND p.products_id = fg.products_id AND p.products_status = ’1′ ORDER BY fg.threshold ASC”);

admin/gift_add.php
Edit the line to:
$gift_query = tep_db_query(“SELECT fg.*, p.products_id, pd.products_name FROM (” . TABLE_CARROT . ” fg, products p)
LEFT JOIN products_description pd ON (pd.products_id=fg.products_id)
WHERE pd.language_id = ‘”.$languages_id.”‘
AND p.products_id = fg.products_id
ORDER BY fg.threshold ASC”);

If you need commercial support in fixing it you can use the contact us form in the site.

Social media marketing describes use of social networks, online communities, blogs, wikis or any other online collaborative media for marketing, sales, public relations and customer service. It is about using social media platforms and online communities to promote your business. Common social media marketing tools include Twitter, LinkedIn, Facebook, Flickr, Wikipedia, Orkut, YouTube etc

Our team has extensive experience offering a full suite of social media marketing services to clients around the globe.

The campaign will be designed around your specific needs and objectives.

We use the following services to help you build a strong online presence and leverage social media to your advantage.

Blogging
We will setup a blog where you can post blog post with information related to your business.

We can also assign you a writer who will capture your personal voice and branding message in each blog post. Our social media marketing consultant will make your blog social media-friendly by making it easier for people to link, tag, and bookmark your blog posts. We will integrate your blog into your overall marketing campaign and promote your posts to spread awareness of your brand.

Viral Marketing
It encourages people to pass a marketing message on to others

Facebook Communities
It creates a platform where local customers can come together and also helps in sharing news, receiving feedback and providing customer service.

Twitter Accounts
It enables to network and attract new clients and promote the business

You Tube videos
Videos about products information and other social messages is used to market the businesss

Video Optimization
Viral Videos gets quick exposure to business and attract visitors to website

You can order the package and get it started.

250 USD


This means that the function is not defined in the store files or is defined by the store is not getting the file loaded.

this happens in badly customized templates of oscommerce.

quick fix is to delete the functions in the language files in english.php, german.php etc and then define the function in includes/functions/general.php so that is loads all the time irrespective of the language file selected.

If you need support in fixing it you can use the contact us form to get in touch with us.

these are the steps for oscommerce upgrade to make it work with php 5.3

if you need your oscommerce store to make it work with php5.3 , you can use the contact us form to get in touch with us or call us

A nominal fee of 150USD for the upgrade of the core version of oscommerce. upgradation of other custom features and contributions for php5.3 compatible is extra.

You can order the package and get it started.

150 USD


This happens due to a bug in OSCommerce after the server upgrade is from PHP 4.x to PHP 5. The way the code was written in upload.php was using an undocumented feature that was not officially supported, and subsequently did not carry over into PHP 5.

To fix this, edit the ‘upload.php’ file mentioned in the error message using a text editor. Open the file and find the line (about 30 lines down) that says:

// self destruct
$this = null;

And edit it to say this:

// self destruct
// $this = null;
unset($this);

(basically comment out with // the $this = null; line and add the unset($this); line)

Your admin panel should work properly now.

This is a common issue with a working admin panel when php version upgrade to 5 is done

For a flat fee of 40 USD, we are providing oscommerce upgrade services to work with mysql 5 and php5 issues. This upgradation includes only only the base package of oscommerce and does not include upgrading contributions or custom programming with the existing oscommerce store.

Please use the contact us link to get in touch with us.

We provide upgradation services from any version of oscommerce to the latest version of oscommerce, namely, osCommerce Online Merchant v2.2 RC 2a

Upgrade your MS 2.2 version of oscommerce to osCommerce Online Merchant v2.2 RC 2a for a flat fee of 75 USD.

You can order the package and get it started.

75 USD


Contact Us
Name*
Email*
Phone*
Services*
Message*
Security Code* baa27
 
 

REACH US



You can email us at oscommercecoders@gmail.com


or Click here to contact us or call us at +1 - 818-574-3596

TAG CLOUD

Sponsors