Forum Replies Created

Viewing 30 posts - 31 through 60 (of 85 total)
  • Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    May 1, 2024 at 05:58

    I wouldn’t say it’s 3rd party plugin as it’s woocommerce official min and max plugin.

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    April 30, 2024 at 17:23

    we have created a test site for just this purpose only

    its a exact copy of the actual site, we have disable the woo brands, and just kept xstore brands in place on testing site.

    btw our rest api is working fine while pushing the web categories, items prices, sale prices, min and max quantity, quantity sync, variations, everything relates to product.

    we push everything using the rest api, no product is created manually,

    our erp solution well with woo brands, but same erp when its trying to push xstore brands, the brand table is not getting anything that is being send out. Implemention is done using the doc provided.

    providing the details in private content area, if anything else you guys need, let me know

    Please contact administrator
    for this information.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    April 29, 2024 at 22:47

    We also tried with GET on https://www.mysite.com/wp-json/wp/v2/etheme_brands and got:

    {
    “code”: “rest_no_route”,
    “message”: “No route was found matching the URL and request method.”,
    “data”: {
    “status”: 404
    }
    }

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    April 29, 2024 at 17:05

    We are using a GET on https://www.mysite.com/wp-json/wc/v2/etheme_brands

    It returns a 404 error:

    {
    “code”: “rest_no_route”,
    “message”: “No route was found matching the URL and request method.”,
    “data”: {
    “status”: 404
    }
    }

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    April 29, 2024 at 16:55

    we had been using the woo brands for many years, but that plugin has limitations, and we think its better for us to use the xstore brands, as we can do lot more, like using the widgets ajax filters and all,

    we had program our erp to push the brands in woo brands effectively, update, get bata, push data, edit all that,

    you guys have real good document provided using the rest API, all the step were carefully implemented, and we assume it would work really well, but we are not getting any error nor anything but are enable the push the brands into xstore brands at all,
    we are using both push, and get just like it mentioned in the document
    https://www.8theme.com/documentation/xstore/xstore-hooks-filters/xstore-brands-api/

    also we notice, we had both the brands active, but woocommerce brand then was giving 404, so assume we had conflict, so we disable the woo brand plugin, and just kept xstore brands, and then again push it hoping it would work, but again that table is total empty.

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    April 18, 2024 at 20:54

    Hello,

    Got it, The Theme is updated and the warning is gone,

    Thank you!

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    April 18, 2024 at 18:53

    Hi,

    I can’t see the new theme update?

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    March 18, 2024 at 16:56

    Hi,

    It works finally.

    Thanks for your support.

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    March 17, 2024 at 19:15

    Hi,

    You need to check it on phones. That’s how it looks on iPhones.

    https://snipboard.io/FGMqY6.jpg

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    March 16, 2024 at 18:14

    Hi,

    Still not working. This code fixed the top header issue.

    p.woocommerce-store-notice.demo_store,
    .mobile-header-wrapper .header-top {
    z-index: 999 !important;
    }

    But store notice still overlaps the sidebar cart and sidebar menu, only in iPhones, which seems like a bug or something.

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    March 15, 2024 at 16:27

    Hi,

    Thanks for the response. The top header is breaking with the given code.

    Store notice is still overlapping the cart and the issue is only on the iPhones before and after adding the code it same, only iPhones have the overlapping issue.

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    March 8, 2024 at 16:10

    Hello,

    Thanks for the response. I shifted the theme but still, the problem is there.

    I am not sure but I have created the description box I also have to display it in the front end I guess.

    Find the credentials in the private content area. I suggest you first check the box that I have created by going to the brand and the rest of you guys are experts.

    Thanks,

    Please contact administrator
    for this information.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    March 6, 2024 at 15:47

    Hello,

    It works, Thank you!

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    March 1, 2024 at 23:41

    Hello, this is older topic, so I am using the same topic.

    you guys have mentioned to use

    add_filter(‘product_new_label_on_date_created’, ‘__return_true’);

    it now goes with creation date, and not with mass sync,

    I have another question, we have erp in which we mass sync once a week for all the items, and this new arrival would reset, and now its working as expected, not all the items are going to new arrival now.

    was that option added in the theme itself, so we can remove the code

    also I have one question or idea, how to make an item back in new arrival as fake new arrival, old item is sitting and not moving, and we want to make it new arrival, only some, is there a check/uncheck button of some sort that make it reset the counter, so its visible in new arrival?

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    February 23, 2024 at 17:05

    Hi,

    Yes, there are some errors related to the xstore themes, for example, see below this is the recent log error and it has some errors in the function file, etc.

    You can check more on the logs, I have already shared the access with you guys.

    2024/02/23 15:40:36 [error] 6867#6867: *359459 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: strstr(): Argument #1 ($haystack) must be of type string, WP_Error given in /www/goldeneagledistributors_846/public/wp-includes/functions.php:1147
    Stack trace:
    #0 /www/goldeneagledistributors_846/public/wp-includes/functions.php(1147): strstr(Object(WP_Error), ‘#’)
    #1 /www/goldeneagledistributors_846/public/wp-content/plugins/woocommerce-brands/includes/widgets/class-wc-widget-brand-nav.php(386): add_query_arg(Array, Object(WP_Error))
    #2 /www/goldeneagledistributors_846/public/wp-content/plugins/woocommerce-brands/includes/widgets/class-wc-widget-brand-nav.php(120): WC_Widget_Brand_Nav->layered_nav_list(Array, ‘product_brand’)
    #3 /www/goldeneagledistributors_846/public/wp-includes/class-wp-widget.php(394): WC_Widget_Brand_Nav->widget(Array, Array)
    #4 /www/goldeneagledistributors_846/public/wp-includes/widgets.php(837): WP_Widget->display_callback(Array, Array)
    #5 /www/goldeneagledistributors_846/public/wp-content/themes/xstore/sidebar-shop.php(21)” while reading response header from upstream, client: 47.128.121.28, server: goldeneagledistributors.com, request: “GET /product-tag/opms/?product_tag=opms%2C6-5oz&yith_wcan=1 HTTP/2.0”, upstream: “fastcgi://unix:/var/run/php8.1-fpm-goldeneagledistributors.sock:”, host: “goldeneagledistributors.com:19255”

    Thanks!

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    February 23, 2024 at 16:04

    Hello,

    ok thanks,

    We just recently migrated from siteground to Kinsta, on site ground the php version was 7.4 and currently, we are using 8.1 on Kinsta. There are many errors in the logs related to Xstore, kinsta support asked me to share these details with you guys.

    If you can fix those errors because there are still many.

    Thanks for your time and understanding.

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    February 22, 2024 at 19:22

    Hi,

    Our site going down continuously from last night, We are in contact with our hosting provider but just want to check if it is not because of the changes you made.

    Also, can you explain what the changes are about?

    Thanks,

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    February 21, 2024 at 17:44

    Hi,

    Here is the article to access the log using SFTP.

    https://kinsta.com/docs/wordpress-hosting/wordpress-troubleshooting/view-server-logs

    Also please check if you can do something for the core plugin as it is the slowest plugin as per the Kinsta report.

    Thanks,

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    February 21, 2024 at 17:27

    Hi,

    Good to know that, and not sure about the error occurring under what circumstances, but we are seeing it more often. There are many errors in the Kinsta error log related to Xstore.

    Also, we received this fatal error three times a day continuously.

    2024/02/21 11:46:37 [error] 6867#6867: *180850 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: strstr(): Argument #1 ($haystack) must be of type string, WP_Error given in /www/goldeneagledistributors_846/public/wp-includes/functions.php:1147

    Files is visible for topic creator and
    support staff only.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    February 21, 2024 at 17:10

    Please check now.

    Please contact administrator
    for this information.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    February 21, 2024 at 16:27

    Hello,

    I have successfully connected the server before sending all the details.

    I also got the error and that error was fixed by using sftp:// before the host. Here is the example “sftp://123.123.12.123”. For more please check the article I have provided.

    https://kinsta.com/knowledgebase/how-to-use-sftp/#sftp-login-with-filezilla-client

    Let me know if still there is any issue.

    Thanks,

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    February 20, 2024 at 17:49

    Hi,

    Thanks for the response. I have provided all the information in the private content area.

    Also, this is the fatal error we are seeing more frequently.

    Thanks,

    2024/02/20 14:49:38 [error] 6867#6867: *127014 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: strstr(): Argument #1 ($haystack) must be of type string, WP_Error given in /www/goldeneagledistributors_846/public/wp-includes/functions.php:1147

    Please contact administrator
    for this information.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    September 6, 2023 at 19:21

    Any suggested plugin that will work properly with the theme?

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    August 24, 2023 at 04:51

    Thanks for providing the fix

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    August 23, 2023 at 15:02

    Given

    Please contact administrator
    for this information.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    August 17, 2023 at 22:34

    I think it has been fixed for now, have some minor glitch in where we will work on, thanks for helping

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    August 11, 2023 at 23:00

    okay, so I did talk with plugin developers, and they said hook priority they had was set at default 10, but they made the change to make it 15 to see if it works, but that didnt solve the issue.

    they told me to tell you that as well as this below that they use this filter
    Filter Hook woocommerce_cart_item_name

    if that helps any

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    August 11, 2023 at 14:55

    yes its totally understood that theme cant be supported with every single plugin out there for sure. but if we are provided some guidance where to look for the problem would be greateful, we was told its about the hooks, and who is calling what funtions before the other by the plugin guys, but I have no idea how the hooks things work. I have created a short video, and shared it,

    this is done on staging site, but I will get your ftp for server, staging will appear there as well,

    in the video it will show that xstore theme, and another tab using incognito mode has logged in user with restricted state.

    Please contact administrator
    for this information.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    July 26, 2023 at 16:14

    Hi,

    Thanks for the response, let me tell you the problem. We are using the Ultimate member plugin so the plugin has its own account page. When the user clicks on Wishlist it doesn’t show the Wishlist (see the attached image).

    That is the reason I want to create a separate page for Wishlist I have created one as shown in the shared link, but it is not working as expected, the product can be seen after logging off, and also Wishlist is the same for every user.

    Forget Yith that is just for testing. I deactivated it now.

    Attached image:
    https://chicagodistributors.com/wp-content/uploads/wishlist-error.jpg

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 21, 2023 at 22:52

    As I mentioned earlier the problem we are facing after converting from storefront theme to xstore theme.

  • 1 2 3
    Viewing 60 results - 31 through 60 (of 85 total)
Viewing 30 posts - 31 through 60 (of 85 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.