andrespaez1
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Create products from external databaseWe want to sync data, so if something changes on our Microsoft database it updates products on our WordPress one and vice versa.
Since our database is connected to an app, that we use to update the stock of products, It would be great if the woocommerce database is updated whenever there is an new item or change of stock in the database.Yesterday I was able to create a product and retrieve a product using the Woocommerce API (no connection to my DB). Next step I guess would be developing an ETL process so we can get the information of the products from my database, transform it so woocommerce API can understand the data and then uploading that to woocommerce through the API.
Do you now any other way to accomplish this?
There is a problem with this approach: It would not be an automatic process. So, there would not be a continuos syncing.
Is there a way to automate this process?
Thanks in advance.
After deactivating AJAX Load More Product’s Plugin the issue persists.
On mobile view if you select and option from the filter the pagination stays there on the product archive even if the number of products fits in the first page.
I’m using WordPress Default Theme and elementor.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Meta Key for each Custom TabsAfter checking the support forum I found the answer in one of the previous threads:
Tabs shortcodes: https://ww.wp.xz.cn/support/topic/tab-content-shortcode/
That shortcode alternative works great if you are building your site using Elementor.
Thank you again for your amazing work.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Remove PWB brands from wordpress searchHi there, I’m also trying to achieve this.
I have a custom search results page but if the customer looks for a brand using the search form then the results page is different from the custom one.
URL if you look for “dog” (a regular word, not a brand name) would be: https://mydomain.com/?s=dog
URL if you look for a word that is a brand name (lets say nike), would be:
https://mydomain.com/brand/nikeThat second URL looks different from the one that I created for the results page.
Is there a way to avoid getting that different search results page?
Thank you!
The website is in development phase for an active store so I am not willing to put the site in production since customers may try to place orders. I apologize for this inconvenience.
I want to have the woocommerce “your cart” page to show up when customers click on the Yith Floating Mini Cart. I dont want the Yith “Your Cart” pop up to show up but to take customer to the woocommerce cart page.
Forum: Themes and Templates
In reply to: [Kale] Strecth image header and main menu bar bordersThank you very much for your reply, I greatly appreciate it. I applied that and it partially worked.
I mean, It just settled the width of the main image on my webpage to 1349px but it is not actually stretching to full width. If I visit the website on a larger screen it does not cover the entire screen.
I would like the main image to look like a banner, going side to side of the screen on all screen sizes.
Thanks in advanced.