Was wondering if someone would take a look at my link structures below. Having some customers who cannot add more than one item to basket. Some links are using short links and others are not. All of nav bar is using short links and notice that it NEVER shows any cookies when clicking checkout on the nav bar tab. Is this okay?
---------------------------------------------------------------------
(CATEGORY)
Clicking from category tree:
/mm5/merchant.mvc?Screen=CTGY&Store_Code=DPB&Category_C ode=new_releases&Product_Code=&Search=&Per_Page=&S ort_By=new
Clicking that category from breadcrumb
/page-category-new_releases.html
-----------------------------------------------------------------
(PROD)
clicking from a toolkit function I set up
/mm5/merchant.mvc?Screen=PROD&Product_Code=SPC9
from CTGY page
/page-product-monthly_specials-BK533.html
from miva basket
/mm5/merchant.mvc?Screen=PROD&Store_Code=DPB&Product_Co de=SPC8
----------------------------------------------------------------
(BASKET)
From Nav Bar
/page-BASK.html
From mini basket
/mm5/merchant.mvc?Screen=BASK&Store_Code=DPB
--------------------------------------------------------------
(CHECKOUT)
From Nav Bar
/page-OINF.html
From link on in global footer
/mm5/merchant.mvc?Session_ID=a89d250d82b39dfc87a55611f6 a67049&Screen=OINF&Store_Code=DPB
from inside basket clicking continue
/mm5/merchant.mvc?Session_ID=a89d250d82b39dfc87a55611f6 a67049&Screen=OINF&Store_Code=DPB
from minibasket I made
/mm5/merchant.mvc?Session_ID=a89d250d82b39dfc87a55611f6 a67049&Screen=OINF&Store_Code= <---- notice DBP missing is it important?
-----------------------------------------------------------
(ORHL)
From global header SECURE
/page-ORHL.html
From bottom Unsecure
/page-ORHL.html
----------------------------------------------------------
MYREG (wishlist)
Link is unsecure
/page-MYREG.html
---------------------------------------------------------
---------------------------------------------------------------------
(CATEGORY)
Clicking from category tree:
/mm5/merchant.mvc?Screen=CTGY&Store_Code=DPB&Category_C ode=new_releases&Product_Code=&Search=&Per_Page=&S ort_By=new
Clicking that category from breadcrumb
/page-category-new_releases.html
-----------------------------------------------------------------
(PROD)
clicking from a toolkit function I set up
/mm5/merchant.mvc?Screen=PROD&Product_Code=SPC9
from CTGY page
/page-product-monthly_specials-BK533.html
from miva basket
/mm5/merchant.mvc?Screen=PROD&Store_Code=DPB&Product_Co de=SPC8
----------------------------------------------------------------
(BASKET)
From Nav Bar
/page-BASK.html
From mini basket
/mm5/merchant.mvc?Screen=BASK&Store_Code=DPB
--------------------------------------------------------------
(CHECKOUT)
From Nav Bar
/page-OINF.html
From link on in global footer
/mm5/merchant.mvc?Session_ID=a89d250d82b39dfc87a55611f6 a67049&Screen=OINF&Store_Code=DPB
from inside basket clicking continue
/mm5/merchant.mvc?Session_ID=a89d250d82b39dfc87a55611f6 a67049&Screen=OINF&Store_Code=DPB
from minibasket I made
/mm5/merchant.mvc?Session_ID=a89d250d82b39dfc87a55611f6 a67049&Screen=OINF&Store_Code= <---- notice DBP missing is it important?
-----------------------------------------------------------
(ORHL)
From global header SECURE
/page-ORHL.html
From bottom Unsecure
/page-ORHL.html
----------------------------------------------------------
MYREG (wishlist)
Link is unsecure
/page-MYREG.html
---------------------------------------------------------
Comment