CS-Cartshopping cartsoftware · Ecommerce solution
Go Back   CS-Cart Community Forums > Search Forums
Showing results 1 to 25 of 300
Search took 2.44 seconds.
Search: Posts Made By: mdekok3000
Forum: Issues & Troubleshooting 09-25-2009, 07:21 PM
Replies: 5
Views: 487
Posted By mdekok3000
Thank you. I am using WampServer 2.0, I have...

Thank you. I am using WampServer 2.0, I have always been using this, so I will try to reinstall that to see if that helps.
Forum: Issues & Troubleshooting 09-23-2009, 07:00 PM
Replies: 5
Views: 487
Posted By mdekok3000
Exclamation It is important that I get this resolved, so I am...

It is important that I get this resolved, so I am bumping the thread.

I can't get 2.0.8 or 1.3.5 SP4 working.
Forum: Issues & Troubleshooting 09-17-2009, 02:58 PM
Replies: 5
Views: 487
Posted By mdekok3000
Exclamation 1.3.5 SP4 Content Encoding Error

I got an error that I just can't figure out. After installation of 1.3.5 SP4, I get a "Content Encoding Error" on both the front and admin side.

Also during installation it says...
Forum: Issues & Troubleshooting 09-17-2009, 02:39 PM
Replies: 3
Views: 556
Posted By mdekok3000
Yeah, I've been away for school and summer job...

Yeah, I've been away for school and summer job finding and what not. Still won't be on much though. I have a full schedule this semester
Forum: Issues & Troubleshooting 09-16-2009, 06:52 PM
Replies: 3
Views: 556
Posted By mdekok3000
Exclamation Can't access admin panel (Fatal error)

I logged into admin panel and got this error:

Fatal error: Smarty error: [in top.tpl line 1]: syntax error: invalid attribute name: 'top_quick_links.tpl\' (Smarty_Compiler.class.php, line 1546) in...
Forum: v1.x Configuration 04-13-2009, 06:30 AM
Replies: 8
Views: 310
Posted By mdekok3000
Or possibly a better idea might be to simply turn...

Or possibly a better idea might be to simply turn the my account box into a log in form box while logged out and a my account box while logged in.
Forum: General Questions 04-04-2009, 04:35 AM
Replies: 8
Views: 709
Posted By mdekok3000
It's an admin side solution I developed on my own...

It's an admin side solution I developed on my own localhost server. I tested it and it's working.

But if you need a look here's a screenshot:

Image 1 - Admin...
Forum: v1.x Configuration 04-04-2009, 04:01 AM
Replies: 13
Views: 655
Posted By mdekok3000
You're welcome ;)

You're welcome ;)
Forum: v1.x Configuration 04-03-2009, 10:43 PM
Replies: 13
Views: 655
Posted By mdekok3000
No, that feature was already there. Try adding...

No, that feature was already there. Try adding multiple addresses in one textbox separated by semicolons like you said and click "Add new"
Forum: v1.x Configuration 04-03-2009, 09:49 PM
Replies: 13
Views: 655
Posted By mdekok3000
I made a slight modification. See if that works....

I made a slight modification. See if that works. I know it works because I tested it out successfully myself.
Forum: General Questions 04-03-2009, 09:15 PM
Replies: 8
Views: 709
Posted By mdekok3000
Here's a solution to display a notification to an...

Here's a solution to display a notification to an ip on the home page.

I posted a few screenshots below.

Also, with this mod, you can provide more than one message per ip address. They are...
Forum: General Questions 04-03-2009, 04:56 PM
Replies: 3
Views: 341
Posted By mdekok3000
And this tells you how to call smarty variables...

And this tells you how to call smarty variables into those {php} blocks:

{php}
// get assigned template var 'foo'
$myVar = $this->get_template_vars('foo');

// get all assigned template...
Forum: v1.x Configuration 04-03-2009, 04:52 PM
Replies: 13
Views: 655
Posted By mdekok3000
If you want to use commas, you can replace the...

If you want to use commas, you can replace the first semicolon in the first line of the replacement code with a comma.
Forum: v1.x Configuration 04-03-2009, 04:50 PM
Replies: 13
Views: 655
Posted By mdekok3000
If you want to put all the email addresses into...

If you want to put all the email addresses into one textbox separated by a semicolon, here's a mod that you can use:

1. In 'addons/news_and_emails/include/admin/site_subscribers.php'

Around lines...
Forum: v1.x Configuration 03-27-2009, 07:02 PM
Replies: 13
Views: 655
Posted By mdekok3000
http://mods.youtipgaming.com/index.php?mode=view&a...

http://mods.youtipgaming.com/index.php?mode=view&id=30
Forum: Hints & Modifications 03-05-2009, 09:23 PM
Replies: 3
Views: 770
Posted By mdekok3000
Do you know how big that diagram would be? HUGE!!

Do you know how big that diagram would be? HUGE!!
Forum: v1.x Configuration 02-14-2009, 04:30 PM
Replies: 1
Views: 283
Posted By mdekok3000
1 Usage, means that the coupon can only be used...

1 Usage, means that the coupon can only be used once and then nobody can use it.

Once per customer means anyone can use it only once.
Forum: General Questions 02-07-2009, 02:57 PM
Replies: 16
Views: 1,676
Posted By mdekok3000
I did sort of wonder that myself. If the stable...

I did sort of wonder that myself. If the stable version has changes from the beta version, couldn't that interfere with the mods you're creating.
Forum: General Questions 02-06-2009, 08:14 PM
Replies: 2
Views: 357
Posted By mdekok3000
http://forum.cs-cart.com/showthread.php?t=8547

http://forum.cs-cart.com/showthread.php?t=8547
Forum: v1.x Configuration 02-06-2009, 08:07 PM
Replies: 6
Views: 545
Posted By mdekok3000
Try replacing this: {php} $categories_new =...

Try replacing this:


{php}
$categories_new = fn_get_categories(287);
{/php}WITH


{php}
$categories_new = fn_get_categories(287);
Forum: General Questions 02-03-2009, 07:55 AM
Replies: 9
Views: 523
Posted By mdekok3000
I'm sure this would mean that the other statuses...

I'm sure this would mean that the other statuses would need to be fixed as well. Some could increase the inventory by 1 (i.e. declining order).
Forum: v1.x Configuration 02-03-2009, 07:48 AM
Replies: 6
Views: 545
Posted By mdekok3000
There is no listbox listmania feature in version...

There is no listbox listmania feature in version 1. You could probably create a sidebox for this manually in the template code though.

http://kb.cs-cart.com/new-sidebox
Forum: v1.x Configuration 02-03-2009, 06:16 AM
Replies: 6
Views: 545
Posted By mdekok3000
You can create a new listmania: Object = All...

You can create a new listmania:

Object = All Pages
List Objects = Categories
Type = Manually Set

Then under the details for the new Listmania, click Manage Listed Elements.

Select Enable For This...
Forum: Configuration 01-25-2009, 05:36 PM
Replies: 6
Views: 771
Posted By mdekok3000
This would be a great addition for 2.0 or 2.1. (A...

This would be a great addition for 2.0 or 2.1. (A catalog mode for CS-Cart.)

Basically disable registration and checkout.
Then add extra catalog features as serpent suggested. (Address listing/Store...
Forum: General Questions 01-25-2009, 05:30 PM
Replies: 4
Views: 480
Posted By mdekok3000
This is because the customers receive their...

This is because the customers receive their invoices from this email address.
Showing results 1 to 25 of 300

 
Forum Jump