Jump to content

lozaria

Members
  • Posts

    50
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lozaria's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • One Year In Rare
  • Week One Done Rare

Recent Badges

7

Reputation

  1. I'm coming just to say many thanks, Wim! I really got desperate with this issue which may happened with me because I deleted all the records from ps_cart table due to performance issues. Thank you so much!
  2. Thank you very much! Works like a charm now!
  3. Hello, I have the same issue. Some sliders are making conflict with ps_shoppingcart module and when closing cart modal popup it is changing the real image of the current product with wrong one. Did you manage to solve it?
  4. Then why I need to put the URLs of my stores and assign each module to the URL of a store? At least I think there must be a support forum/threads for each module like the forums on Wordpress and Themeforest. In this way we can see how quickly and adequate the developers are responding to support requests and questions. Now you can judge only by reviews.
  5. Hello, I'm getting disappointed by the quality of a module for second time despite its highest rating. I don't know if there is a quallity assurance at Prestashop.com but I think that there must be an option for refund. The screenshots and the reviiews are not enough for quallity control. Best regards
  6. Hello, I don't know how this happened but suddenly the admin of my Prestashop 1.7.5.2 started to show errors. The loading icon in admin up in the left continues to spin even after the page is fully loaded. I the inspector I see the following errors: jquery.ui.slider.min.js:4 Uncaught TypeError: Cannot read property 'mouse' of undefined at jquery.ui.slider.min.js:4 at jquery.ui.slider.min.js:4 (anonymous) @ jquery.ui.slider.min.js:4 (anonymous) @ jquery.ui.slider.min.js:4 admin-theme.js:300 Uncaught TypeError: $(...).dropdown is not a function at HTMLDocument.<anonymous> (admin-theme.js:300) at j (VM7891 jquery-1.11.0.min.js:2) at Object.fireWith [as resolveWith] (VM7891 jquery-1.11.0.min.js:2) at Function.ready (VM7891 jquery-1.11.0.min.js:2) at HTMLDocument.K (VM7891 jquery-1.11.0.min.js:2) So it seems that the Jquery is loaded after some modules/scripts that require it. I don't know how to make the jquery and jquire ui to load before those modules. I tried to edit admin/themes/default/template/header.tpl and put right after the </title> the code that loads jquery and jquery ui: <script type="text/javascript" src="/js/jquery/jquery-1.11.0.min.js" defer></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js" defer></script> In the HTML source code it is shown exactly where it is but in the inspector/dom it still remains below some .js calls: <script src="/admin3/themes/default/js/vendor/enquire.min.js"></script> <script src="/admin3/themes/default/js/admin-theme.js"></script> <script type="text/javascript" src="/js/jquery/jquery-1.11.0.min.js" defer=""></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js" defer=""></script> I'm starting to feel desperate and will appreciate if anyone can give me an advise with this. Many thanks in advance!
  7. Hello, I feel ridiculous, but I'm getting 500 error on two different hosting companies while trying to install Prestashop 1.7.4.3 and 1.7.4.2 The error log is: [Mon Oct 08 13:11:48 2018] [warn-ioncube] mmap cache can't open /home/..../var/cache/prod/appParameters.php - Permission denied I tried the suggestions regarding this type of error: I made 777 permissions on /var and /cache directory including subdirectories and files. I tried to use United States settings during the installation. But still without success.
  8. Can I move data from 1.6 to 1.7 with this tool? I'm getting: MySQL error 1054: Unknown column 'id_theme' in 'field list' Generated by URL '/aaaa/admin3/pst/copy_shopdata.php' with Query 'SELECT id_theme FROM ps_shop order by id_shop' I checked 1.7 version and there is no id_theme but theme_name field in ps_shop.
  9. Hello, I'm developing a new version PS 1.6 of a store. I wish to migrate customers, orders, products and categories. I'm updating the old version to 1.6 in order to have the same table schemas and all the categories, products and customers are migrated fine. All the records exist in ps_orders but not all orders are visible in Admin Panel / Orders I'm copying ps_orders_* after copying customers, products and categories in order eventually to avoid missing keys between the tables. Is it possible that I'm missing some table to copy? I'm copying all these tables to the new store: ps_wishlist.sql ps_wishlist_email.sql ps_wishlist_product.sql ps_wishlist_product_cart.sql ps_category.sql ps_category_group.sql ps_category_lang.sql ps_category_product.sql ps_category_shop.sql ps_manufacturer.sql ps_manufacturer_lang.sql ps_manufacturer_shop.sql ps_shop.sql ps_shop_group.sql ps_supplier.sql ps_supplier_lang.sql ps_supplier_shop.sql ps_supply_order.sql ps_supply_order_detail.sql ps_supply_order_history.sql ps_supply_order_receipt_history.sql ps_supply_order_state.sql ps_supply_order_state_lang.sql ps_carrier.sql ps_carrier_group.sql ps_carrier_lang.sql ps_carrier_shop.sql ps_carrier_tax_rules_group_shop.sql ps_carrier_zone.sql ps_customer.sql ps_customer_group.sql ps_customer_message.sql ps_customer_message_sync_imap.sql ps_customer_thread.sql ps_product.sql ps_product_attachment.sql ps_product_attribute.sql ps_product_attribute_combination.sql ps_product_attribute_image.sql ps_product_attribute_shop.sql ps_product_carrier.sql ps_product_comment.sql ps_product_comment_criterion.sql ps_product_comment_criterion_category.sql ps_product_comment_criterion_lang.sql ps_product_comment_criterion_product.sql ps_product_comment_grade.sql ps_product_country_tax.sql ps_product_download.sql ps_product_group_reduction_cache.sql ps_product_lang.sql ps_product_sale.sql ps_product_shop.sql ps_product_supplier.sql ps_product_supplier_bak.sql ps_product_tag.sql ps_orders.sql ps_order_carrier.sql ps_order_cart_rule.sql ps_order_detail.sql ps_order_detail_tax.sql ps_order_history.sql ps_order_invoice.sql ps_order_invoice_payment.sql ps_order_invoice_tax.sql ps_order_message.sql ps_order_message_lang.sql ps_order_payment.sql ps_order_return.sql ps_order_return_detail.sql ps_order_return_state.sql ps_order_return_state_lang.sql ps_order_slip.sql ps_order_slip_detail.sql ps_order_slip_detail_tax.sql ps_order_state.sql ps_order_state_lang.sql ps_paypal_customer.sql ps_paypal_login_user.sql ps_paypal_order.sql Many thanks for you suggestions!
  10. Thanks a lot for this fix and I cannot understand why this bug still exists in the newest 3.10.10 (06/17/2016) Paypal version? Shame!
×
×
  • Create New...