jaspash
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Send XML to WebService to get a TokenHi Alan. Thanks. I got it working.
One more question, I managed to send my xml and the server response it is also a xml string. Now, I need to grab and echo a single value of this xml response. Take a look a this capture to see the server xml response: https://drive.google.com/file/d/1fYsDCC0oDztATDiJQ3dOX2iTfV6rp0iK/view?usp=sharing
I tried with this lines of code to echo the value but I get nothing printed. Can you help me please?
$XmlArray = new SimpleXMLElement($xmlServerResponse);
echo $XmlArray->children(“soap”)->body->authenticationuserresponse->authenticationuserresult;
Thanks.
- This reply was modified 1 year, 10 months ago by jaspash.
Hello @shaunek,
Thank you very much for your very well explained comment. The vendor doesn’t offer a PHP wrapper and the calls are done via HTTPs requests sending/getting XML strings.
Thanks @seank123 but I want to do this using my own custom code. I just need to send (push) two valued every time a new order is generated and get back (pull) the stock for the products in the order.
My idea is to use a HOOK to access the ‘web service’ via https (or http) and then use?wp_remote_post() or?wp_remote_get()? to pull and push data.
My idea is to access the ‘web service’ via https (or http) and then use?wp_remote_post() or?wp_remote_get()? to pull and push data.
- This reply was modified 2 years ago by jaspash.
@shaunek Thanks for your answer.
The application has it’s own web service (API) and there is no plugin available to pull and push data between the App and Woo.
As you said, I will need to do custom development. I have some knowledge but I need a starting poing, some tutorial to start.
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Images are not shownHi Ina,
I disabled my cache plugin but the issue persists. There must be another problem here.
How can I trace this?
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Images are not shownThe images are shown in Feeds/My Feed/Design tab. Take a look: https://drive.google.com/file/d/1LdEbmkm7NXO4ae5hTig6VnKYQWUCzapv/view?usp=sharing
Hi Roland,
I’ve received the email you sent me from your personal account just now.
Thanks!
Hi,
No, the free version does not work.
Forum: Plugins
In reply to: [Advanced Woo Search] Results show Products in other languageHi,
I don’t understand what “following – open” means.
Forum: Plugins
In reply to: [WooCommerce] How to Hide Product Price & Stock From Google indexing?I also found this code, but I think this code remove all the markup: Rating, Reviews, Prices, etc. I just need to remove the Price (only the price).
/** * @snippet Hide Price & Stock @ Google * @how-to Get CustomizeWoo.com FREE * @author Rodolfo Melogli, BusinessBloomer.com * @testedwith WooCommerce 6 * @donate $9 https://businessbloomer.com/bloomer-armada/ */ add_filter( 'woocommerce_structured_data_product_offer', '__return_empty_array' );
Hi @anastas10s
Thanks for your answer. Did you do the test using Chrome incognito window? This issue happen just for the first time the user visits the site. Then, when the browser save the selected location in checkout page the issue is gone.
Please, let me know.
Done. I created a clone, deactivated all plugins except woocommerce, set the Storefront theme and deleted all woocommerce/status/logs.
Clone: https://t14.d523.dinaserver.com/product-category/anillos-bisuteria-artesanal/
Now I can do whatever you ask me to do. Please, let me know.
Hi @xue28
I can do it even better.
I can create a clone for my site, deactivate all plugins (except woocommerce) and set the Storefront theme for this clone. Then I would delete all errors to leave just empty.
I think that in this way you can check and isolate the issue faster.
And I can do whatever you ask me to do (becaouse it is clone, not the real site)
Please, let me know if this helps.
Hi @xue28 ,
Thanks for your answer. I already tried with the Storefront theme and deactivating all plugins except Woocommerce. But the problem persist.
Can you please check the geolocation in your end using Chrome incognito window to see if your country is detected.
The weird of this is that this issue just happens for some visitors. Could it be a cache problem? The site has no cache plugin activated. Neither the hosting (like Varnish). Then, no caching from my side.
I have several fatal error logs. Do you need me to paste all them here?
Please, let me know.
Thanks.
- This reply was modified 2 years, 1 month ago by jaspash.