redyor
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Duplicate variationThank you for your support!
It looks like it is working just fine now!
One more question will this be included in the next update so we can upgrade the plugin without having to worry about it?
Thanks!
Forum: Plugins
In reply to: [WP eCommerce] Change Default Shipping and Billing State to "Select a State"Cassihl,
Go to the database using phpMyAdmin, then look for a table called wpsc_region_tax add a new entry with the following :
country_id : 136 (if you are in the USA)
name : Select One
code : NO
tax : 0Then go back to the plugin and select Select One as your state on the wp-admin.
Hi upyup,
It took me a while realize that you forgot to put the echo before $mymap->display( ); and you can remove the var_dump($mymap->pois);
It should look like the following :
$mymap = new Mappress_Map( array( "width" => 600, "height" => 450 ) ); $mypoi = new Mappress_Poi( array( 'address' => $address[0], 'title' => "", 'body' => $address[0] ) ); $mypoi->geocode( ); $mymap->pois = array($mypoi); echo $mymap->display( );Forum: Plugins
In reply to: [Plugin: Shared SSL] Please tell me how to configure.Hi,
i am having the same issue here.
it would be nice to find a solution.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)