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 07-03-2012 12:28:08

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Yup.. another custom shipping need

Is there any way to set up shipping so it's a "you will be contacted regarding shipping" message and allow the order to continue? Custom work, varied shipping costs/methods etc. result in this being needed. Thanks!

Offline

 

#2 07-05-2012 08:18:40

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: Yup.. another custom shipping need

Code:

<?php
$info = $this->globals('ecom.customship');

$method = 'You will be contacted regarding shipping.';

 $custom = array($method => '0.00');

$this->globals('ecom.customship_response',$custom);

?>


-James Garrett

Offline

 

#3 07-05-2012 10:55:06

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Re: Yup.. another custom shipping need

Thank you.. worked great!

Offline

 

#4 07-05-2012 14:44:52

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: Yup.. another custom shipping need

sbhkma wrote:

Thank you.. worked great!

np



-James Garrett

Offline

 

Board footer