RSS

Fulex Order Fulfillment & Product Warehousing Services For Cre Loaded, Zen Cart, Oscommers

Fulex Order Fulfillment & Product Warehousing Services provides warehouse space for storage of products awaiting packaging and delivery. Fulex also provides direct shipping of purchased product to customers there by removing stress and hassle surrounding packing and shipping to customers. Fulex through CIO Direct – Order Fulfillment, Warehouse Management and Customer Service – provides API for sending orders directly to Fulex as soon as orders are placed and paid for by customers; this API works on any oscommerce based store.

Site using Fulex Order Fulfillment & Product Warehousing Services www.round5mma.com

Schedule scripts to run at pre-set time with phpJobScheduler

I came across phpJobScheduler when working on site where the hosting company does not allow cron for scheduling jobs. The software is very easy to install and its performance is very impressive. Most importantly phpJobScheduler is free and there is support available through online documentation and forum.

Update Inventory with Supplier’s CSV, Tab, XML Inventory Feed

When your supplier provides XML, CSV or tab delimited data feeds of their inventories, the best thing to do is to implement an automated system that can take this feed and use it to update  your store pricing and stock levels. For a small store this can be done manually via Easy Populate easily. However for a mid-size ( up to 500 product) to large store (more than 10,000 products), using Easy Populate to manually load products becomes tedious.

I have develop a system which can handle single or multiple data feeds in any file format to load products into stores from classic oscommerce,  to zen cart, to cre loaded, etc. This a real time inventory feed. The system is easy to use, can be configured to include products attribute option, attribute option values, download product images, and does not need any manual intervention. It effectively gives a store owner the ability to focus exclusive on running the business rather than chasing inventory because of constant update.

This system works with virtual any supplier inventory feed for including Petra, Synnex, Doba, dbldistributing, trademarkcommerce, CNET, Effex Media, Murphysmagic, etc. Contact me today for references and a free consultation on how to implement on your store.

Inventory Update Script
Method and System for Loading Large Amount of Product Attributes without using Easy Populate

Reference Sites
automated inventory load & update cre loaded: www.collegegiftregistry.com
automated inventory load & update cre loaded: www.strutmanelectronics.com
automated inventory load & update cre loaded: www.promgowns4less.com

automated inventory load & update zen cart: www.mscom2000.com
automated inventory load & update zen cart: www.shopthe7.com/pokershop/

& in url instead of & with Ultimate SEO URLs

&amp in URL
If you have Ultimate SEO URLs installed and you are having & in url query string, go to your admin configuration. Under SEO URLS configuration, change “Output W3C valid URLs (parameter stirngs)” to false as shown in the left image.

Shipwire XML Warehouse Real-Time Inventory

This is a follow up to an earlier blog on Shipwire Order Status Tracking. From time to time there will be need to synchronize inventory on shipwire system with the inventory on your web site. shipwire real-time inventory integration script accomplish this objective. The script can be set up as a cron/schedule job or it can be run at any time on as needed basis.

shipwire-real-time-inventory-integration

shipwire developer/affiliate link

Shipwire XML Fulfillment Tracking Status

Shipwire Order Status Tracking. Shipwire is a service that lets you focus on growing your business by removing the hassle of shipping and storage. You can read more about the service at how shipwire works.

In case you already have shipwire service, when shipwire ships an order, the order status can automatically be updated to Shipped on your site. That way you don’t have to manually go through every order to figure out which has been shipped and which has not. Also an order tracking link for each of the carriers (Fedex, UPS and USPS) is provided through the admin customer order interface.

Shipwire Order Status Tracking

Shipwire developer/affiliate link

Call for Price Control for Individual Product Category

Call for Price Control

Call for Price Control

This modification is for displaying customer friendly sales message for products in selected category.  Messages like “Call (123) 456-7890 for Price”, “Negotiable Pricing”, etc. can be entered into an input text box.

This Modification is integrated into the edit category page (in admin) where you can  turn Call for Price feature on or off with the aid of two radio buttons. When Call for Price is on for a product category, an input text box is provided for entering texts to be displayed on the store front.

Product Listing Column/Row Control per Category

There are instances where product listing for a category needs to be different from product listing of another category. This feature can be

category product listing control

category product listing control

 enabled by customizing the category edit page. The customization includes two radio buttons and some changes to the categories_description table.

Sort UPS shipping qoute

By default shipping rate quote are displayed from highest to lowest. In case you find it useful fo your potential customer to see the lowest shipping rate first, it is necessary to reverse the shipping rate qoute order.

To implement this process for ups shipping module, open your ups shipping module located in /include/module/shipping

Look for $upsQuote = $this->_upsGetQuote(); right below it add $upsQuote = array_reverse($upsQuote);

After the change you should have:

$upsQuote = $this->_upsGetQuote();

$upsQuote = array_reverse($upsQuote);

Easy Populate (EP) Wizard Feedback

For tutorial on how to use Easy Populate Wizard, read Easy Populate Wizard Tutorial

easy-populate-wizard

Please post your EP (Easy Populate) Wizard, feature requests, commet, and feedback here. Also you can request a free copy of Easy Populate Wizard for 15 days trial at no charge.

Read Easy Populate in a Weekend