Zen Cart Logo
Forums / Addon Shipping Modules / freightquote module

freightquote module

Views: 1,133

Results 1 to 5 of 5
6 Dec 2024, 3:51 AM
#1
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
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.

6 Dec 2024, 9:09 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,770
Plugin Contributions:
9

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, 3:45 AM
#3
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
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, 4:02 AM
#4
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: freightquote module

sorry this is for zen version 210 php80

22 Dec 2024, 2:50 PM
#5
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,956
Plugin Contributions:
8

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.