Forum Replies Created
- AuthorPosts
-
ha, so after all of this , is what we are talking about simply that that client of yours wants a CIM implemntation of the authorize.net gateway , rather than the SIM one ?
(or am i just really thick here…)
reading through this:
http://community.developer.authorize.net/t5/Integration-and-Testing/Which-method-to-use-AIM-SIM-CIM-DPM/td-p/16638you apparently cannot combine the two (but admittedly i never had anything to do with CIM implementations )
ok, let me see if i can reproduce this here (might be because you seem to have 2 comment fields, never tested it with that i think)
ok, can i have a link please
even if one were to somehow get that users data (let’s say by creating a specific user role which then gets a dropdown on the checkout page where he/she can select from users which – via an ajax call – could prepopulate the fields)
you will still have 4 problems
a) you’ll have to get the associated a.net CIM data
b) even if you were to get that AND prepopulate a credit card number (etc) field , a.net does not expect (and therefore does not look for those) fields so you’d have to enter them again anyway once you are at the a.net page
c) you would need an SSL certificate for your checkout
d) and most importantly – IT IS TOTALLY ILLEGAL – as you would be storing unencrypted cc numbers on your serveragain though, I might be misunderstanding things
any edits to your templates anywhere ?
still not sure i understand the workflow .
so, someone phones up and wants to order something.
then what is supposed to happen ?is the guy who gets the phonecall supposed to go to the website and then click on things to put the order together and then checkout (essentially for the client on the phone) ?
if that’s the case, how would the guy that receives the call even know which (wordpress) user it is and what data is associated with him without logging in as that user (therefore needing that users un/pw) ?
still not getting it, sorry (but maybe the workflow is supposed to be different…dunno)
one more thing to check:
if you add a new group (dont have to save, just add one to see) does it still work now ?even better 🙂
i’ll check what happens when i use hebrew here
generally i am happy to add action and filter hooks in the plugin in all sorts of places for people to use
however, having had more of a think about what you said, I am a bit hazy about what it is your (or more accurately your customer) is trying to achieve.
from what i can see Authorize.net CIM stores the customer data on their server.
if the customer is registered on the site (as a wordpress user and is logged in) the data he registered with will automatically filled in (if set up that way) in the relevant order page fieldsso I’m not sure where the CIM info is supposed to fit in here
if the customer is NOT already registered as a wordpress user there’s – i would have thought – no info that could tie him into any customer data stored at a.net CIM
I’m probably missing something, so would be grateful for some clarification
PS: just to mention. storing CC info on your clients server (as opposed to on a.net’s servers) is an absolute no no …
(up to a point) with this i would have thought
https://www.wp-pizza.com/downloads/wppizza-coupons-and-discounts/
(i.e you set a discount as required based on some settings)whether or not this would work for your particular scenario/site/setup i do not know..kind of depends on your menu
>Is there any possibility of extending your plugin functions to have this feature? Do you have any suggestion on how one should go
my suggestion would definitely be to use filters and action hooks rather than messing around in the plugin itself.
having said that, for what you want to do, i would need to add an additional filter in some place.
as I am working on on some other stuff in the plugin, it won’t be too hard to add this.when I’m done, I’ll post a quick example/dummy here that should at least send you on your way
not sure i understand why it’s wrapped in an a tag with all those style declarations, but if it works (and as a starting point anyway) that’s cool by be..
i will probably – in an update – add a filter [ wppizza_filter_shortcode_totals ] one could use to selectively not output some of those elements (rather than using display:none), but that’s for another day
>its wrapped in styles
just overwrite them then…display:none seems to be just fine then.
you are not asking to add functionality , but take it away ….
and what’s wrong with this shortcode instead then ?
[wppizza type=’totals’ value=’items’ itemcount=’right’ checkout=’1′]
https://www.wp-pizza.com/topic/wppizza-shortcodes/
just add some css to put a cart icon there somewhere (or whatever else you want to do with it)
> overlay over a shopping cart icon
what shopping cart icon ?
instead of the “wpizza_are_we_open” function referred to previously , you should now (as of v2.11.5.10) simply be able to use
wpizzaShopOpen();
without any arguments and omit
$options=get_option('wppizza');
there
v2.11.5.10 should fix the duplicated category issue when using the !all attribute (still not entirely sure how this could happen, but at least the symptoms should now be fixed)
furthermore, there is now a repair function (under wppizza->tools) that might also alleviate this at source (please read the comments there)
any feedback if this now works (or not as the case may be ) would be great (therefore i opened this topic again)
>the message tht “WPPIZZA” has been installed
just click on “dismiss” ?!>…like “DMARC”..
just follow the instruction as to what it says in that message (i.e tick the relevant checkbox or set the required email)
or am i missing something here ?!
- AuthorPosts