바로구매 등의 처리 스크립트 수정
This commit is contained in:
@ -500,6 +500,9 @@ function fsubmit_check(f)
|
|||||||
// 바로구매, 장바구니 폼 전송
|
// 바로구매, 장바구니 폼 전송
|
||||||
function fitem_submit(f)
|
function fitem_submit(f)
|
||||||
{
|
{
|
||||||
|
f.action = "<?php echo $action_url; ?>";
|
||||||
|
f.target = "";
|
||||||
|
|
||||||
if (document.pressed == "CART") {
|
if (document.pressed == "CART") {
|
||||||
f.sw_direct.value = 0;
|
f.sw_direct.value = 0;
|
||||||
} else { // 바로구매
|
} else { // 바로구매
|
||||||
|
|||||||
@ -445,6 +445,9 @@ function fsubmit_check(f)
|
|||||||
// 바로구매, 장바구니 폼 전송
|
// 바로구매, 장바구니 폼 전송
|
||||||
function fitem_submit(f)
|
function fitem_submit(f)
|
||||||
{
|
{
|
||||||
|
f.action = "<?php echo $action_url; ?>";
|
||||||
|
f.target = "";
|
||||||
|
|
||||||
if (document.pressed == "장바구니") {
|
if (document.pressed == "장바구니") {
|
||||||
f.sw_direct.value = 0;
|
f.sw_direct.value = 0;
|
||||||
} else { // 바로구매
|
} else { // 바로구매
|
||||||
|
|||||||
@ -500,6 +500,9 @@ function fsubmit_check(f)
|
|||||||
// 바로구매, 장바구니 폼 전송
|
// 바로구매, 장바구니 폼 전송
|
||||||
function fitem_submit(f)
|
function fitem_submit(f)
|
||||||
{
|
{
|
||||||
|
f.action = "<?php echo $action_url; ?>";
|
||||||
|
f.target = "";
|
||||||
|
|
||||||
if (document.pressed == "CART") {
|
if (document.pressed == "CART") {
|
||||||
f.sw_direct.value = 0;
|
f.sw_direct.value = 0;
|
||||||
} else { // 바로구매
|
} else { // 바로구매
|
||||||
|
|||||||
@ -444,6 +444,9 @@ function fsubmit_check(f)
|
|||||||
// 바로구매, 장바구니 폼 전송
|
// 바로구매, 장바구니 폼 전송
|
||||||
function fitem_submit(f)
|
function fitem_submit(f)
|
||||||
{
|
{
|
||||||
|
f.action = "<?php echo $action_url; ?>";
|
||||||
|
f.target = "";
|
||||||
|
|
||||||
if (document.pressed == "장바구니") {
|
if (document.pressed == "장바구니") {
|
||||||
f.sw_direct.value = 0;
|
f.sw_direct.value = 0;
|
||||||
} else { // 바로구매
|
} else { // 바로구매
|
||||||
|
|||||||
Reference in New Issue
Block a user