Jump to content

Xandrea

Members
  • Posts

    20
  • Joined

  • Last visited

About Xandrea

  • Birthday 03/30/1990

Contact Methods

Profile Information

  • First Name
    Bree
  • Last Name
    Xandrea

Recent Profile Visitors

290 profile views

Xandrea's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, when updating manually my shop currency at the back office, I encounter this error Property Currency->conversion_rate is not valid How to fix this? Anyone?
  2. It's the discount coupon bug. Whenever I do some add to cart test and add the coupon code which has restriction with the carrier, I got this error which affects my site template. It also appears that site is unavailable on my end after the issue but not with the other user. We also suspect it's my browser virus hijacked. I'm getting an extension that can't be disabled or uninstall which also hijack my search engine.
  3. Try to edit the tpl file located in /public_html/themes/your themes/modules/contactform/views/templates/widget/contactform.tpl BTW, I use 1.7.2 version.
  4. I did, no response yet. Problem is he is not so responsive. I really need to fix this asap.
  5. Yes, I'm sure I'm using 1.7 compatible themes.
  6. I enable the debug mode in back office and got this ContextErrorException in dor_themeoptions.php line 29:Warning: scandir(/home/xandreac/public_html/themes/luxury1/assets/css/dorado/color): failed to open dir: No such file or directoryin dor_themeoptions.php line 29 at ErrorHandler->handleError('2', 'scandir(/home/xandreac/public_html/themes/luxury1/assets/css/dorado/color): failed to open dir: No such file or directory', '/home/xandreac/public_html/modules/dor_themeoptions/dor_themeoptions.php', '29', array('currentIndex' => null)) at scandir('/home/xandreac/public_html/themes/luxury1/assets/css/dorado/color') in dor_themeoptions.php line 29 at dor_themeoptions->__construct() at ReflectionClass->newInstance() in Container.php line 127 at Container->makeInstanceFromClassName('dor_themeoptions', array('dor_themeoptions' => true)) in Container.php line 160 at Container->doMake('dor_themeoptions', array('dor_themeoptions' => true)) in Container.php line 173 at Container->make('dor_themeoptions') in ServiceLocator.php line 60 at ServiceLocator::get('dor_themeoptions') in Module.php line 1086 at ModuleCore::coreLoadModule('dor_themeoptions') in Module.php line 1066 at ModuleCore::getInstanceByName('dor_themeoptions') in Hook.php line 824 at HookCore::exec('displayHeader') in FrontController.php line 533 at FrontControllerCore->initContent() in IndexController.php line 37 at IndexControllerCore->initContent() in Controller.php line 205 at ControllerCore->run() in Dispatcher.php line 379 at DispatcherCore->dispatch() in index.php line 28
  7. I have version 1.7.2. I have this code below, I don't know if this is what you are looking for. No custom modules. public function getCarrierCost($id_carrier, $useTax = true, Country $default_country = null, $delivery_option = null) { if (empty(self::$_total_shipping)) { if (is_null($delivery_option)) { $delivery_option = $this->getDeliveryOption($default_country); } $total_shipping = 0; $delivery_option_list = $this->getDeliveryOptionList(); foreach ($delivery_option as $id_address => $key) { if (!isset($delivery_option_list[$id_address]) || !isset($delivery_option_list[$id_address][$key])) { continue; } if (isset($delivery_option_list[$id_address][$key]['carrier_list'][$id_carrier])) { if ($useTax) { $total_shipping += $delivery_option_list[$id_address][$key]['carrier_list'][$id_carrier]['price_with_tax']; } else { $total_shipping += $delivery_option_list[$id_address][$key]['carrier_list'][$id_carrier]['price_without_tax']; } } } self::$_total_shipping = $total_shipping; } return self::$_total_shipping; } /** * @deprecated 1.5.0, use Cart->getPackageShippingCost() */ public function getOrderShippingCost($id_carrier = null, $use_tax = true, Country $default_country = null, $product_list = null) { Tools::displayAsDeprecated('Use Cart->getPackageShippingCost()'); return $this->getPackageShippingCost((int)$id_carrier, $use_tax, $default_country, $product_list); }
  8. I do some testing on my site from adding to cart to adding the discount coupon and shipping adjustment when I get an error. I can still access the back office without any issue but not the front office. I do a clear cache on the browser and back office, I do incognito tab and even do some tricks i found on google and youtube but nothing works. Please help. Edited: I sent a ticket to my hosting regarding it and they gave me this error logs and did not resolve the issue. website's error log: > [08-Sep-2017 16:19:25 Hongkong] PHP Fatal error: Uncaught Error: Access to undeclared static property: CartCore::$_total_shipping in /home/xandreac/public_html/classes/Cart.php:3203 Stack trace: #0 /home/xandreac/public_html/classes/CartRule.php(1010): CartCore->getCarrierCost(6, true, Object(Country)) #1 /home/xandreac/public_html/classes/Cart.php(473): CartRuleCore->getContextualValue(true, Object(Context), 1) #2 /home/xandreac/public_html/classes/Cart.php(2054): CartCore->getCartRules(1) #3 /home/xandreac/public_html/classes/Cart.php(1937): CartCore->getTotalCalculationCartRules(3, true) #4 /home/xandreac/public_html/src/Adapter/Cart/CartPresenter.php(295): CartCore->getOrderTotal(false) #5 /home/xandreac/public_html/classes/controller/FrontController.php(500): PrestaShop\PrestaShop\Adapter\Cart\CartPresenter->present(Object(Cart)) #6 /home/xandreac/public_html/classes/controller/FrontController.php(525): FrontControllerCore->assignGeneralPurposeVariables() #7 /home/xandreac/public_html/controllers/front/IndexController.php(37): FrontControllerCore->init in /home/xandreac/public_html/classes/Cart.php on line 3203 ----------This is what I see on my front office error. This page isn’t working www.xandrea.co is currently unable to handle this request. HTTP ERROR 500
  9. Template developer helped us when I tried to request a refund and sent an appeal. We negotiate about things and settle it. We doubt it is also the 1 click upgrade disable non-native modules option was turned on upon upgrading. Thank you so much for the replies, I will mark this as solved now.
  10. Had solved my problem. I need to turn off the smarty cache for javascript at the back office. Thanks anyway!
  11. Hi, I have the same problem but can't find prstshp_configuration on the database myphpadmin. Please help how to find it.
  12. I actually tried to upgrade my shop to current version 1.7.2 but still no luck that's why you see the mess up template. I'm going to roll it back now for you to see. My main problem is whenever I do changes on my banners on homepage and categories, It takes a couple of weeks or even a month to show up. I even clear cache my BO and browser, even requested MySQL cache but nothing works. 2nd problem is whenever we attempt to upgrade my shop to the latest version 1.7.2 template got messed up, we tried to contact the developer but he barely response and didn't cooperate which really hassle for us.
  13. The theme I purchased is for version 1.7 and currently working with 1.7.1, does it mean it won't work on 1.7.2? I tried to ask help to the developer but he doesn't cooperate.
  14. How to lift that banner expiration? Sorry but I know nothing what to check on hosting panel or cloudfare -nginx
  15. Hi, got this problem for a month now, my shop version is currently 1.7.1. I want to upgrade it to the latest version but whenever we do, our template gets messed up. We tried to do a fresh install for 1.7.2 and applied the template via quick start but it rolls back to 1.7.1. We really don't know what to do. We contacted the template developer many times and just reply us barely and not cooperative at all. We even beg on him to fix the issue or help us upgrade the shop but nothing. Please help.
×
×
  • Create New...