Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 04-21-2009 16:56:13

jpurdue
Member
Registered: 06-18-2008
Posts: 9

More options for "Continue Shopping: Target"

Hello,
I would like to redirect after adding to cart to "all products" instead of "last category"  "splash page" or "last Product". Is there a way to change this other than those 3 items?

Dave,
Thanks in advance!

Jason

Offline

 

#2 04-22-2009 04:02:19

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: More options for "Continue Shopping: Target"

The "Shopping Cart/Wish List Display" XHTML include found in admin under Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes is where the value of the continue shopping setting is checked.  You could alter the include to have the button take you to another location in the store if desired.

Offline

 

#3 05-04-2009 14:39:11

jpurdue
Member
Registered: 06-18-2008
Posts: 9

Re: More options for "Continue Shopping: Target"

Dave,
Thank you for your speedy reply. I knew you would be on top of it.

Im not sure I follow how to achieve this. I have found the target display name you pointed out in your last post. I hate to ask, but could you provide more detail?


Thank you in advance,
Jason

Offline

 

#4 05-04-2009 14:46:15

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: More options for "Continue Shopping: Target"

in the Wiki shows examples of how to create links to various things and should get you pointed in the right direction (hopefully).

Offline

 

#5 05-04-2009 16:12:47

jpurdue
Member
Registered: 06-18-2008
Posts: 9

Re: More options for "Continue Shopping: Target"

Got it...
Instead of "splash" in the app I inserted "prodall"

Before

Code:

 if ($type == 'CART') {

          $link_shop     = $this->link_namespace($app,'splash',array());
          $link_checkout = $this->link_namespace($app,'checkout',array());

          if (($ns == 'addcart') && ($breads) && ($contshoploc != 'SPLASH')) {

after

Code:

 if ($type == 'CART') {

          $link_shop     = $this->link_namespace($app,'prodall',array());
          $link_checkout = $this->link_namespace($app,'checkout',array());

          if (($ns == 'addcart') && ($breads) && ($contshoploc != 'SPLASH')) {

Once again, Dave thank you.

Offline

 

#6 11-17-2009 07:29:59

christine
Member
Registered: 05-09-2008
Posts: 47

Re: More options for "Continue Shopping: Target"

mine says
if ($type == 'CART') {

          $link_shop     = $this->link_namespace($app,'last Product',array());
          $link_checkout = $this->link_namespace($app,'checkout',array());

          if (($ns == 'addcart') && ($breads) && ($contshoploc != 'last Product')) {

but isn't going to last product what have i missed doing??  please

Offline

 

#7 02-15-2010 01:47:33

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Re: More options for "Continue Shopping: Target"

I am having problems with this too... after upgrading to Europecart 7.1

No matter what i set as shopping target in the General Store Setting, the software allways sets http://www.contextinteriors.co.uk/ecom- … REseo.html as target URL and takes me to a category index page instead of the splash page.

I also tried forcing the software to go to the splash page in the Shopping Cart/Wish List Display XHTML include but no luck as the only result I got was the user being logged out.

Offline

 

#8 02-15-2010 15:21:58

Design_Wholesale
Member
From: England!
Registered: 11-21-2008
Posts: 1104
Website

Re: More options for "Continue Shopping: Target"

, ... it is possible that your problems are being caused by the SEO in CCP 7.0. - If I am not mistaken you should be able to fix your problems by using SEO addresses, not the usual internal addresses.

I don't use CCP 7.0 or Europacart, but try using (for example) the SEO friendly address for the main product page and see where that lands you.

Otherwise, talk nicely to Dave or John - they can definitely advise you on this if that doesn't work smile.

Offline

 

#9 02-15-2010 16:19:34

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: More options for "Continue Shopping: Target"

jonasaedin where do you have the target set to go? In general if the page can't be found then it will default to the store splash page which is what your getting.

John

Offline

 

#10 02-15-2010 18:19:00

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Re: More options for "Continue Shopping: Target"

I noticed that... but for some reason it will always go to http://www.contextinteriors.co.uk/ecom- … REseo.html no matter what I have the system set to (I have trid all three standard settings)

And even when I set it to 'Store Splash Page' this address is not showing my splash page (as in the webpage with the id 'splash') but a page that shows all categories instead - this is not a page I use in the shop.

I know this is not exactly what the system is intended for, but I was expecting splash page to be the one I have defined in the website > Content > Webpages.

Offline

 

#11 02-15-2010 18:21:20

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Re: More options for "Continue Shopping: Target"

Offline

 

#12 02-15-2010 23:32:38

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: More options for "Continue Shopping: Target"

The splash page listed as "Store Splash Page" is the one you are getting, if your wanting the "first" splash page you will have to create a new entry  for the target field which contains the needed information such as app = cms and ns = splash. You would have to create that entry in the raw database admin in the table core_settings, as in the fashion of the ones already present.

This is subject mater in this post is directed at ccp7 code base not ccp6.

John

Last edited by dh783 (02-15-2010 23:34:18)

Offline

 

#13 02-16-2010 04:49:34

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Re: More options for "Continue Shopping: Target"

OK.. The tale of the two splash pages!... I got it... and found a solution which I will post under the CCP7 section as I can see a few others have got the same issues.

Offline

 

Board footer