close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Downloads help files not loading

Thread begun 10/19/2009 1:47 pm by Gavin Killackey | Last modified 10/20/2009 9:26 am by Jason Byrnes | 2818 views | 6 replies |

Gavin Killackey

Downloads help files not loading

I need to download the PDF files for this extension especially the how to "Changing PowerStore's Payment Gateway with eCart (PDF)"
Iam in Australia so the way it is set up is no good and I need to change the way it works as it will not process payments.
The link on the following page is broken powerstore/
Is there any other way to access this file?

Sign in to reply to this post

Jason ByrnesWebAssist

We have had some reports of difficulty downloading PDF documents, mostly when Acrobat professional is installed.

To work around the problem, try right clicking the PDF link and selecting the Save Link As option to save it to your computer before opening it.

Sign in to reply to this post

Gavin Killackey

Unable to Download PDF

Thankyou for the prompt reply however I have tried that and also tried it on another computer that does not have Acrobat Professional installed and can still not download it could you send me the file?

Sign in to reply to this post

Gavin Killackey

Downloading Files

I managed to download it on a laptop But I also have another question I also need to remove the shipping is there a walkthrough for that.

Sign in to reply to this post

Jason ByrnesWebAssist

In the WA_Globals.php file, leave the $WAGLOBAL_Shipping_Enabled set to false:

$WAGLOBAL_Shipping_Enabled = false


if you do not wish to use shipping.

Sign in to reply to this post

Gavin Killackey

Hi Jason
I have one more problem and I cannot find the answer in the forum when product has been added to the cart and you try to confirm the order I always get a checkout failure.
I have only found one other reference to this on the forums but no answer.
I have used powerstore 1 succesfully but powerstore 2 is more confusing. Could you help ?

Sign in to reply to this post

Jason ByrnesWebAssist

To troubleshoot, If you are testing using Express Checkout, add the following to the pp_checkout_failure.php page:

php:
<?php

if(!session_id()) session_start(); 
echo(
"Auth request: ".isset($_SESSION['ECO_Auth_Request'])?$_SESSION['ECO_Auth_Request']:""."<br /><br />");
echo(
"Auth Result: ".isset($_SESSION['"ECO_Auth_Result'])?$_SESSION['ECO_Auth_Result']:""."<br /><br />");
echo(
"Get Request: ".isset($_SESSION['ECO_Get_Request'])?$_SESSION['ECO_Get_Request']:""."<br /><br />");
echo(
"Get Result: ".isset($_SESSION['ECO_Get_Result'])?$_SESSION['"ECO_Get_Result']:""."<br /><br />");
echo(
"Preocess request: ".isset($_SESSION['"ECO_Process_Request'])?$_SESSION['ECO_Process_Request']:""."<br /><br />");
echo(
"Process Result: ".isset($_SESSION['ECO_Process_Result'])?$_SESSION['ECO_Process_Result']:""."<br /><br />");
?>




If you are filling in the checkout form on the checkout page, add the following to the checkout_failure.php page:

php:
<?php

if(!session_id()) session_start(); 
echo(
"PayPal Full Request :<br />");
echo(
"<code>".isset($_SESSION["PP_DirectPayment_postedValues"])?$_SESSION["PP_DirectPayment_postedValues"]:""."</code><br /><br />");
echo(
"Paypal Full Response :<br />");
echo(
"<code>".isset($_SESSION["PP_DirectPayment"])?$_SESSION["PP_DirectPayment"]:""."</code><br /><br />");
echo(
"USPS Full Request :<br />");
echo(
"<code>".isset($_SESSION["WA_Store_Cart_USPS_FullRequest"])?$_SESSION["WA_Store_Cart_USPS_FullRequest"]:""."</code><br /><br />");
echo(
"USPS Full Response :<br />");
echo(
"<code>".isset($_SESSION["WA_Store_Cart_USPS_FullResponse"])?$_SESSION["WA_Store_Cart_USPS_FullResponse"]:""."</code><br /><br />");
?>





This will write the request that is sent to paypal as well as the response that is returned to the screen so we can get an idea of what is going wrong.

NOTE: The request will contain you api information, you should remove that portion when posting it on the forum.

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