-
Content count
1,791 -
Joined
-
Last visited
Everything posted by crash3903
-
Guys Does anyone know of a contribution that allows customers to add funds to their account to use on the shop? Thanks Mark
-
the first few errors are telling you that you have files missing the last one is normally caused by junk at the front of the file or whitespace regards mark
-
Parse error: syntax error, unexpected $end in /home/ebooksco/public_html/checkout_payment.php on line 461
crash3903 replied to ebookscolony's topic in General Add-Ons Support
add a curly bracket to the end of the file and see if that helps (vcurly bracket >> } ) regards mark -
Can someone please point me in the right direction I need the ability to have a discount (Percentage) based on total values For example Total A = 5% discount Total B = 10% discount Total C = 15% discount etc etc etc Anyone help? Thanks Mark
-
Sorry yes I have - I have tried quantity price break I am using the most recent version of osc Thanks Mark
-
Anyone help me pls?
-
have you set up shipping methods for the vendors?
-
No probs your welcome :thumbsup:
-
Have you run the sql file included in the contribution?
-
looks like you have already run the sql as that is saying the column already exists
-
UltraPics - MS2 Image Addon Pack (missing sql file?
crash3903 replied to firben's topic in Templates and Images
Copy and paste the above sql statements that deejay has listed into your db -
This forum is just the ticket for what you want ;) I have a manual I can send you if you want it - It is for a loaded version of oscommerce we developed but it includes all the basics as well Regards
-
What about doing this? See if that helps Regards
-
Where does everyone get their templates?
crash3903 replied to kal0824's topic in Templates and Images
what style do you need? -
to be able to properly diagnose your problem I would need some access - If you want to PM me some access details then I would be happy to help
-
have you made changes to the configure files?
-
url?
-
What was it - didn't run a sql file or didn't add the table define in the tables file?
-
No probs your welcome ;)
-
Read the install instructions again - you have missed an edit probably in a functions file Probably this one in includes/functions/general.php
-
Admin/Configuration/Stock Check to make sure the stock is subtracted when products are ordered paypal problem => Are you using the paypal payment module that comes with osc?
-
In your file admin/includes/functions/compatibility.php Look for (Towards the top) Change it to Adding in the reset($ar); Do the same in includes/functions/compatibility.php try that and see if it works regards
-
Old template within the new... looks crazy. I'm a noobie... need help :S
crash3903 replied to rickard_l's topic in Templates and Images
Hi Richard In your index.php file in the root of your site look for this Change it to read (By adding 2 // after the <?php tag) Same goes for the left <?php //require(DIR_WS_INCLUDES . 'column_left.php'); ?> That should fix your layout