Hi,

There is a mod for osCommerce that allows for each currency that your shop allows to have a fixed price - regardless of the exchange rate. This is exactly what I need. Now I am trying to migrate this to my Zen Cart and have run into a couple block walls.

Here are the osCommerce files that need to be changed.


## catalog/advanced_search_results.php
## catalog/index.php
## catalog/product_info.php
## catalog/product_reviews.php
## catalog/products_reviews_info.php
## catalog/products_reviews_write.php
## catalog/products_new.php
## catalog/specials.php

## catalog/include/database_tables
## catalog/includes/boxes/specials.php
## catalog/includes/classes/shopping_cart
## catalog/includes/modules/new_products.php

##
## catalog/admin/categories.php
## catalog/admin/specials.php

## catalog/admin/include/database_tables
## catalog/admin/includes/classes/shopping_cart.php
## catalog/admin/includes/functions/general.php



The files in red have been located in the zen cart files.

Before tweeking the code I need, I wanted to see if these files were in anyway similiar and they're not.

I guess my first question would be is what is the osC file structure?

Help is immensly appreciated.

MCarbone