The Javascript in PunBB is merely there to improve usability. It isn't required in any way.
Matt: They've been removed in 1.3 AFAIK.
You are not logged in. Please login or register.
PunBB Forums → Posts by elbekko
The Javascript in PunBB is merely there to improve usability. It isn't required in any way.
Matt: They've been removed in 1.3 AFAIK.
It outputs something from PHP in a Javascript file. That's it. It isn't even asynchronous. AJAX = Asynchronous JavaScript and XML.
That isn't in any way AJAX.
And 90% of the browsers... that still leaves 10%.
Because there are browsers that don't properly support it.
Should be fixed in 2.0.3.
I'm thinking of storing the cart in the DB with a unique ID and sending that through PayPal for confirmation. I *think* it's possible.
I don't see why it has AJAX in the title, as it doesn't use it.
But it looks fancy anyway
Personally, I'd just make requests to the pages you need with file_get_contents() or so and save them.
Yes, that's what I was thinking of. I would need to be able to send some sort of 'cart ID' through PayPal though.
I just have a list of items which you can select through textboxes. That is the problem.
And I think I just got an idea to solve it which I'll investigate soon.
You seem to be not getting the problem I have
And the DB is a good solution if you only want to open up the shop to registered users.
Remove the first line in that hook. The second is the correct way.
The store itself is easy enough
And I advise to use a session actually. It's much easier to keep track of the current cart that way.
As far as I know, you can set up some sort of 'shopping cart' in PayPal, in which you store each element separately. This works fine for the usual store, in which you click on 'add to cart' for each item.
But with something like what I was working on, where you select which items you want, would require the script to make tons of separate requests to PayPal.
Yeah, I started on a store mod with paypal integration once. I read through alot of docs and such, and the problem I always ran into was handling multiple items at once.
Instead of doing your best to covertly insult the developers (hint: you failed), point out, in a new thread, where exactly these hardcoded strings are. All of them.
If the developer chooses to do so, they will be.
By install time.
A single item should be easy enough to do. So this shouldn't be very hard.
Maybe I'll take a shot at it for 1.3
Then that should be localised, not changed in the database.
Not yet, no, as everything is still subject to change
There seem to be some rather bad bugs in IE indeed. It could be because of Wordpress, but I'm not sure.
That was my plan, yes.
I had the idea, yes, but without any sort of API from PunRes I can't get started
PunBB Forums → Posts by elbekko
Powered by PunBB, supported by Informer Technologies, Inc.