Jump to content

Vipul Hadiya

Members
  • Posts

    94
  • Joined

  • Last visited

1 Follower

About Vipul Hadiya

  • Birthday 07/27/1991

Profile Information

  • Location
    Mahuva
  • Interests
    Prestashop Wordpress
  • First Name
    Vipul
  • Last Name
    Hadiya
  • Activity
    Freelancer

Recent Profile Visitors

1,280 profile views

Vipul Hadiya's Achievements

  1. I am using PrestaShop 1.7.8.0 with PHP 7.3 and transformer theme. On the product page, "Add to Cart" button sends AJAX request to the same product page instead of cart controller. In the shoppingcart module the variable for the AJAX URL is prestashop.urls.pages.cart and in console it also prints the correct URL to the cart controller. does anyone has idea how to fix this? I have done with every possible move. I have disabled all the modules one by one and no effect. Help will be really appreciated.
  2. I don't have advanced stock management, my all the products are available for all the carriers and I don't have multiple warehouse at all. Even delayed shipping and multi-shipping is also disabled. Does anyone have clue?
  3. Not true in my case, my all products are available for all carriers without any exception and still it happened today. It is PS 1.6.1.1
  4. You need to use these hooks instead; actionOrderGridQueryBuilderModifier actionOrderGridDefinitionModifier actionOrderGridDataModifier
  5. So this problem was raised in 2013 and it is 2020. It is not fixed yet by PrestaShop.
  6. 3 years! with Prestashop 1.7.6.7 and ps_facetedsearch 3.5.0 issue is still persists for me.
  7. Being an Addon seller I happy with all the features PrestaShop provide but don't you think we should have analytics tab where the sellers can see total impression for their modules and clicks/views of his module. That will really help them to understand what people are searching for and if the people are seeing their modules or not. If they check it but don't but it then the seller can think to improve the features so next time person came to check it and he buy it.
  8. Can you make sure in your ps_shop_url table you have domain = localhost and physical_uri = /prestashop/ ? If yes, then you need to go to the SEO & URL menu and just save the settings as it is. It will recreate your .htaccess file. Please check above info and share if your problem persist or it is solved.
  9. No no, you don't need to trash it. That error means one of your module had that controller but somehow it is missing now but its entry is still in the database. The actual solution of it should be to get that file back but if you just want to make it working without that controller then go to the database and find ps_tab table and search for AdminPsMboTheme in the 'class_name' column and delete it from there, and respected entries from ps_tab_lang. But before doing this don't forget to take backup of those tables for your safe side. This should allow you to load rest of pages then.
  10. You need to put $gallery_id = $params['this_is_var']; in your hook function. e.g. public function hookDsplayShoppable(){}
  11. Well I provide my recaptcha module just for 15$ including installation support. https://youtu.be/vDhfwejDXqE Here is the screen capture of the module. And yes, it is for both 1.6 and 1.7
  12. You can pass the extra parameters in the hook and then collect that data in the hook function's $params variable. e.g. If your hook is like {hook h='hookDsplayShoppable' this_is_var=10} then you can collect 'this_is_var' like this $gallery_id = $params['this_is_var'];
×
×
  • Create New...