inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Mar 16, 2011 1:37:57 GMT -8
I have the SimpleCart system set up on a sample site, but was wondering if there was anyway to modify it to integrate with proboards as an alternative shop system. Basically the edits needed would be to use a custom checkout, and that checkout taking the information from the cart and inserting it into a pm to the admin preferably in tabular form The link to the simpleCart website is - simplecartjs.com/The actual JS file I believe needs editing link is - h1.ripway.com/Kaida/testb/simpleCart.jsAny help dealing with this would be greatfully accepted
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 18, 2011 16:00:37 GMT -8
I found the easiest way to port stuff into a PM was to encode it into the URL. then have part of your code check to see if you are on the send PM page and check the url for the appropriate string, then decode the information from it. if someone edits the string trying to be funny, they either cause the code to ignore the purchasing list, or they end up buying the wrong items.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Mar 18, 2011 16:09:38 GMT -8
okay I'll see what I can work out for myself - any codes i could look at to try and work out how its been 'done' as it were?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 18, 2011 17:16:21 GMT -8
the old "report to admin" code worked like that. it put stuff up into the URL to transfer into a PM. I think the money code that lets users donate money to each other does as well.
my "profile fight challenge" code does a little too.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Mar 18, 2011 23:05:11 GMT -8
Okay I'll go take a look at them
|
|