close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Full Details Store Summary in Database behavior

Thread began 9/12/2017 8:17 am by danielsebas | Last modified 9/18/2017 7:34 am by Ray Borduin | 1251 views | 2 replies |

danielsebas

Full Details Store Summary in Database behavior

Hi, in the Store Summary in Database behavior there is an option that says Full Details. I try it but it only stores some information of only one product of the cart. Does anyone know how this option work and what is supposed to do? I will like to store all products names in one database field.
Thank you.
Regards,

Daniel

Sign in to reply to this post

Ray BorduinWebAssist

Full details is most of the column data for that one row. It is a calculated field in the eCart object.

To store all of the product names I think you can use: <?php echo($eCartName->TotalColumn("Name")); ?>

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

danielsebas

Hi Ray, I wanted to give it a little bit of format like line break so I did this:

<textarea id="items_pedidos" name="items_pedidos" style="padding: 0px; display: none"><?php
while (!$eCartPedidos->EOF()) { ?>ITEM: <?php echo $eCartPedidos->DisplayInfo("Name"); ?> CANTIDAD: <?php echo $eCartPedidos->DisplayInfo("Quantity"); ?>\n<?php $eCartPedidos->MoveNext(); } $eCartPedidos->MoveFirst(); ?>\n</textarea>



And I store the value of the text area in the name summary field.

Sign in to reply to this post

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...