Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NEW! Complete Order Editing Tool!


jhilgeman

Recommended Posts

Stew, could you think of which file I would need to edit to get the qtpro qttributes stock updating when editing an order? It doesnt sound that it should be too difficult, what do you think? Thank you!

 

Just the code in the Order Editor file itself. There are already stock updating functions including for changing quantities and adding products, you would just need to modify those functions.

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

Hi,

no, I don?t use any custom order total module for my tax.

in my table it is called ot_tax as you mentioned.

I?ve got your edit_orders.php original file, and i?ve checked also the classes/order.php but all seems ok.

I can?t find a pattern to the tax bugs, sometimes it adds a tax althougth it already has Iva, others duplicates iva twice...

probably it has something to do with the adress ? some data are experimental and does not have a true zone (i?ve noticed a zone check to guess the tax ).

Thanks

Link to comment
Share on other sites

I?ve been looking in the contribution page and it does seem a lot like the problem described in your post named 'v2.4.2 Fix for duplicate tax field'.

Thanks

 

Similar, but not the same. The fix included in v2.4.2 is also included in v2.5. To me it sounds more like an issue with tax zones and tax descriptions, and for orders with "experimental" data, as you say, that's definitely it. Order Editor determines the tax description to look for on an order based on zones.

 

How many tax rates do you assess per order? If it's never more than one, try using v2.1 and see if you have any problems with the tax calculations then. If not we can fix this problem for you by using the variable $RunningTax as a scalar value rather than an array.

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

Good day !

I updated to version 2.5 and I have small problem :

every page from ORDER's family ( edit, invoice, pack. slip, details)

have 1064 syntax error

 

here is my error

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'er Sheva'' at line 1

select * from zones where zone_country_id = '104' and zone_name = 'Be'er Sheva'

 

I still can't find where does it come from

whould you please give me some direction

 

Thank you for your time

Miclosh

Link to comment
Share on other sites

Hi,

it is experimental data to simulate a real case, because this fields are editable in edit_order.php and could even be a case in wich the client fullfills his information with a zone that?s not on the tables. If this is the case then it should assume a default zone fot that country, no ?

 

It?s rare but sometimes I?ve got more than one tax in an order.

I?ve find a sort of pattern when I edit a previous order, it doesn?t recognize my default tax and when i already have 'iva' in the order it adds 'tax' .

When I make a new one it adds tax and not 'iva'. It seems for him 'iva' doesn?t exist at all.

By the way, Iva is my country word for Vat.

And yes, apparently all worked well with version 2.1, except for the tax and iva word.

I?m sorry If I can?t be of more help because I?m a little confused also since I can?t find an exact pattern.

Thanks

Link to comment
Share on other sites

Well I just finished integrating this great contribution with PayPal Shopping Cart IPN v3.1.5 and the PayPal module still seems to work! Yahoo!

 

My brain is well exercised from it.

 

I only seem to have a small problem with the layout in the admin/orders_edit interface.

 

When I added text to the various payment modules so my clients get a good description of the differing payment options, I added the text and pictures I needed to the define statements in catalog/includes/languages/english/modules/payment/ ---each module---

 

Here is an example showing the money order module;

 

<?php

/*

$Id: moneyorder.php,v 1.6 2003/01/24 21:36:04 thomasamoulton Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', '<HR>Certified Check/Money Order<br><IMG alt="Must be recieved prior to shipping." hspace=0

src="https://leak-proof.com/catalog/images/cheque4.jpg"><br>Payments need to be recieved<br>by Johnson Group Online prior to shipping.');

define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Make Payable To: ' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br><br>Send To:<br>' . nl2br(STORE_NAME_ADDRESS) . '<br><br>' . 'Your order will not ship until we receive and confirm payment. If paying by cheque, only certified cheques will be accepted.');

define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Make Payable To: ". MODULE_PAYMENT_MONEYORDER_PAYTO . "\n\nSend To:\n" . STORE_NAME_ADDRESS . "\n\n" . 'Your order will not ship until we receive and confirm payment. If paying by cheque, only certified cheques will be accepted.');

?>

 

Some of the other modules have much more text. Of course the problem is that in the Order Editing Tool, section #2 uses a drop down menu to allow selection of the payment modules for changing the orders. My current drop down box is jammed with lots of text and image links on one line per module which stretches the box a quarter mile to the right of my screen. I'm sure I could live with it, but my future employees (hopeful that I can sell something and hire some) will probably not be so accepting.

 

Is there a way I can define the size of the box or something so it cuts off the long text descriptions?

 

I'm sure that trying to rewrite the payment modules to have a title and then a seperate descriptive text below would take a while to write and I'm no coder.

 

Any advice will be gratefully accepted.

 

Rod :(

I like these mods, there fun! ...65 70 72 75 80 85 125+ contributions installed and counting...

 

Tools I'm using: OSC2.2 milestone2, Filezilla for FTP, PHP Designer 2007PE (nice), Araxis Merge 6.5 to compare files, XP(my box), Remote Server is shared Apache 1.3 Cpanel, CURL, and PHPmyAdmin through my hosts Cpanel to mess up the database.

Link to comment
Share on other sites

Well I just finished integrating this great contribution with PayPal Shopping Cart IPN v3.1.5 and the PayPal module still seems to work! Yahoo!

 

My brain is well exercised from it.

 

I only seem to have a small problem with the layout in the admin/orders_edit interface.

 

When I added text to the various payment modules so my clients get a good description of the differing payment options, I added the text and pictures I needed to the define statements in catalog/includes/languages/english/modules/payment/ ---each module---

 

Here is an example showing the money order module;

 

 

 

Some of the other modules have much more text. Of course the problem is that in the Order Editing Tool, section #2 uses a drop down menu to allow selection of the payment modules for changing the orders. My current drop down box is jammed with lots of text and image links on one line per module which stretches the box a quarter mile to the right of my screen. I'm sure I could live with it, but my future employees (hopeful that I can sell something and hire some) will probably not be so accepting.

 

Is there a way I can define the size of the box or something so it cuts off the long text descriptions?

 

I'm sure that trying to rewrite the payment modules to have a title and then a seperate descriptive text below would take a while to write and I'm no coder.

 

Any advice will be gratefully accepted.

 

Rod :(

 

You could just disable the dropdown menu.

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

You could just disable the dropdown menu.

 

Thanks for the reply, however I don't quite know how to do that. Will the section still work in Order Editing Tool?

 

Where do I start? If I may ask. :huh:

I like these mods, there fun! ...65 70 72 75 80 85 125+ contributions installed and counting...

 

Tools I'm using: OSC2.2 milestone2, Filezilla for FTP, PHP Designer 2007PE (nice), Araxis Merge 6.5 to compare files, XP(my box), Remote Server is shared Apache 1.3 Cpanel, CURL, and PHPmyAdmin through my hosts Cpanel to mess up the database.

Link to comment
Share on other sites

Hi,

it is experimental data to simulate a real case, because this fields are editable in edit_order.php and could even be a case in wich the client fullfills his information with a zone that?s not on the tables. If this is the case then it should assume a default zone fot that country, no ?

 

I'm not sure what you mean by "experimental data to simulate a real case", I guess you mean it's not a real order, just something you're running throught to test out the store?

 

If a client fills in information with a zone that's not in the tables, is he charged tax at all? I wouldn't think so, but I've been proven wrong many times when it comes to osCommerce and taxes. If the customer enters information that doesn't match any information in your tax tables, how does your shop know to charge this customer tax?

 

You can set up tax zones by country if you want, but that's not something that's controlled by Order Editor, it's configured in admin->location/taxes->tax zones. It seems you might be asking for Order Editor to create a tax zone that doesn't exist?

 

It?s rare but sometimes I?ve got more than one tax in an order.

I?ve find a sort of pattern when I edit a previous order, it doesn?t recognize my default tax and when i already have 'iva' in the order it adds 'tax' .

When I make a new one it adds tax and not 'iva'. It seems for him 'iva' doesn?t exist at all.

By the way, Iva is my country word for Vat.

And yes, apparently all worked well with version 2.1, except for the tax and iva word.

I?m sorry If I can?t be of more help because I?m a little confused also since I can?t find an exact pattern.

Thanks

 

One thing you can do is go into the language definition file you're using admin/includes/languages/[your language]/edit_orders.php and edit the entry ENTRY_TAX. For your shop it should probably say IVA. At least then you would have the correct terminology.

 

If you could, post a snapshot of an order entry in your database table 'orders_total' before and after using Order Editor on an order you have this problem of creating new tax fields. Maybe I'll be able to see something there to help you out more.

Edited by djmonkey1

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

Thanks for the reply, however I don't quite know how to do that. Will the section still work in Order Editing Tool?

 

Where do I start? If I may ask. :huh:

 

admin->Configuration->My Store->Order Editor- Display Payment Method dropdown?->false

 

After you change this setting you should see a simple input box rather than a dropdown menu for payment module in Order Editor.

 

Also, for your store I recommend using a textarea instead of an input box for payment method, to handle all the data. You can accomplish this by finding in Order Editor this code at around line 1325:

//draw the input field for payment methods and default to the order value
  ?><input name="update_info_payment_method" size="35" value="<?php echo $order->info['payment_method']; ?>" id="update_info_payment_method" onKeyUp="init()"/><?php
  }
  //END for payment dropdown menu use this by quick_fixer

 

and changing it to this:

//draw the input field for payment methods and default to the order value
   echo tep_draw_textarea_field('update_info_payment_method', 'soft', '40', '5', $order->info['payment_method'], 'id="update_info_payment_method" onKeyUp="init()"'); 
  }
  //END for payment dropdown menu use this by quick_fixer

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

admin->Configuration->My Store->Order Editor- Display Payment Method dropdown?->false

 

After you change this setting you should see a simple input box rather than a dropdown menu for payment module in Order Editor.

 

Also, for your store I recommend using a textarea instead of an input box for payment method, to handle all the data. You can accomplish this by finding in Order Editor this code at around line 1325:

//draw the input field for payment methods and default to the order value
  ?><input name="update_info_payment_method" size="35" value="<?php echo $order->info['payment_method']; ?>" id="update_info_payment_method" onKeyUp="init()"/><?php
  }
  //END for payment dropdown menu use this by quick_fixer

 

and changing it to this:

//draw the input field for payment methods and default to the order value
   echo tep_draw_textarea_field('update_info_payment_method', 'soft', '40', '5', $order->info['payment_method'], 'id="update_info_payment_method" onKeyUp="init()"'); 
  }
  //END for payment dropdown menu use this by quick_fixer

 

 

You Rock! That worked great. I had to hit update before I could see the changes.

 

I also see now that I need to do the same thing to the section called (4. Discount, Shipping and Total).

But I can't seem to find the right spot. I will keep looking.

 

Any tips?

I like these mods, there fun! ...65 70 72 75 80 85 125+ contributions installed and counting...

 

Tools I'm using: OSC2.2 milestone2, Filezilla for FTP, PHP Designer 2007PE (nice), Araxis Merge 6.5 to compare files, XP(my box), Remote Server is shared Apache 1.3 Cpanel, CURL, and PHPmyAdmin through my hosts Cpanel to mess up the database.

Link to comment
Share on other sites

You Rock! That worked great. I had to hit update before I could see the changes.

 

I also see now that I need to do the same thing to the section called (4. Discount, Shipping and Total).

But I can't seem to find the right spot. I will keep looking.

 

Any tips?

 

For the shipping module name?

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

Here is my unsuccessful attempt at fixing the area in 4. Discounts, Shipping & Total.

 

Of course it doesn't work, but if I could get a hint, maybe I can finally go to bed.

 

 

for ($i=0; $i<sizeof($order->products); $i++) {

//calculate total weight

$products_weight = array($order->products[$i]['weight'] * $order->products[$i]['qty']);

foreach ($products_weight as $key => $value);

$total_weight += $value;

//end total weight

$orders_products_id = $order->products[$i]['orders_products_id'];

$RowStyle = "dataTableContent";

echo ' <tr class="dataTableRow">' . "\n" .

' <td class="' . $RowStyle . '" valign="top"><div align="center">' . "<input name='update_products[$orders_products_id][delete]' type='checkbox' /></div></td>\n" .

' <td class="' . $RowStyle . '" align="right" valign="top"><div align="center">' . "<input name='update_products[$orders_products_id][qty]' size='2' value='" . $order->products[$i]['qty'] . "' onKeyUp=\"updatePrices('qty', 'p" . $orders_products_id . "', '" . $order->products[$i]['tax_description'] . "')\" id='p" . $orders_products_id . "-qty' /></div></td>\n" .

//' <td class="' . $RowStyle . '" valign="top">' . "<input name='update_products[$orders_products_id][name]', size='35' value='" . $order->products[$i]['name'] . "'>";

' <td class="' . $RowStyle . '" valign="top">' . echo tep_draw_textarea_field('update_products[$orders_products_id][name]', 'soft', '40', '5', $order->products[$i]['name'] . "'>");

 

 

The original line in question was the one commented out.

 

//' <td class="' . $RowStyle . '" valign="top">' . "<input name='update_products[$orders_products_id][name]', size='35' value='" . $order->products[$i]['name'] . "'>";

 

This is all under the assumption that I'm even in the right area of code.

 

:huh:

I like these mods, there fun! ...65 70 72 75 80 85 125+ contributions installed and counting...

 

Tools I'm using: OSC2.2 milestone2, Filezilla for FTP, PHP Designer 2007PE (nice), Araxis Merge 6.5 to compare files, XP(my box), Remote Server is shared Apache 1.3 Cpanel, CURL, and PHPmyAdmin through my hosts Cpanel to mess up the database.

Link to comment
Share on other sites

Here is my unsuccessful attempt at fixing the area in 4. Discounts, Shipping & Total.

 

Of course it doesn't work, but if I could get a hint, maybe I can finally go to bed.

 

The original line in question was the one commented out.

 

This is all under the assumption that I'm even in the right area of code.

 

:huh:

 

That's the code for the product name in Section 3, Ordered Products. What exactly is it that you're trying to do?

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

That's the code for the product name in Section 3, Ordered Products. What exactly is it that you're trying to do?

 

 

Thanks for the reply.

 

I'm trying to set up section "4. Discount, Shipping and Total" of the Order Editing Tool to the same formate I did in the section "2. Payment Method" which is great.

 

Specifically I'm trying to make the text area box in section 4. because some of my text descriptions in the shipping modules are set up like the Payment Modules with lots of text and pictures. It streches the Order Editing tool to the right side to accomodate the long line of text next to the shipping name, like this:

 

<HR>Fastway Couriers<BR><IMG alt="Selected Southern Ontario areas ONLY" hspace=0 src="https://leak-proof.com/catalog/images/fastway_logo.gif" align=baseline border=0><br>Selected Areas in Southern Ontario <u>ONLY!</u><br>Check to see if you qualify for.........

 

Rod

I like these mods, there fun! ...65 70 72 75 80 85 125+ contributions installed and counting...

 

Tools I'm using: OSC2.2 milestone2, Filezilla for FTP, PHP Designer 2007PE (nice), Araxis Merge 6.5 to compare files, XP(my box), Remote Server is shared Apache 1.3 Cpanel, CURL, and PHPmyAdmin through my hosts Cpanel to mess up the database.

Link to comment
Share on other sites

Thanks for the reply.

 

I'm trying to set up section "4. Discount, Shipping and Total" of the Order Editing Tool to the same formate I did in the section "2. Payment Method" which is great.

 

Specifically I'm trying to make the text area box in section 4. because some of my text descriptions in the shipping modules are set up like the Payment Modules with lots of text and pictures. It streches the Order Editing tool to the right side to accomodate the long line of text next to the shipping name, like this:

 

Rod

 

Find at about line 1576:

}
	else //the other total components are editable
	{

 

and change it to this:

} elseif ($TotalDetails["Class"] == "ot_shipping") {
	echo '	<tr>' . "\n" .
			   '		<td align="right" class="' . $TotalStyle . '">' . tep_draw_textarea_field('update_totals[' . $TotalIndex . '][title]', 'soft', '80', '5', tep_html_quotes($TotalDetails["Name"])) . '</td>' . "\n" .
			   '		<td align="right" class="' . $TotalStyle . '">' . "<input name='update_totals[" . $TotalIndex . "][value]' size='10' value='" . $TotalDetails["Price"] . "' id='" . $id . "' onKeyUp=\"getTotals('shipping', '" . $default_tax_name . "')\">" . 
						"<input type='hidden' name='update_totals[$TotalIndex][class]' value='" . $TotalDetails["Class"] . "'>" . 
						"<input type='hidden' name='update_totals[$TotalIndex][total_id]' value='" . $TotalDetails["TotalID"] . "'>" . 
			   '		<td align="right" class="' . $TotalStyle . '"><b>' . tep_draw_separator('pixel_trans.gif', '1', '17') . '</b>' . 
				 '   </td>' . "\n" .
			   '	</tr>' . "\n";

	} else {//the other total components are editable

 

Also find this at about line 1520:

reset($TotalsLengthArray);
foreach($TotalsLengthArray as $TotalIndex => $TotalDetails) {
	if (strlen($TotalDetails["Name"]) > $max_length) {
		$max_length = strlen($TotalDetails["Name"]);
	}

 

and insert this directly below it:

if ($max_length > 83) {
	$max_length = 83;
	}

 

This should give you a textarea for your shipping module info as well as limit the overall width of the table to a manageable length.

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

Just made the changes and they work perfectly.

 

Many many thanks my friend. :D

 

I believe that was the last contribution I needed to fix before I go live with this store.

 

Again, Thanks a bunch.

 

I'm sure someone else will need this.

I like these mods, there fun! ...65 70 72 75 80 85 125+ contributions installed and counting...

 

Tools I'm using: OSC2.2 milestone2, Filezilla for FTP, PHP Designer 2007PE (nice), Araxis Merge 6.5 to compare files, XP(my box), Remote Server is shared Apache 1.3 Cpanel, CURL, and PHPmyAdmin through my hosts Cpanel to mess up the database.

Link to comment
Share on other sites

Welllll, there is one more thing.

 

It seems that all my text doesn't show in the beautiful new text boxes. (I made them '80','10' instead of the '80,'5')

 

In section 2, there are two boxes next to each other. I suspect the one on the left is supose to be the method, like "Customer Pickup" and the right box is supose to be the description? The text is cut off in the right box (which has lots of room in it) at the same length it is cut off in the left small box (small in height).

 

In the section 4, the text is cut off at the point that the old drop down box single line used to cut off the text. I suspect they are related to a piece of code, but I can't seem to find it.

 

It occurs in both the new boxes. (section 2 and section 4)

 

Any assistance will be warmly welcomed.

 

Rod

I like these mods, there fun! ...65 70 72 75 80 85 125+ contributions installed and counting...

 

Tools I'm using: OSC2.2 milestone2, Filezilla for FTP, PHP Designer 2007PE (nice), Araxis Merge 6.5 to compare files, XP(my box), Remote Server is shared Apache 1.3 Cpanel, CURL, and PHPmyAdmin through my hosts Cpanel to mess up the database.

Link to comment
Share on other sites

It seems that all my text doesn't show in the beautiful new text boxes. (I made them '80','10' instead of the '80,'5')

 

In section 2, there are two boxes next to each other. I suspect the one on the left is supose to be the method, like "Customer Pickup" and the right box is supose to be the description? The text is cut off in the right box (which has lots of room in it) at the same length it is cut off in the left small box (small in height).

 

In the section 4, the text is cut off at the point that the old drop down box single line used to cut off the text. I suspect they are related to a piece of code, but I can't seem to find it.

 

It occurs in both the new boxes. (section 2 and section 4)

 

Post exactly what is supposed to be displayed and what is actually being displayed.

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

In section 2, there are two boxes next to each other. I suspect the one on the left is supose to be the method, like "Customer Pickup" and the right box is supose to be the description? The text is cut off in the right box (which has lots of room in it) at the same length it is cut off in the left small box (small in height).

 

In the section 4, the text is cut off at the point that the old drop down box single line used to cut off the text. I suspect they are related to a piece of code, but I can't seem to find it.

\

 

The default length for payment method in the database is varchar(32), or 32 characters. You should change it to varchar(255) to save so much data in that field.

 

There should only be one box for payment method. Did you apply the changes I posted exactly as written?

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

Post exactly what is supposed to be displayed and what is actually being displayed.

 

This is from the modified item.php module that I changed to work for a specific shipper located in my area.

 

The file I copied here is from catalog/includes/languages/english/modules/shipping/item.php

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('MODULE_SHIPPING_ITEM_TEXT_TITLE', '<HR>Fastway Couriers<BR>

<IMG alt="Selected Southern Ontario areas ONLY" hspace=0

src="https://leak-proof.com/catalog/images/fastway_logo.gif" align=baseline

border=0><br>Selected Areas in Southern Ontario <u>ONLY!</u><br>Check to see if you qualify for this shipping method<br>by clicking this link - <A href="http://leak-proof.com/catalog/information.php/info_id/7"

target=_blank><FONT color=#ff0000><U>Fastway Check</U></FONT></A> - to see if<br>your ship to address is in the available areas.');

define('MODULE_SHIPPING_ITEM_TEXT_DESCRIPTION', 'Fastway Couriers');

define('MODULE_SHIPPING_ITEM_TEXT_WAY', 'Fastway Couriers');

?>

 

I made a nice page using Information Pages Unlimited showing a map and listed all the qualifying Canadian postal codes in Ontario that can use the service. (really cheap).

 

The text that shows up in the Order Editing Tool, section 4 is as follows:

 

<HR>Fastway Couriers<BR>

<IMG alt="Selected Southern Ontario areas ONLY" hspace=0

src="https://leak-proof.com/catalog/images/fastway_logo.gif" align=baseline

border=0><br>Selected Areas in Southern Ontario <u>ONLY!</u><br>Check to see if you qualify for

 

and that's it...

 

For the section 2 area;

 

On my file in catalog/includes/english/modules/payment/rfq2.php

 

<?

/*

$Id: rfq2.php,v 1.0 2005/06/06 20:12:34 DCN Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Languagefile for osCommerce 2.1 Request for Quote Module

This version was contributed by Dan Naegle ([email protected])

 

Copyright © 2005 osCommerce

 

Released under the GNU General Public License

*/

 

define('MODULE_PAYMENT_RFQ2_TEXT_TITLE', '<HR>Request for Quote<br>

<IMG alt="Request for Manual, Freight of International Quote" hspace=0

src="https://leak-proof.com/catalog/images/shipping_rfq.gif">

<br><i><u>For Freight and International Shipping Only</i></u><BR>

We will contact you within 1-2 business days with an order total with freight.<BR>

If you pay for your ordered products online through another payment option,

freight charges will be billed separately.<BR>

Your order will not ship until we receive payment including freight costs.

Priority is given to customers who have prepaid for product orders.');

define('MODULE_PAYMENT_RFQ2_TEXT_DESCRIPTION', '<i><u>For Freight and International Shipping Only</i></u><BR>

We will contact you within 1-2 business days with an order total with freight.<BR>

If you pay for your ordered products online through another payment option,

freight charges will be billed separately.<BR>Your order will not ship until we

receive payment including freight costs. Priority is given to customers

who have prepaid for product orders.');

 

 

Here's what shows in the Order Editing Tool in section 2:

 

<HR>Request for Quote<br>

<IMG a

 

Thanks :(

I like these mods, there fun! ...65 70 72 75 80 85 125+ contributions installed and counting...

 

Tools I'm using: OSC2.2 milestone2, Filezilla for FTP, PHP Designer 2007PE (nice), Araxis Merge 6.5 to compare files, XP(my box), Remote Server is shared Apache 1.3 Cpanel, CURL, and PHPmyAdmin through my hosts Cpanel to mess up the database.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...