close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

ecart Repeat region problem

Thread began 12/09/2009 10:11 am by QuiruNet | Last modified 12/10/2009 11:37 am by Jason Byrnes | 1405 views | 5 replies |

QuiruNet

ecart Repeat region problem

i am building a ecommerce with ecart, i did all steps with the toturial...but when i am trying to use the repeat region in dreamweaver with the "ecart add to card button" to show all my products... the ecart button doesnt work, don´t send the information to the cart.php page ...to show the item i pick..(i use the repeat region fron dreamwever ).

The same problem happen to me when i use the looper wizard (lopper type: horozontal), the cart.php doesn´t get the items i chose, you can see the page if you want:

seccion.php?categoriaID=3&marcaID=2&familiaID=21


You will see the problem.

Sign in to reply to this post

Jason ByrnesWebAssist

It may be that your server is experiencing a bug with session variables. First, try modifying the seccion.php page.


Look for the following line of code:


php:
<?php

// WA eCart Redirect
if ($<your cart name>->redirStr != "")     {
  
header("Location: ".$<your cart name>->redirStr);
}
?>






where <your cart name> is the name of your cart object. and change it to:

php:
<?php

// WA eCart Redirect
if ($<your cart name>->redirStr != "")     {
  
session_commit();
  
header("Location: ".$<your cart name>->redirStr);
}
?>
Sign in to reply to this post

QuiruNet

next error

i get the this error:
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\actualitysantiago.com\httpdocs\v09\seccion.php:170) in C:\Inetpub\vhosts\actualitysantiago.com\httpdocs\v09\seccion.php on line 174


line 170 <?php
line 171 // WA eCart Redirect
line 172 if ($ActualitySantigo->redirStr != "") {
line 173 session_commit();
line 174 header("Location: ".$ActualitySantigo->redirStr);
line 175 }
line 176 ?>

Sign in to reply to this post

Jason ByrnesWebAssist

That error occurs if there is out pout on the page before the header function is used. See the following page for more details on solving the problem:
148/

Sign in to reply to this post

QuiruNet

thank

thanks its working.

Do you know a toturial to use to make the chekout witout a pay plataform?

Sign in to reply to this post

Jason ByrnesWebAssist

On the eCart support page, see the "Using the eCart Checkout Wizard" tutorial in the Solution recipe section:
ecart/

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