Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 10000 related content
  • php development coupon function

    I want to use php or tp to develop the coupon function. Can anyone with knowledge in this field tell me about the logic and various aspects of the coupon? Thank you.

    V 2018-09-13 22:04:51 0  0  1041

  • How to implement coupon function in php

    To create a coupon, how to link the coupon to the item you want to discount. That is to say, the coupons offer discounts on specific products.

    luster 2017-08-04 11:13:24 0  1  1857

  • How to hide WooCommerce's coupon field for a specific product?

    I'm trying to hide the coupon fields for certain products in the WooCommerce cart and checkout page. After searching on Google, I found some code that hides the coupon field, but only for one product. How can I handle multiple products in this code: // Function disable_coupon to hide coupon field on...

    P粉138871485 2023-07-28 11:22:20 0  1  447

  • How to design the coupon database table of the mall?

    How to design the coupon database table of the mall?

    黄埔竹下 2018-04-27 13:31:56 0  0  3780

  • Added a column of coupon locations to the background add list. How to connect them to two interfaces respectively?

    public function create() {         $f = array();         $f[] = Form::input('title','coupon name');           $f[] =

    不忘初心 2019-06-11 09:53:30 0  1  879

  • The value of $couponDetails->couponName cannot be returned in Laravel

    $couponCode=$request->couponCode;//Get coupon details through discount code$coupon=Coupon::where('couponCode',$couponCode)->get()->first();$couponDetails= response()->json($coupon);return$couponDetails

    P粉714890053 2023-08-20 21:26:59 0  3  581

  • Generator - java generates 18-digit unique id

    Each Alipay coupon has an 18-digit integer ID, and the consumption code on WeChat's coupon is 12 digits. I would like to know how this 18-digit unique ID is generated. Aren't they generally 64-bit or UUiD?

    習慣沉默 2017-06-12 09:23:08 0  2  888

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved