mayaz2204
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] Can’t Purchase Label – RBLKLU Quoting ErrorHi,
I am having the same issue. This is the issue I am getting: “Payment failed – The transaction was declined. Please contact support quoting error RBLKLU.”
I had also created the ticket but didn’t get any answer yet since 6hours now.
Please help as it’s very urgent matter.
Thanks,
Okay thank you so much. I am waiting for the issue resolution.
Looking forward to hear positive answer from you.
Regards,
https://pastebin.pl/view/c63a5e42 Here’s the new Pastebin link
This code won’t work. Because it’s outdated. Still using woocommerce_form_field which was the source of the problem. (Okay then please let me know what’ll work)
OK, send me an email to [email protected]. Secondly, I have sent you the username and password at your email, please check and confirm shortly.
Please let me know if you get the login details.
Thanks,
https://pastebin.pl/view/c63a5e42 Here’s the new pastebin link
And which default theme did you use to test? I am using Flatsome child theme but I did try testing as per your instructions with Twenty Twenty default theme and also only 2 plugins active Woocommerce & your plugin.
If you needed I can give you the user details privately if you wanted to see yourself.
Just let me know.
Thanks,
Hi,
I have tried both of your suggestions above but the issue is still there:
In this case, there may be a conflict with one of your plugins or theme. To narrow down the problem, I suggest you try with all plugins disabled except WooCommerce and this plugin; and use the default WordPress theme. If the problem persists, please let me know which version of PHP, WordPress, and plugins. Below are the versions etc. as per you requested:
Versions:
WordPress 5.5.1
Fr Address Book for Woocommerce Version 1.2.2
WooCommerce Version 4.4.1
PHP 7.3.20Secondly, here’s the code of the file template: https://pastebin.pl/view/b9974637
Looking forward for the solution asap.
TIA,
- This reply was modified 4 years, 2 months ago by mayaz2204.
Does it work if you don’t override the select-address.php? No, it shows blank boxes.
Secondly, I have shared below the code of select-address.php.`<?php
/**
* Select address field.
*
* This template can be overridden by copying it to your-theme/fr-address-book-for-woocommerce/select-address.php.
*
* However, on occasion we will need to update template files and you (the theme
* developer) will need to copy the new files to your theme to maintain
* compatibility.
*
* @since 1.0.0
* @version 1.2.2
* @author Fahri Rusliyadi <[email protected]>
*//* @var $type string */
/* @var $addresses array */
/* @var $saved_address_id int */$field_options = array();
foreach ($addresses as $id => $value) {
$field_options[$id] = isset($value[‘address_name’]) && $value[‘address_name’]
? sprintf(‘<strong class=”fabfw-address-name”>%s<br>’, $value[‘address_name’])
: ”;
// $field_options[$id] .= “<table><tr><th>First Name</th><td>Mohammed</td></tr></table>”;
// $field_options[$id] .= wc()->countries->get_formatted_address($value);
$field_options[$id] .= “First Name: <span style=’margin-left:10px;’></span>”.$value[“first_name”].”<br>”;
$field_options[$id] .= “Last Name: <span style=’margin-left:10px;’></span>”.$value[“last_name”].”<br>”;
// $field_options[$id] .= “Email: <span style=’margin-left:10px;’></span>”.$value[“email”].”<br>”;
$field_options[$id] .= “Phone: <span style=’margin-left:10px;’></span>”.$value[“phone”].”<br>”;
$field_options[$id] .= “Country: <span style=’margin-left:10px;’></span>”.$value[“country”].”<br>”;
$field_options[$id] .= “Area: <span style=’margin-left:10px;’></span>”. $value[“add_1″].”<br>”;
$field_options[$id] .= “Block: <span style=’margin-left:10px;’></span>”. $value[“add_2″].”<br>”;
$field_options[$id] .= “Street: <span style=’margin-left:10px;’></span>”. $value[“add_3″].”<br>”;
$field_options[$id] .= “Avenue: <span style=’margin-left:10px;’></span>”. $value[“avenew”].”<br>”;
$field_options[$id] .= “House/Flat: <span style=’margin-left:10px;’></span>”. $value[“houseflt”].”<br>”;
$field_options[$id] .= “Floor: <span style=’margin-left:10px;’></span>”. $value[“floornbr”].”<br>”;
$field_options[$id] .= “Additional Notes: <span style=’margin-left:10px;’></span>”. $value[“adns”].”<br>”;
$field_options[$id] .= sprintf(‘<br>%s‘, __(‘Edit’, ‘fr-address-book-for-woocommerce’));
}if (count($addresses) < fr_address_book_for_woocommerce()->max_addresses) {
$field_options[‘new’] = sprintf(‘%s‘, __(‘Add new address’, ‘fr-address-book-for-woocommerce’));
}
?><div class=”fabfw-select-address-container”>
<?php if ($addresses) : ?>
<?php woocommerce_form_field(“fabfw_address_{$type}_id”, array(
‘label’ => __(‘Address book’, ‘fr-address-book-for-woocommerce’),
‘type’ => ‘radio’,
‘options’ => $field_options,
), $saved_address_id) ?>
<address class=”muaaz-butt”>
<?php echo wc()->countries->get_formatted_address($address); ?>
</address>
<?php
// Hide the field if no addresses saved yet.
else : ?>
<input type=”hidden” name=”<?php echo “fabfw_address_{$type}_id” ?>” value=”new”>
<?php endif ?>
</div>Looking forward for your quick response on this.
Thanks.
Hi @fahrirusliyadi,
I am facinig the same issue and even I have updated your provided zip file but the issue didn’t fix. Would you please check and also let me know how sooner you’re expecting that you guys will fix this issue and the new update will be available?
Here’s my website URL: https://www.ufff.com/staging/checkout/
Looking forward for your quick response.
Thanks