WebSite X5Help Center

 
Stuart S.
Stuart S.
User

Struggling with getting the ecommerce working with paypal and credit cards  en

Autor: Stuart S.
Visitado 202, Followers 1, Compartido 0  

https://www.qdro-calc.com

struggling with getting the ecommerice working with paypal and credit cards

set up product list for four products that you can see. for testing set 1st and 3rd to 1 and 2 dollars for test

on order management we set up payment method by linking my business paypal account and it says everything food.  we set price to zero on payment type list since it gets added to the price of each of the 4 items in the shopping cart.

step 1. put in customer details and put in email addess for receiving orders

if you clik on the two of the four items in shopping cart you can see the 1 or 2 dollars price

on order a qdro calculation choose either one or three

step 2 shipment and payment choice. it shows page with explanation and cost.  we add to cart. it says ok.

we proceed with order.   it shows total on order summary.  we put in customer data. it next shows order symmary with 2 dollars shown/ there is an order summary wih step 3 with total as 2 dollars.  we click buy now.

HERE IS THE PROBLEM. STEP 4. IT SAYS ORDER COMPLETED BUT IT NEVER ASKED FOR CREDIT CARD OR PAYPAL INFO. IT GIVES ORDER NUMBER AND DATE AND SHOWS THE 2 DOLLAR TOTAL BUT IT NEVER ASKED TO COLLECT PAYMENT

I am hosting on namecheap and have email going to zoho mail. there was a secondary issue with the email to the purchaser not going through due to rejection due to high probability of spam

I am thankful for any help you can give.

Stu

Publicado en
2 RESPUESTAS - 1 CORRECTO
Daniel W.
Daniel W.
User
Usuario del mes EN

If the web address starts with www. is used, then a rotating loading symbol appears very briefly.

If, on the other hand, the web address without www. used, then it works, see screenshot below

The redirection via the .htaccess file should be changed so that the web address always contains https but without www. is displayed.

-----

Leer más
Publicado en de Daniel W.
Stuart S.
Stuart S.
User
Autor

Thank you for the help and advice.  Since i am using name cheap as my host, they have an auto setting to go to https:// So I only had to have any www removed.  So this worked:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.qdro-calc\.com [NC]
RewriteRule (.*) http://qdro-calc.com/$1 [R=301,L] 

Leer más
Publicado en de Stuart S.