Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#51 02-12-2004 23:15:24

scoutch
Member
Registered: 07-03-2003
Posts: 3167

Re: New Zuma Suggestions * Here *

Here's a suggestion for a new confirmation bill presentation over HTML e-mails and templates for printing :


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#52 03-05-2004 20:37:32

Face Off Mobiles
Member
Registered: 01-29-2004
Posts: 60

Re: New Zuma Suggestions * Here *

What id like to see

Front End

1) Send users a welcome email with an email confirmation link in it before there account becomes active

2) a 'Your Account' interface which includes the following:

2a) The ability for logged in users to be able to view there Order History(all there orders without having to put in each order number) and list these as pending and Shipped etc and once shipped i would like it to include the tracking number with a quik link to the website
2b) Ability for the user to change there e-mail address
2c) To be able to see there info such as billing/shipping address and then click another link to edit it instead of going straight to edit.
2d) To be able to change there password
2e) To be able to logout of there account

3) a small part somewhere on the template showing you are logged in and giving a welcome message.

4) To be able to select different shipping methods based on the total amount and the weight. eg recorded for under £30. Special for under £250 Special rate 2 for £250-£1000 special rate 3 for order between £1000-£2000. and then i have a table of the different weights and there prices which could be implemented into this.

6) Be able to create different user groups with different prices. in my business i run different prices for special customers etc

7) to be able to have a accept terms page before confirming the order

8) wieght in Kilograms for UK

9) be able to click a remove link on the basket for items

Admin end

1) For me to recieve a printable packing list once the order is placed
2) Intergrate Royal Mail Shipping for UK
3) Better products/Categories view where you can create a catergory then add the product to this category/sub category istead of having one option for products and one option for categories. instead of this product is displaied in there categories etc
4) being able to put my own logo and company slogan etc on the invoices for customers 


wwwfaceoffmobiles.com
sales@faceoffmobiles.com

Offline

 

#53 03-07-2004 19:59:12

dregna
Member
Registered: 08-27-2003
Posts: 108
Website

Re: New Zuma Suggestions * Here *

It would be nice to develop a feature that automatically generates an order has shipped e-mail when completing the order in admin. Many times when I shop online this seems to be common practice. First I receive an order confirmation, then once the order has shipped I receive an e-mail with order tracking details as well as links in the e-mail to real time order tracking information.


dregna 


dregna

Offline

 

#54 03-09-2004 09:12:39

ddemay
Member
Registered: 03-01-2004
Posts: 62

Re: New Zuma Suggestions * Here *


I would recommend that you write a sniffer function in your cart code that, if CGI or Perl fuctionality is not achieved or is not accessible, it should Print a blanket statement saying... "Your server does not support CGI or Perl script", followed by whatever else gets spat-out on the screen when Perl is not working. And if the server "does" support it, and script processing is achieved, it will activate code to hide that statement. And once the cart is up and running, give the user the option, in the Admin interface of the cart, to turn off the CGI/Perl support sniffer function. This would sure help you guys trouble shoot whether Perl & CGI scripts can even run on the server that you are trying to provide support for. And it would be easy code to write. Just make it the first check point for the application when the page is loaded.

Pretty good idea ay?

DDemay

Offline

 

#55 03-09-2004 18:18:59

m j
Member
From: Carthage, MO
Registered: 12-12-2003
Posts: 71
Website

Re: New Zuma Suggestions * Here *

How in the world do you expect to have a script run that checks if the server can run scripts or not. If Perl isn't working right or setup right on the server there is no way you can run a Perl script to have it check and see if Perl is working.


Perl, MySQL, XHTML, CSS, Web Usability, XML
Matt Johnson

Offline

 

#56 03-09-2004 18:42:47

scoutch
Member
Registered: 07-03-2003
Posts: 3167

Re: New Zuma Suggestions * Here *

Well ... I agree and I disagree at the same time on this last subject. In order to do this, each ISP would have to give their support as well and not everyone will do so for third party scripts.

Also, it'd require each specific modules to call the server (since the 6.0 version will be done by specific modules for each users) and that could have an impact. If I hear otherwise, I'd like to know a better version of this if I'm wrong. smile


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#57 03-10-2004 11:34:56

ddemay
Member
Registered: 03-01-2004
Posts: 62

Re: New Zuma Suggestions * Here *

How in the world do you expect to have a script run that checks if the server can run scripts or not. If Perl isn't working right or setup right on the server there is no way you can run a Perl script to have it check and see if Perl is working.

M J,

You aparently didn't read my posting correctly... I never said that a "" script will run the script support check.  Your forum meter says you're an "advanced" member.  If you are an actual programmer just think about it for a moment...  You could actually write a simple with "" variables that can call on a simple cgi or Perl process.  And "" the cgi or Perl process doesn't return the expected value "" print the results to the browser saying that CGI or Perl is not supported.  This would be quick and easy code that can be written and tested within a few hours, if a good development team were put to task.  And I mean a team of 2 or maybe 3 knowledgeable developers.  All standard browsers support the simple javascript calls that I'm referring to.  And yes, you can post request objects to CGI or Perl using Javascript.  I know these things because I used to develop for a large ISP called Bluestar.net.

Good programmers mix their platforms.  And it's good to do that as long as the platforms used are widely accepted and compatible.  And javascript is a standard and widely used tool.  Good programmers also think outside the box.

I've been doing this stuff too long to be shot down so easily...

See?  I'm not as silly as you thought huh?

Oh, and Scoutch,  this is a checking process that would have nothing to do with ISP support, other than the fact that a test script of this nature will immediately let you know whether or not the ISP is supporting Perl and CGI for that website.

Cheers,

DDemay

Offline

 

#58 03-10-2004 11:59:48

scoutch
Member
Registered: 07-03-2003
Posts: 3167

Re: New Zuma Suggestions * Here *

Please, let's not fight over this. To answer to your if statement strategy. If we apply a Javascript command to check the server, it won't have any garranty that  the information will be sent successfuly since it involves browser issues.

Meaning, if someone has Internet Explorer, another one has Netscape and finaly another who has : Opera or Mozilla ; it could have an impact in the language. Which is why, a module would be required in this case.


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#59 03-10-2004 12:13:00

ddemay
Member
Registered: 03-01-2004
Posts: 62

Re: New Zuma Suggestions * Here *

By all means, I'm not fighting at all.  I was simply responding to a challenge. 

.  It is my experience that there are simple and standard Javascript function calls that are definitely recognized by "all" browser platforms.  And I do mean "All"...  I've done extensive tests that have proven this.  You only get into trouble when you write complex processes using browser specific javascript code.  Things have come a long way since Explorer 3 and Netscape 4, 5, etc.

DDemay

Offline

 

#60 03-10-2004 12:18:45

nabz
Member
From: GB
Registered: 02-24-2004
Posts: 114
Website

Re: New Zuma Suggestions * Here *

i dont know if anyones asked for this or not...
but it would be great if the email-a-friend form was in a seperate window and once a link was clicked on the product page, it would open in a popup wink
it would also be great if every product page could have a reviews section where only customers have the ability to comment on the product wink

built-in advanced search features would be very great too :! so that the user can specify and find exactly what theyre looking for within minutes.

thanks,
nabz

Offline

 

#61 03-10-2004 12:24:24

scoutch
Member
Registered: 07-03-2003
Posts: 3167

Re: New Zuma Suggestions * Here *

Let's say that I'm not going to argu with that theory, since we have rules here and I intend to respect them.


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#62 03-10-2004 12:40:37

ddemay
Member
Registered: 03-01-2004
Posts: 62

Re: New Zuma Suggestions * Here *

I'm not having a go at anyone nabz.  I've headed development teams and have experience with utilizing and knowing what resources are most optimal for web processes.  So if I've dented anyone's ego with my input, I'm sorry that interpretted it as an aggresive act. So lower your defence shield dude.

If anything you're the one striking out at me.  I haven't made any harsh statements toward Scoutch.  He has been trying to help me with another issue and he is very much appreciated by me.

My "Good programmers" opinion is merely my opinion.  If you are offended by that then I recommend you take a chill yourself and stop trying to pick a fight.

If you will recall, is the one who's comment was a challenge to my knowledge as a programmer.  And I was simply responding to his challenge. 

Scoutch, I opologize to you "and you alone" for the direction and misinterpretations from my input and suggestions on this subject.

Chill nabz!!

Offline

 

#63 03-10-2004 12:47:45

nabz
Member
From: GB
Registered: 02-24-2004
Posts: 114
Website

Re: New Zuma Suggestions * Here *

lolok

Offline

 

#64 03-10-2004 13:03:23

ddemay
Member
Registered: 03-01-2004
Posts: 62

Re: New Zuma Suggestions * Here *

My apology was not directed toward you nabz.  But I will accept "your" apology if you were big enough to extend it.  What a clown..


DDemay

Offline

 

#65 03-10-2004 13:40:27

nabz
Member
From: GB
Registered: 02-24-2004
Posts: 114
Website

Re: New Zuma Suggestions * Here *

lol

Offline

 

#66 03-10-2004 13:47:26

scoutch
Member
Registered: 07-03-2003
Posts: 3167

Re: New Zuma Suggestions * Here *

Apologize accepted but please, like I said, let's not post a 1000 opinions in the bad section of this forum. If you want to do so, go in the : Opinions section (the 2nd link of the forum intro page).


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#67 03-11-2004 14:19:15

m j
Member
From: Carthage, MO
Registered: 12-12-2003
Posts: 71
Website

Re: New Zuma Suggestions * Here *

ddemay,

That sounds pretty cool. Sorry I was gone yesterday, I would have responded sooner.

I was wondering if there was something I was just missing, or if you were some noob that didn't know what he was talking about. So I figured if you were a noob it would shut you up, and if not you'd explain it better. On reading your first post I was having a lot of problems making any senese of what you were really talking about, and the second post cleared that up.

It sounds like you've either done this before or have a pretty good idea how to implement it. I myself have not spent much time with javascript, but I would be interested to see how something like this would work.

It would be nice if it was able to tell you if Perl was working, and then if it was, the Perl script tell you if certain modules were not installed.

If you need any help trying to get this done please let me know. You can always PM me.


Perl, MySQL, XHTML, CSS, Web Usability, XML
Matt Johnson

Offline

 

#68 03-11-2004 15:32:09

ddemay
Member
Registered: 03-01-2004
Posts: 62

Re: New Zuma Suggestions * Here *

Hello MJ,

It's all good..  thanks for your input..  If I ever get time to take a shot at writing a javascript object to do what I scoped out , I will post it.  But it's not likely in the near future because of work overload on my end.  I'm referring to the work in my sound studio, not programming tasks.  I figured writing that sort of module should be up to the CCP folks.  I'm not being paid...wink

But I will give suggestions for free..  lol!!

Oh, and Nabz...   no hard feeling bud.

DDemay
(good programmer...  lol)

Offline

 

#69 03-11-2004 17:13:27

nabz
Member
From: GB
Registered: 02-24-2004
Posts: 114
Website

Re: New Zuma Suggestions * Here *

lol there were no hard feelings in the first place :p
i was just being sarcastic, but i guess no-one can never understand how a person is trying to communicate their message through text :p

nabz

Offline

 

#70 03-11-2004 17:15:21

ddemay
Member
Registered: 03-01-2004
Posts: 62

Re: New Zuma Suggestions * Here *

roger that..  smile 

Offline

 

#71 03-11-2004 17:35:18

scoutch
Member
Registered: 07-03-2003
Posts: 3167

Re: New Zuma Suggestions * Here *

There is a way : With smilies and icon faces. smile


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#72 03-11-2004 18:03:11

nabz
Member
From: GB
Registered: 02-24-2004
Posts: 114
Website

Re: New Zuma Suggestions * Here *

lol... i had smilies but i still think that people will think that some messages if read in a different mood than they should be read, this will p*** someone off wink

anyways, i thought ddemay was actually angry when he was replying to your message because of your reply [bottom of message] :p

Please, let's not fight over this. To answer to your if statement strategy. If we apply a Javascript command to check the server, it won't have any garranty that the information will be sent successfuly since it involves browser issues.

Meaning, if someone has Internet Explorer, another one has Netscape and finaly another who has : Opera or Mozilla ; it could have an impact in the language. Which is why, a module would be required in this case.

nabz

Offline

 

#73 03-11-2004 18:08:24

scoutch
Member
Registered: 07-03-2003
Posts: 3167

Re: New Zuma Suggestions * Here *

And that theory is true. smile


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#74 03-11-2004 18:15:42

nabz
Member
From: GB
Registered: 02-24-2004
Posts: 114
Website

Re: New Zuma Suggestions * Here *

lol

Offline

 

#75 03-11-2004 18:30:56

ddemay
Member
Registered: 03-01-2004
Posts: 62

Re: New Zuma Suggestions * Here *

  smile 

Offline

 

Board footer