if ( ctype_digit( $args['district'] ) ) {
$district = get_term( $args['district'] );
$replace['{district}'] = is_wp_error( $district ) ? '' : ( strlen( $district->name ) ? ' - ' : '' ) . $district->name;
} else {
$replace['{district}'] = $args['district'];
}
return $replace;
}
]]>On my checkout page there are no options to select for districts. I cannot find documentation on how to add this information.
I am using Woo Viet 1.3.1
You can use the link I provided to make a test donation and get as far as the checkout screen where you will see the issue.
Thanks
]]>Many thanks
]]>I’m having trouble defining multiple rates for my products, according to their weights. I have two price tables according to weight, that will provide the rate,based on the client location. Ie: Portugal has a table for the mainland and another table for the islands. Both tables have multiple prices, depending on the range of weight.
I have defined two state groups, and two sets of shipping classes. However, i can only select one shipping class on the product.
Help?
Thank you!
https://www.ads-software.com/plugins/woocommerce-apg-weight-and-postcodestatecountry-shipping/
]]>Recently started using Revolution Slider instead of a built-in slider that came with the District theme on Themeforest. I haven’t heard back yet from the developer, but when I add the rev slider code:
(I remove this)
<?php
/* Get Full Width Slider
================================================== */
echo get_template_part('functions/templates/full-width-slider/slider'); ?>
(and add this)
<?php putRevSlider("Slider") ?>
It kills the Page Content portion of the main page. Everything else shows up –?footer, sections, etc. but not the content… I need the content as I have other things built into it related to the site.
I’ve played around in the functions portion of the slider in the theme, but if I remove anything related to the slider, it kills the entire theme (to the point where I literally have to restore from a backup –?I can’t even access the wp-admin section of the site!
I can attempt to post other code for the slider, but I just don’t know where to start.
Thanks!
]]>