You should download en use WooCommerce with buildin payment gateways
You can add a product type with something like:
function my_add_product_type( $types ) {
return $types["service"] = "Service";
}
add_filter( "product_type_selector", "my_add_product_type" );
Related Posts:
- WP-e-Commerce Adding A Product via Flash Button
- wp-e-commerce plugin – custom payment option
- WP ecommerce – How do I change the product image for each product variation?
- wp-e-commerce plugin – Second Test Gateway payment option [closed]
- How to edit products page of wp ecommerce plugin?
- Permalink issue only with numbers [closed]
- Code not looping over all products of a given category
- How to change the layout of a product page
- style being attatched to tag from outside of style sheets
- wp_reset_query equivalent for WP Ecommerce
- Arrays not working on a WP-Ecommerce product page [closed]
- Limit the number of results from wpsc_start_category_query
- How to sell an album for download
- Can WP ecommerce collect card info without charging?
- WPSC how do i output product per category on one page (wpsc-product-page)
- How to charge shipping in WP e-commerce based on a variant? [closed]
- WP-E Commerce: How to let user leave a personal message/instruction with each product from the products page [closed]
- Why does the first page of one category redirect to empty page 4?
- How to Match Orders to User Sessions in WPeC
- WP Ecommerce, Gold Cart and pagination
- How to organize products by collections with collections description?
- How to randomly generate products pop-up on click in store
- Link a button to woofunnels model
- Add sub variations in product page
- WP e-Commerce hook after creating order?
- WP E-commerce and Display Fancy Purchase Notifications
- insert order number into wp ecommerce order confirmation email
- Switching off shipping in WP-eCommerce
- Change how WP e-Commerce calculates price total at checkout [closed]
- In what files I can change country names of wp-ecommerce plugin? [closed]
- how to get extra info from checkout in wp-ecommerce
- how to get tax percentage in wp-ecommerce
- Sell photos through WordPress [closed]
- Where the variations are stored in the database when using wp-e-commerce plugin? [closed]
- A multi-section WordPress store [closed]
- How to add product in woocommerce with php code [closed]
- Woocommerce – Add a product to cart programmatically via JS or PHP [closed]
- ( Woocommerce) How to get the user belonging to an order? [closed]
- Get the product list of a given Category ID
- Display featured products through custom loop in woocommerce on template page
- How do I delete all UNUSED images from my uploads directory?
- List of JS events in the WooCommerce frontend
- get woocommerce My account page link
- Hide prices and checkout functionality in woocommerce
- WooCommerce: change display order of product short description and price [closed]
- How to display custom field in woocommerce orders in admin panel?
- WooCommerce: How to edit the get_price_html
- How to Display Product specific to a category with WooCommerce Plugin? [closed]
- Get woocommerce product price by id [closed]
- Product categories don’t appear as option to build menu
- Woocommerce Add Variation Product to Cart from custom link [closed]
- Display All Products by Category with WooCommerce
- How to correctly add Javascript in functions.php
- How to create a custom order status in woocommerce!
- How to check if a plugin (WooCommerce) is active?
- Make WooCommerce pages accessible for logged in users only
- Woocommerce hook after creating order? [closed]
- How do I get WooCommerce to automatically recreate pages? [closed]
- WooCommerce Variable Product Price not showing on single product page
- How to trigger WooCommerce order complete email?
- How to check if woocommerce is activated in theme
- Check IF is a “single product page” and Check the “role” for a Redirect
- How to override WooCommerce template files?
- Woocommerce override mini-cart.php not working [closed]
- Woocommerce add extra field to variation product
- How do you access the Product Short Description in a WooCommerce email template? [closed]
- Getting the gallery images from products in woocommerce?
- How to modify navigation menu of the “My Account” page in WooCommerce
- How to get current product category ID in product archive page
- Get url of product’s images (woocommerce)
- WooCommerce prices location in DB
- What is the different between an attachment in wp_posts and an attachment in wp_postmeta?
- Retrieve Product category ‘NAME’ by product category ID – WooCommerce?
- How to pass/get data to/from the WooCommerce data-product_variations object?
- How to get WooCommerce Product Category Link by ID?
- Order by rating not works in wp_query
- how to override woocommerce specific loop or archive-product.php [closed]
- Woocommerce: How to remove page-title at the home/shop page but not category pages
- Woocommerce show cross sells on singe product page [closed]
- WooCommerce: Change template for single product page
- How to get Woocommerce order product info
- Can I use Woocommerce to take orders but not handle payment? [closed]
- How to add a new endpoint in woocommerce
- Woocommerce get category image full size
- WordPress Multisite: Adding actions to only one site
- Creating Multiple wp_localize_script for Shortcode?
- WooCommerce – How to Add a Custom Field to Cart Items and Cart Totals [closed]
- WP_Query: Exclude hidden products from WooCommerce product list
- Are there any hook or filter when refund is done through admin -woocommerce
- How to check if is in cart page? [closed]
- Display single product attribute value on Shop page (Woocommerce)
- How to remove action hook done in a plugin from functions.php in my theme?
- How to show product SKU on product page
- Display Category Thumbnail and links in Woo commerce
- Woocommerce registration page [closed]
- WP/WooCommerce REST API cart/checkout/order [closed]
- how to use wc_create_order with subscription product
- How to get woocommerce inventory status [closed]
- WooCommerce: Webhook disabled on its own
- How to query only for products with status “in stock” in WooCommerce? [closed]