close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Creating an Ecart6

Thread began 1/22/2017 12:56 pm by john70964 | Last modified 1/25/2017 11:25 am by Ray Borduin | 1499 views | 5 replies |

john70964

Creating an Ecart6

Hello
I am following the instructions for ecart6 on page
http://www.webassist.com/tutorials/Integrating-Data-Bridge-and-eCart
I have come to the part where is says
Run the eCart Checkout wizard
I am not sure which page I should be working on here
Do I have to create a page called checkout.php ?

Thanks for your help.
Regards

John

Sign in to reply to this post

Ray BorduinWebAssist

You should just open the cart page where you have your cart displayed. Then go to Webassist->eCart->Checkout Wizard to start the wizard. It will create all of the pages you need for checkout including the actual checkout.php page.

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Thanks Ray
Those instructions worked really well.

Sign in to reply to this post

Ray BorduinWebAssist

It looks like you have skipped a step. You have to replace the add to cart button placeholders with actual add to cart buttons from eCart.

It looks like you haven't done the section titled:

Update the Product Detail Page

That is where the button on the details page is replaced and made actually add items to the cart.

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Thanks Ray
When I come to the Update the Product Detail page I have problems.

Tutorial says
'Delete the Button': OK

'Look for the opening ( <form... ) and closing ( </form>) tags in Code view, and remove the whole tags'.

If I delete the whole section as below The page detail vanishes.
If I delete the beginning word "form" and not the opening < and </form>
then I get the DW error:
<class="DetailsPage Basic_Default" id="Details_Basic_Default" name="Details_Basic_Default" method="post" action="

Can you please explain what I do delete
Many thanks
John

The whole section is:
<form class="DetailsPage Basic_Default" id="Details_Basic_Default" name="Details_Basic_Default" method="post" action="<?php echo (htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)); ?>">
<fieldset class="Basic_Default" id="Details">
<legend class="groupHeader">Details</legend>

<div class="WADADetailsContainer">
<a name="top"></a>
<?php if ($totalRows_WADAproducts > 0) { // Show if recordset not empty ?>
<div id="WADADetails">
<div class="WADAHeader"><h1><?php echo($row_WADAproducts['ProductName']); ?></h1></div>
<div class="WADADetailsImageInfoArea">
<div class="WADADetailsMainImageArea"><img class="WADADetailsMainImage" src="images/products/<?php echo($row_WADAproducts['ProductImage']); ?>" alt="<?php echo($row_WADAproducts['ProductName']); ?>" width="180" /></div>
<div class="WADADetailsProductInfo">
<div class="WADADetailsSubHeading"><?php echo($row_WADAproducts['ProductShortDesc']); ?></div>
<div class="WADADetailsSubText"><?php echo($row_WADAproducts['ProductLongDesc']); ?></div>
<div class="WADADetailsPriceButton">
<div class="WADADetailsPrice"><?php echo($row_WADAproducts['ProductPrice']); ?></div>
<div class="WADADetailsButton"><input type="button" value="Add To Cart" class="formButton unstyled" id="AddToCart" name="AddToCart" /></div>
</div>
<div class="WADAClearLeft"></div>
</div>
<div class="WADAClearLeft"></div>
</div>
<div class="WADADetailsShortDesc"><?php echo($row_WADAproducts['ProductShortDesc']); ?></div>
<div class="WADADetailsLongDesc"><?php echo($row_WADAproducts['ProductLongDesc']); ?></div>
</div>
<?php } // Show if recordset not empty ?>
<?php if ($totalRows_WADAproducts == 0) { // Show if recordset empty ?>
<div class="WADANoResults">
<div class="WADANoResultsMessage">This product has been removed.</div>
</div>
<?php } // Show if recordset empty ?>
</div>
<span class="buttonFieldGroup" >
<div class="WADADetailsLinkArea">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<?php if ($totalRows_WADAproducts > 0) { // Show if recordset not empty ?>
<?php } // Show if recordset not empty ?>



<td><input type="button" value="Back To Results" class="formButton unstyled" id="BackToResults" name="BackToResults" onclick="document.location.href = 'products_results.php<?php echo(isset($_GET["pageNum_WADAproducts"])?"?pageNum_WADAproducts=".intval($_GET["pageNum_WADAproducts"]):""); ?>';" /></td>
</tr>
</table>
</div></span>
</fieldset>
</form>

Sign in to reply to this post

Ray BorduinWebAssist

just remove the <form> and </form> tag, not the contents in between.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...