We've been working hard to get 3D Secure support for our friends in the UK and are happy to announce version 071 is now available for beta testers. You should see it in your list of available versions in the settings menu in the admin.
We've added 3D Secure support for the following gateways:
Paypoint
RealEx
SagePay
We also included cart images (with product urls) by adding two new standard cart attributes:
image
url
Just pass in a full url path to the image and product link or pass in a relative path starting from the root of your site domain you have configured in your FoxyCart store settings.
This version is fully functioning but keep in mind we may still be adding new features and bug fixes as we go along. We don't want to scare you away from running live transactions (because we need some people to test that out for us), but we also want to be clear about this version still being under active development.
Please let us know if you have any questions or if you run into any issues. We'll be including more details and documentation later on, but for the most part this version is very similar to 070.
Thanks for letting us know about any issues you find and helping us improve FoxyCart for everyone.
Thanks!
Adam
That seemed to work pretty well for the standard template but it's really up to you as to what your needs are. HTML resizing might not be ideal, but for most situations it will probably get the job done without having to build out your own image thumbnails. We've talked about implementing a phpthumb solution to automatically create thumbnails for you, but with their recent troubles, I'm glad we didn't. We're pretty serious when it comes to security so we try to avoid using third party frameworks or toolsets. We're open to suggestions though.
Thanks for the info. I'll have to try it out. Seems like that would work. What kind of security issues do you run into? Here is a script one of my programmers used for one a SlideShowpro project of mine where I had to resize images based on potential height. I can't post the entire script, but I can at least post the link to testing it. If you are interested in the script, just let me know and I'll send it to you.
http://webmovementllc.com/visions/photogallery/director/imagetest.php?file=albums/album-11/lg/7.jpg&height=600
It could easily be manipulated to allow for both height and width parameters, we only needed height at the time so it would stay proportional.
Thanks!
Adam
Thanks!!!
-julie
SagePay provide support for PayPal in addition to standard card payments. Does your SagePay integration support their PayPal integration too? I.e. if we move from PayPal to SagePay we could still accept PayPal through Foxycart?
So you can use both, but you don't get the unified management of PayPal from inside the Sage Pay portal.
Yes?
So, in order to accept both we just need to check both 'Let customers pay with credit card' (selecting SagePay) and 'Let customers pay with PayPal'?
also, i'd like to see the thumbnail column in the cart Labeled as thumbnail. as it is right now, its just blank next to the item.
Second issue first: that column header is defined in the "language" section of the admin as a single space. You can change it to whatever you like.
First issue second: for sure, using a little clever jQuery. Can you outline the exact class and styles you have in mind with examples? If you have the category displayed in the cart it might be as simple as walking through the cart HTML nodes with jQuery and inspecting the category for each line item. Based on that value you could walk backwards to the first <td> element with the image and apply the css styles you want there. Hope that helps.
As an exemple ;
Lets add an image to a basic cart item;
<input type="hidden" name="name" value="Size" />
<input type="hidden" name="price" value="9.99" />
<input type="hidden" name="category" value="ABC" />
<input type="?" name="?" value="?" />
--julie
if all of my quantity boxes aren't pre populated with 0, and i pick one item to add to the cart, while keeping the other items' quantity as 0, then I can add a product to the cart, and it displays.
however, if any of the quantity boxes are blank, and i pick one item and to add to the cart, while keeping the other items' quantity boxes blank, the https://metroscap.foxycart.com/cart.php? does not render and display within the colorbox modal window.
secondairly, i have another product that simply won't allow itself to be added to the cart, the canvas size piece,
EDIT: oh, and when you are finally able to add an item to the cart, it doubles the quantity.
ALL of this behavior is exclusive to IE7, only, as far as i can tell. Believe it or not, I think ie6 is ok, besides not rendering png's very nice.
domain, metroscap.com
Excuse my ignorance, my first cart with foxy - so probably a stupid question!
I can't seem to suss out if Sagepay UK is up and running live yet or in beta testing or whether it's just the 3D that's in beta. I'm at the point where I need to start my client off with a paid foxy account and setup payment processing but not sure which way to go at the moment. We will obviously need to spend some time testing but where to start and which to go with I'm really not sure. Should I be recommending using Paypal or other for starters and maybe setting up SagePay just for testing or is it OK to go with Sage from the start? I don't want to give my client the impression that I don't know what I'm doing - even though I don't at the moment!
many thanks..
Cheers
PayPal WPP: Not yet.
There may still be an issue with it that we're still working on tracking down, but by and large it seems to be working great for many people. Let us know how it goes for you.
Customer password hashing has been greatly improved to support integrations with various third party systems (more info here: http://wiki.foxycart.com/v/0.7.0/customers#synchronizing_users_and_passwords). As part of this change we no longer email plain text passwords to customers but instead send them a temporary password (without resetting their actual password) which is only valid for a period of time. Once they login with the temporary password they are shown two password fields where they add a new password (we'll add some messaging here in a future version, but didn't want to disrupt any live 071 international stores). After completing the checkout, their customer password will be updated and that information will be passed along to your system via the XML Datafeed.
New XML nodes include customer_password_salt, customer_password_hash_type and customer_password_hash_config. customer_password still contains the hash of the customer password.
You can look at all the new hashing options available to you in the admin under "advanced". One of the nice things about these changes is that you can modify your store's hashing method without breaking the ability of your customers to login. Each customer record keeps the information needed to validate the hash at the time the hash was originally created. After each checkout, customer hashes will be updated to use the latest settings you have in the admin.
As part of these changes we've also rolled out some behind the scenes updates to the upgrade process between store versions. If you notice any issues with upgrading or with 071 and customer passwords, please let us know and we'll get on it right away.
Though we have quite a few stores using 071 in production, it is technically still in beta which is why these changes have been made.
I would dearly like to use the new functionality of 7.1 at stageplays.co.uk
But how do we do this?
best
Paul
What version of FoxyCart are you currently using?
You'll want to follow a normal upgrade path to 0.7.0 first, and then move to 0.7.1. The move from 0.6.0 to 0.7.0 could be pretty significant, but it is definitely worth it. Once you are at 0.7.0, it is easy to move to the 0.7.1 beta.
Check out the upgrade notes here:
http://wiki.foxycart.com/v/0.7.0/upgrading
Lance
We're currently on 7.0
So how easy is easy?
I appreciate 7.01 is beta and there'll be glitches but I'm concerned I might screw up as we can't afford downtime
best
Paul