close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Product Options with Ecart help

Thread began 10/25/2011 7:29 pm by johna1964 | Last modified 11/02/2011 9:48 am by johna1964 | 2369 views | 9 replies |

johna1964

Product Options with Ecart help

Hi!

I have already added the necessary column to the ecart object, updated the cart page, and added the product options to the database. I decided to place the add to cart button on the results page and use the long description there. I just need to make sure I can follow the instruction the same as the detail page in the Product Options with eCart tutorial, but on the results page, without any problems.

Thank you!

johna1964

Sign in to reply to this post

Jason ByrnesWebAssist

using product options on the results page will take a good deal of familiarity with PHP Code, Recordsets and SQL.


the problem is that the Recordset to look up the option for the product will need to go Inside the product repeat region, it will also need to use the product ID from the product recordset to filter.

It _can_ be done if you have a good deal of php coding experience.

Sign in to reply to this post

johna1964

Hi Jason,

Thank you... I am flying by the seat of my pants as it is ... :)

Would you be willing to assist me this?

johna

Sign in to reply to this post

Jason ByrnesWebAssist

It's not really something I can offer support for through this forum, If you need assistance with this, I would suggest signing up for a premier ticket where we could work with you in a one on one session.

Sign in to reply to this post

johna1964

Thank you

Jason,

Thank you...:)

johna

Sign in to reply to this post

johna1964

Little Problem

Hi,

Since I had already edited the ecart as explained in the Product Options with eCart instruction, I just now noticed the server behaviors panel in the cart.php has duplicated the buttons? You can also see the exclamation points...

What do I need to do about this and does effect the functionality of the cart?

Thank you! :)

johna1964

Sign in to reply to this post

Jason ByrnesWebAssist

you can select each of the duplicate buttons and click the minus button to remove them.

A red exclamation mark only means that there is code on the page dreamweaver is having trouble inspection. It means there may be a problem on the page and there may not be.

Test the page in the browser, if it is functioning correctly, ignore the exclamation marks, if not, then the exclamation mark is a good place to start investigating.

Sign in to reply to this post

johna1964

checkout is not working

Jason,

Hi again... the checkout button is not working. I have uploaded the cart.php page. I'm sorry, I don't know what I'm looking for. :(



Thank you!

johna1964

Sign in to reply to this post

Jason ByrnesWebAssist

the code is looking for a button named "eCart1_Checkout", but your checkout button is named "eCart_Checkout"

change:

<input type="submit" name="eCart_Checkout" id="eCart_Checkout" value="Checkout" class="ImpressionsInspiration22" />




to:

<input type="submit" name="eCart1_Checkout" id="eCart1_Checkout" value="Checkout" class="ImpressionsInspiration22" />
Sign in to reply to this post

johna1964

cart page is working now

Jason,

Thank you! :)

johna1964

Sign in to reply to this post
loading

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