Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

shopping cart becoming empty on order registration page

New Here ,
Sep 10, 2013 Sep 10, 2013

Hi,

Facing a critical problem with no response from Adobe since 4 days. In the meantime I have customers placing an order online, going all the way up to registration and payment page and paying successfully but BC only sends a new customer registration workflow notification.

Looking deeper I found out that the shopping cart becomes empty when the request is passed on to worldsecuresystems for capturing the billing and shipping information.

Please guide.

This problem happened with 2 customers in a span of few days. Screenshot is available here where I am on the billing information page but shopping cart is empty .http://www.fitnessandfairies.com/screenshot.png

Thanks in advance.

Dev

TOPICS
Content management and modules , eCommerce
902
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 10, 2013 Sep 10, 2013

Is the shopping cart the BC tag and not unomodified?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 10, 2013 Sep 10, 2013
LATEST

Hi Liam,

The code ages ago was

            <td colspan="2" align="right" valign="bottom" style="height: 60px;">{tag_buybutton,<img src="/assets/images/button-checkout.png" id="button-checkout" width="116" height="37" alt="Checkout" />}</td>

which we modified recently to

            <td colspan="6"><!--{tag_getquotebutton,<img src="/assets/images/button-update-cart.png" id="button-update-cart" width="175" height="31" alt="Update Cart" />}--> {tag_buybutton,<img src="/assets/images/button-checkout.png" id="button-checkout" width="116" height="37" alt="Checkout" />}<a href="http://fitnessandfairies.com"><img src="/assets/images/button-continue-shopping.png" width="163" height="31" alt="Continue Shopping" id="button-continue-shopping" /></a>

            <div class="clear"></div>

            </td>

Am I doing anything out of order here ?

Cheers,

Dev

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines