Forums / Addon Shipping Modules / freightquote module

freightquote module

Results 1 to 5 of 5
06 Dec 2024, 03:51
#1
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Posts:
968
Plugin Contributions:
0

freightquote module

can some1 look at the freightquote modue and see why it want display in shipping modules in zen version 210, it is there but it is blank. need this for another module to work.
06 Dec 2024, 09:09
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Posts:
9,707
Plugin Contributions:
6

Re: freightquote module

Two things are unfortunately not in your favor.

The mod was built to use different styles of language files than are used in 2.1.0

The OP has not been on the forum in almost 9 years.

The website freightquoteDOTcom is still up.

I would suggest contacting someone through their website.
22 Dec 2024, 03:45
#3
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Posts:
968
Plugin Contributions:
0

Re: freightquote module

i need help with this error
PHP Fatal error: Uncaught TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in

and here is line from file

/* Formats the database columns to be used in SQL queries */
function getDatabaseColumns() {
$fqString = implode(',', $this->fqDatabaseColumns);

return $fqString;
}
22 Dec 2024, 04:02
#4
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Posts:
968
Plugin Contributions:
0

Re: freightquote module

sorry this is for zen version 210 php80
22 Dec 2024, 14:50
#5
carlwhat avatar

carlwhat

Totally Zenned

Join Date:
Nov 2005
Posts:
2,932
Plugin Contributions:
5

Re: freightquote module

dbltoe:


The mod was built to use different styles of language files than are used in 2.1.0


to anyone reading this, the original language files are completely fine for use in any ZC installation.