Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Variable Price Product and Card Swiper
Author « Topic »  

on_edge
Advanced Member

USA
275 Posts

Pre-sales questions only
(More Details...)

Posted - 05/23/2018 :  07:43:00  
Is there a way to create a product for which the price (any price) could be entered in the checkout process. I wouldn't want it available to the public, but available to the site owner. Context: [url]https://www.mad-trees.com/[/url] wants the ability for customers to purchase on the website, which is the case now. In addition, the owner participates in the local farmer's market every week. He'd like to be able to negotiate a price for the plants and, perhaps, installing them and enter the price at the time of purchase.

I'm trying to set him up with a card swiper for Stripe. Any suggestions there would also be helpful. The one I've seen that looks good, so far, is Collect for Stripe.

Andy
ECT Moderator

95440 Posts

Posted - 05/23/2018 :  08:13:17  
Hi

The owner can create an order through the admin orders page and change the price on the item there if that's what is needed.

I'm not familiar with card swipers I'm afraid so perhaps somebody else has a recommendation there.

Andy

Please feel free to review / rate our software

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 05/23/2018 :  09:46:48  
You could also use the donations page as a payment page allowing you to enter any amount you want.

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

on_edge
Advanced Member

USA
275 Posts

Pre-sales questions only
(More Details...)

Posted - 06/05/2018 :  11:02:03  
Donations page idea sounds good. I set up a page [url]https://www.mad-trees.com/openrate.php[/url]. The problem is, it has fields that work for gift certificates. This is supposed to be for project deposits and services. How can I modify this? Don't need to email the customer in this way (as you would for a gift certificate). Just the emails sent by the cart should suffice.

Andy
ECT Moderator

95440 Posts

Posted - 06/05/2018 :  11:04:39  
There's some help on that here https://www.ecommercetemplates.com/help/donations.asp

Andy

Please feel free to review / rate our software

on_edge
Advanced Member

USA
275 Posts

Pre-sales questions only
(More Details...)

Posted - 06/05/2018 :  11:12:49  
Thanks. I'll take a look.

on_edge
Advanced Member

USA
275 Posts

Pre-sales questions only
(More Details...)

Posted - 06/06/2018 :  07:15:21  
Hmmm...followed those instructions. Still doing something wrong. Does my page have to be donations.php? And $explicitid="donations";? Can I have openrate.php and $explicitid="openrate";?

The page has content for gift certificates, not the content shown on the help page.

[url]https://www.mad-trees.com/openrate.php[/url]

on_edge
Advanced Member

USA
275 Posts

Pre-sales questions only
(More Details...)

Posted - 06/06/2018 :  07:27:54  
Never mind. $explicitid="donation"; has to be donation. Working now.

dbdave
ECT Moderator

USA
10468 Posts

Posted - 06/06/2018 :  08:53:37  
No, you don't have to name it donations, and I certainly wouldn't want our payment page named donations.
I think there is one part of the instructions unclear there.. (I have added note in red)

quote:
Using the donations page as a general payment method

It may be that you need to use the donations feature for other purposes such as receiving payments for extra shipping, add-ons, custom services etc. If that is the case you probably won't want the word "donations" to appear anywhere in the order process. Setting up the donations to receive general payments is quite simple.

Open vsadmin/inc/languagefile_en.asp or .php and change the following two entries

xxDonat="Direct Payment"
xxMakDon="Make A Direct Payment"

$xxDonat="Direct Payment";
$xxMakDon= "Make A Direct Payment";

It's a good idea to copy those entries to vsadmin/includes.asp or includes.php do they don't get overwritten by updaters.

Now open donations.asp and add the following

<%
prodid="payments"
%>

before

<!--#include file="vsadmin/inc/incspecials.asp"-->

For the PHP version, that would be

<?php
$prodid="payments";
?>

before

<?php include "vsadmin/inc/incspecials.php" ?>

Finally in vsadmin/includes.asp add

donationid="payments" (name your page whatever you set here)

or for vsadmin/includes.php

$donationid="payments";(name your page whatever you set here)

Edited by - dbdave on 06/06/2018 08:54:21
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000