SagePay V3 issues with Billing and Iframe - opayo

I would like some advice and a little help.
A recent project I have been working one had its version of SagePay upgrade to use the version 3 protocol. The side of effects of this meant that users are no longer able to edit their billing address details. The previous protocol v2.23 did allow this in low profile mode and in normal mode.
Further more from what I have understood in the new protocol, iFrames are no longer being supported.
I have read the documentation which suggests downloading the custom templates (Card_Details.xslt and Card_Details_Low.xslt), customising them and sending over to SagePay in order to add these to the system. But I am unable to find any instructions on how to achieve this.
How I allow the customer to have the ability to change the billing address?
Any help will be appreciated.
Thanks

Change the template you are using (in My Sage Pay) to Default. That should set things back to how they were.
FYI - iframe integration is still supported in v3.00

Related

TYPO3 workspace preview not working with forms and HTTP POST data

The following question has been asked in the #typo3-cms Slack channel:
A customer of us wants to use the workspaces feature. Thats working fine. But he cannot test his forms because workspaces are not supporting POST requests. (POST requests are incompatible with keyword preview), does anyone have an idea how to make plugins which are working with POST method testable in workspaces or any other workaround?
Explanation of the scenario and behavior
The check to prevent HTTP POST requests from being executed points back to TYPO3 CMS 4.0 in 2006 when the workspaces feature was introduced into TYPO3 (see accordant Git revision from back then).
Since the workspaces preview link initializes a backend user in an untrusted application context, the check has been used to prevent administration actions from being executed - today one would do that differently and use XSRF protection tokens for that.
The handling of these workspace preview links also was part of a security issue in sprint 2016 with the aim to remove possible security side effects in that regard further (see TYPO3-CORE-SA-2016-012 for details).
There are several possibilities to preview workspace changes:
Preview link from workspace module
In the top-bar of the workspace module in the TYPO3 backend, the preview link can be send to other parties that don't have credentials to access the TYPO3 backend. This mechanism basically leads to the problems with HTTP POST as mentioned above.
This behavior is implemented in the class PreviewHook in either the system extension version (up to and including TYPO3 CMS 7) or workspaces (since and including TYPO3 CMS 8). There's currently no easy way to by-pass the HTTP POST check, except granting possible previewers real and limited access to the TYPO3 backend with a valid user account.
Preview contents directly from page module
Editors that have access to the TYPO3 backend should use the regular preview mechanism of TYPO3 in the page module - this is the same for live versions and workspace changes. The only difference if working in a workspace is, that the website frontend shows additional workspace related widgets to compare changes.
Using this mechanism, the HTTP POST problems mentioned in the beginning of this answer don't occur and e.g. forms can be used without any limitations.
If the previous method of creating the workspace preview link has been used with the same browser already, a cookie ADMCMD_prev has been created which still triggers the preview link behavior and still leads to problems with HTTP POST - even if the regular preview mechanism is used as described in this section. To circumvent that, this cookie has to be cleared manually in the browser.

Disable tracking for specific link in Mailchimp

I'd like to disable tracking for a specific link in a campaign.
The reason I need to do this is Mailchimp/Mandrill's tracking creates a scenario where Universal Links do not work.
Example:
I'd like (1) to be a regular link, with no Mailchimp tracking
I'd like (2) to track as normal.
In Mandrill I achieve this by adding mc:disable-tracking to the HTML of my template
Is it possible to do this within Mailchimp?
Thanks!
From my experience with MailChimp, you can't turn off click tracking on a link-by-link basis. It's all or nothing for a given campaign. MailChimp has a support document on how to do this, but the gist of it is a simple checkbox when configuring the campaign options:
Incidentally lack of click tracking in emails is currently a major drawback of Universal Links. If you're using one of the major email systems (Responsys, ExactTarget, SendGrid, or SailThru) Branch.io [full disclosure: I'm on the Branch team] offers an integration to fix this, but unfortunately the MailChimp version is taking somewhat longer to get live (feel free to let them know you want such a thing!)

Is there a Joomla 3.x content edit workflow plugin?

I was wondering if something possible as a workflow plugin was available.
When i mean workflow, i mean, a front-end management user would edit an article, and this would trigger an approval request, and the edit wouldn't go live until the approval was accepted. Something such as a backoffice would be available on maybe only an email or something that an administrator would need to accept before the change go live.
I have seen countless plugins for Prearticle management where before publishing it there is a workflow. But this is not what i am looking, i am looking for the same process but for when the article is already published, when a change is done to that article.
Is there such a thing for Joomla 3.x available i have searched alot and came to nothing, so i am asking help from the community.
Thanks in advance !
Things like this can help?
http://extensions.joomla.org/profile/extension/extension-specific/extensions-specific-non-sorted/workflow-for-simple-content-versioning
Features of the tool in the above link include:
Revise, edit and approve article changes before going live with those changes.
Send article changes for approval via email
Edit and save changes to published articles without affecting the live site
Save notes regarding article versions
Optionally stage all content changes automatically
Automatically stage content from specific user groups
Optional administrator email notifications of staged content that is ready for review
Complete revision history with access to all staged and prior versions of article content
Optionally disable on the front-end
The following is yet another tool, but too powerful a tool for your requirement, still you may want to have a look at it.
http://extensions.joomla.org/extensions/extension/clients-a-communities/communities/community-builder

Liferay : Any one has updated jquery.tweet.js?

Has any one used and updated jquery.tweet.js for liferay 6.1
after following important note from seaofclouds.com,
Important note about Twitter's API changes
Twitter has discontinued its unauthenticated v1.0 API,
so this widget has stopped working as of 2013-06-11.
Twitter wants your only option for on-page widgets to be
their own Embedded Timelines, but there are workarounds
which involve installing server-side code to support this widget.
Please see this discussion for more details.
If yes, let me know steps to do ?
I am also trying, If done i ll update
Till then waiting for reply, might be save my time.
Thanks
Basic wrapper for Seaofclouds / Tweet.js that incorporates functionality with Twitter's v1.1 API
https://github.com/StanScates/Tweet.js-Mod

iFrame sagepay low profile?

has anyone used this before in .Net? The documentation on how to implement this is shockingly poor.
I can connect to sage and see a card payment screen but not using an iFrame?
If I was using the asp.net integration kit for example...which page would I put the iFrame on?
Anyone done this before?
The documentation includes the appendices for the protocols - search for something like "sagepay direct integration guidelines pdf"
http://www.sagepay.co.uk/file/1166/download-document/DIRECTProtocolandIntegrationGuidelinesV3%200%20%281%29.pdf
The appendices list the transactions you'll need to handle.

Resources