close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PS3 - Advanced and Simple Options not showing in Order Details

Thread begun 12/13/2010 5:40 pm by msjj000 | Last modified 12/20/2010 8:06 am by Jason Byrnes | 5642 views | 11 replies |

msjj000Beta Tester

PS3 - Advanced and Simple Options not showing in Order Details

Hi WA,

I looked for the fix but couldn't find it - can you please point me in the right direction? In order to get the sizing/colour info I need to look at the database each time for the product detail number.

Thanks, Mark

Sign in to reply to this post

Jason ByrnesWebAssist

This is fixed in the PowerStore 3.01 update that was released a little bit ago, you will need to use the updated powerstore files available in the download center.

Sign in to reply to this post

msjj000Beta Tester

Hi Jason,

Thanks. I've made modifications to localize the product - are you able to give me a clue as to which files are to be replaced for the 3.0.1 fixes? Localizations include all files where there is a state, country and gateway code.

Thanks, Mark.

Sign in to reply to this post

Jason ByrnesWebAssist

the fix is in the following files:
confirm.php
pp_confirm.php
admin/orders_Detail.php
WA_Universal_Email/Email_Templates/admin_receipt.php
WA_Universal_Email/Email_Templates/reciept.php
WA_Universal_Email/Email_Templates/pp_reciept.php

Sign in to reply to this post

msjj000Beta Tester

Thanks very much Jason

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

msjj000Beta Tester

Hi Jason,

I just tested the 301 update for the for product detail and the following two different errors occured on two different sites. I didn't include the pp_XX.X pages as I don't use PayPal

Site 1: The product details were captured and the transaction went through however rather than reverting back to the checkout_success.php page it reverted back to the cart.php page. All emails were also sent.

Site 2: Again the transaction was processed, admin updated and emails sent however in this case while it also reverted back to the cart.php page instead of the checkout_success.php page it also displayed that the inventory was updated with what was in stock. So two errors on site 2, reverting to the cart.php while the transaction went through, emails sent etc and also displaying the updated stock error. Screen shot attached. [[[When I look at managing inventory it still shows up as one rather than zero even after it was sold although when I go to update product details the inventory system works properly here. Also on initial sale the email that is sent contains colour and size, however if I send the receipt again in order admin then the size and colour detail is missing]]]

Thanks, mark.

Sign in to reply to this post

Jason ByrnesWebAssist

when it goes to the cart page, it is probably due to domain switching.


What is the address in the address bar when you get to the confirm page?

what is the full address when you get to the cart page?


the other other issues are most likely related.

Sign in to reply to this post

msjj000Beta Tester

Hi Jason,

What do you mean by domain switching?

Address details are:
cart.php (as expected) then
checkout.php (as expected) then
confirm.php (as expected) then
cart.php (instead of checkout_success.php)

Mark.

Sign in to reply to this post

Jason ByrnesWebAssist

on the confirm page, try changing the code at line 1235 - 1241:

php:
<?php

// WA eCart Redirect
if ($WA_Store_Cart->redirStr != "")     {
    unset(
$_SESSION['randomConfirm']);
  
header("Location: ".$WA_Store_Cart->redirStr);
}
?>




to:

php:
<?php

// WA eCart Redirect
if ($WA_Store_Cart->redirStr != "")     {
    unset(
$_SESSION['randomConfirm']);
  
session_commit();
  
header("Location: ".$WA_Store_Cart->redirStr);
}
?>
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...