I am using Magento (Ver 1.9.x)
If i try with my localhost success url like,
http://192.168.1.65/magento/index.ph...epage/success/ and return success message with order id.
if i try with live, success url like,
https://abc.in/payubiz/redirect/success/ success page like blank page.
How to solve the issue?
Code : https://github.com/ZusZus/Payubiz
User Profile
Collapse
-
Payubiz Payment Gateway success page return blank page
-
Final Code :
Code:<!DOCTYPE HTML> <html> <body> <form action="#" method="POST"> Select Courier : <select name="courier"> <option value="">--Please choose an option--</option> <option value="professional_courier">Professional Courier</option> <option value="india_post">India
-
aveeva started a topic PHP Script - How to track courier service using tracking number from my website.in PHPPHP Script - How to track courier service using tracking number from my website.
I need like,
http://www.trackcourier.in/
The customer chooses selected courier service and enters tracking id then clicks its redirect to the appropriate courier service website.
eg: If tracking id 12345 the redirect link should be https://www.fedex.com/apps/fedextrac...&cntry_code=in
How to do for India courier services?
My code:
... -
How to implement my custom development multiple page work into Wordpress?
I am developed a custom PHP page with filters, addto cart module, music playlist everything. How can i implement it into WordPress? I am a newbie, any help thanks.
My custom PHP work directory structure :
location : public_html/my_work
website URL : website.com/my_work
Everything working good, but my wordpress heaer and footer missing, thats what i am asking to how to implement my custom... -
PHP Button onclick=“this.disabled=true” unset if page refresh
I dont want unset onclick=“this.d isabled=true” if page refresh,
code :
Code:<button type="button" class="addb btn btn-primary rounded-pill py-2 btn-block" type="submit" data-voice_sku="'.$row["voice_sku"].'" data-voice_name="'.$row["voice_name"].'" onclick="this.disabled=true">Add to Playlist</button>
-
Mageto 1.9 - Category of Products with Observer condition Error?
Condition: I have restricted category of products [category id = 680, 894, 895], this category of products should be purchase alone, not mixed with other products.
Workout: Case 1: If cart had other products, if the customer tries to add restricted category products trigger observer like not eligible to add to cart and display a message like If you want this product, Purchase alone not mixed with other Products... -
-
How to delete the item from table? I am using SESSION.
Here is my code :
Code:<html> <head> <style type="text/css"> table { border-collapse: collapse; border: 1px solid black; } table td,th { border: 1px solid black; } td { text-align: center; }
-
@gits Inside the PHP how can i add HTML Table?
Code:<?php session_start(); foreach($_SESSION['playlist'] as $key=>$value) { echo $key.' '.$value.'<pre>'; } ?>
output :
https://snag.gy/PHmLKh.jpg...Leave a comment:
-
How to display foreach values to tables formate or datables?
My foreach values like,
code :
Code:<?php session_start(); foreach($_SESSION['playlist'] as $key=>$value) { echo $key.' '.$value.'<pre>'; } ?>
Code:________________ |Id | Title | ______|________| |. | . | |. | . |
-
How to pass SESSION values to table ?
I am under developing PHP add to cart without DB, so that i am using SESSION, actually get data from fetch_data.php data to my_cart.php using the POST method, successfully retun the values,
After receiving the post data how can i convert to display like a table.
workout:
fetch_data.php return values.
https://snag.gy/IASCMZ.jpg
& values received... -
How to print largest even number in given string?
String: NodeJs is one of the best technology
NodeJs 6
is 2
one 3
of 2
the 3
best 4
technology 10
From above, how to print technology which largest even number.
How to print the largest even number? -
How to create log file inside Project folder?
I am working PHP project on localhost using wamp, for debug process we using error_log() function, every time error_log() stored details of the error in wamp/logs, how can I view my error in the same project folder like wamp/www/goodgoal/
eg: wamp/www/goodgoal/logs/error_log.log
Note : Pls recommend PHP Quick Debug Tricks -
Simple, my output:
Code:if($total_row > 0) { foreach($result as $row) { $output .= ' <div class="col-sm-3 col-lg-4 col-md-3"> <div style="border:1px solid #ccc; border-radius:5px; padding:10px; margin-bottom:16px; height:300px;"> <audio controls controlsList="nodownload"
Leave a comment:
-
PHP - Ajax Passing value to another php file
Here is my PHP, i want to share voice_id and voice_name to another php file using ajax,
Code:<?php //fetch_data.php include('database_connection.php'); if(isset($_POST["action"])) { $query = " SELECT * FROM voice_bank_data WHERE voice_status = '1' "; // if(isset($_POST["minimum_price"], $_POST["maximum_price"])
-
I am new for Magento, I just created the module like if restricted products available in the cart no other products allow to adding to cart and vice versa, i am not asking full code, actually i give my complete code, i post because of atleast i am getting an idea for solving my issue. New people getting struggle initially developing module right?Leave a comment:
-
Magento Own Custom Module for add-to-cart Not Working
Created module like No other products add to cart if restricted product available in cart and vice versa.
My Module :
app/etc/modules/Brst_Test.xml
Code:<?xml version="1.0"?> <config> <modules> <Brst_Test> <active>true</active> <codePool>community</codePool>
-
I just want to conform myself, your code as same as above shown code? May I know what change in the code?Leave a comment:
-
How to achieve AddToCart Without quantity?
I am following the below module,
https://www.webslesson.info/2018/04/...-ajax-php.html
How can i use without quantity [Product Name, Price, total, Action] i tried lot fail again and again. I am learning stage in PHP, any help pls welcome.... -
How to work with Add-To-Cart functionality?
How to work with Add-To-Cart functionality?
My code about filterable audio searching, here how can i add Add-To-Cart functionality?
code :
index.php
Code:<?php //index.php include('database_connection.php'); ?> <!DOCTYPE html> <html lang="en"> <head>
No activity results to display
Show More
Leave a comment: