

Mibble
Members-
Content count
13,059 -
Joined
-
Last visited
Everything posted by Mibble
-
first fatal comes from php.ini if you control it then change the max execution time. product_model length is described within the documentation. if you want longer part numbers you need to edit the database. backup your database. for your temp file i would do it differently: /home/username/tmp with 777 properties and not in public_html
-
are you wanting them to be displayed or? what kind of links?
-
How can i fix this checkout problem?
Mibble replied to Xtreme-Hobby's topic in General Add-Ons Support
try to setup your temp area to somewhere within your store directory structure. -
Year Make Model (YMM) "Select Vehicle" box for Auto Parts web sites - HELP
Mibble replied to EyeDentify's topic in General Add-Ons Support
reinstall it then copy the lines before and after -
Check out prosess does not work after i tried installing shipping mod add on
Mibble replied to VKC's topic in Shipping Modules
look in your includes/modules/shipping directory, you should have renamed zones.php to something else (zones.phpbak or something like that) and then copied zones.php and zones2.php into the same directory. this is a fairly straight forward installation. follow the instructions and you will get it to work. Instructions: 1. Make a backup of your original zones.php files in /includes/modules/shipping 2. go to the osc admin and make sure the zones rates shipping module in not installed. if it is then make note of your current settings and de-install it. 3. put the files zones.php and zones2.php into /includes/modules/shipping (this will replace the exitsing zones.php, which you already backed up right) 3. put the files in the languages folder into /includes/languages/english/modules/shipping (replacing zones.php here as well) 4. Go to the osc admin and install the two new shipping modules. -
missing a field in your code somewhere. did you add fields to ep? if so check all the spots where you changed code.
-
what do those lines show? (code)
-
could be an ending ?> with lots of empty lines below. would need to look at the file.
-
files should be csv
-
Authorize.net CC not taken, order completed as MONEYORDER
Mibble replied to weisscrow's topic in Authorize.net
does your server have log files? -
looks like a language definition is missing, look in the installation instructions and the source code to see what it is referencing, then you can fix it from that info.
-
most likely a setting at your nochex account setting on their site
-
double check your files for empty lines at the ends (nothing after last ?> at end of any file!)
-
Credit Class/Gift Vouchers/Discount Coupons 5.10
Mibble replied to Strider's topic in General Add-Ons Support
could be placement of the order total and coupon, if the coupon is placed after order total on display, then merchant will get 30 and not 20. -
post the top half of your configure.php file as well as more info on your ep upload (first 5 to 10 products should do)
-
Where is the request ... insert into ORDERS
Mibble replied to KsChoice's topic in Order Total Modules
you can use a program called windows grep which will search your whole local site for whatever words you are looking for -
is tax being added to the products? it is probably a matter of the order of tax and shipping in order total, as tax usually comes before shipping and it sounds like you need it after, thus change the order of display
-
index.php is the page to do this on. or try the column_left or right.
-
is a matter of editing the page, if button checked call next section else skip
-
having problems? ultradrives.com
-
you set the module to active?
-
answered in other post
-
Need help with Google Checkout...Nobody seems to know why this is happening....
Mibble replied to LuthorIndustries's topic in Other
depends what the instructions say. you can use a compare program like beyond compare to merge files together fairly quickly -
why not just liven up the email which is sent to the customer?
-
sure you have not made any editing problems on the bottom of some of the pages? you can not have any empty space after the very last ?> so the ones you modified go to the end of the page and hit the backspace key until you get to the ?>