[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. c39ade568a8a01a77cefbd71fcb97714f9e93523

Stefan Hornburg racke at rt.icdevgroup.org
Thu Apr 9 10:31:06 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  c39ade568a8a01a77cefbd71fcb97714f9e93523 (commit)
      from  9b2d912338cb65d09c9cf53f6669146fd8805cb8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c39ade568a8a01a77cefbd71fcb97714f9e93523
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Apr 9 12:30:35 2009 +0200

    reroute to shopping cart while copy/move wishlist items to the cart

-----------------------------------------------------------------------

Summary of changes and diff:
 plugins/wishlists/code/wishlists.sub |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/plugins/wishlists/code/wishlists.sub b/plugins/wishlists/code/wishlists.sub
index 2540c96..3d822dc 100644
--- a/plugins/wishlists/code/wishlists.sub
+++ b/plugins/wishlists/code/wishlists.sub
@@ -24,6 +24,8 @@ sub {
 			$Tag->addtocart($_, 1);
 			$Tag->wishlist('remove', $_);
 		}
+		$CGI->{mv_nextpage} = $Config->{Special}->{order};
+		return 1;
 	}
 
 	# whether to copy stuff from wishlist to cart
@@ -31,6 +33,8 @@ sub {
 		for (@{$CGI_array->{sku}}) {
 			$Tag->addtocart($_, 1);
 		}
+		$CGI->{mv_nextpage} = $Config->{Special}->{order};
+		return 1;
 	}
 
 	# whether to delete stuff from wishlist


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list