ableier
Members-
Posts
62 -
Joined
-
Last visited
ableier's Achievements
-
PS 1.7.6.5 Customization Error - There are not enough products in stock
ableier replied to ableier's topic in Core developers
Ugh. Sorry to hear that. Good luck finding someone on here that’ll help. Never know what surprise you’ll find with each update. -
PS 1.7.6.5 Customization Error - There are not enough products in stock
ableier replied to ableier's topic in Core developers
Hi Armin, Luckily, the update to 1.7.6.7 seems to have fixed it. I hope this works for you. Best of luck! -
PS 1.7.6.5 Customization Error - There are not enough products in stock
ableier replied to ableier's topic in Core developers
Anybody able to help? -
Hi, After upgrading to PS 1.7.6.5 I receive the error "There are not enough products in stock" with any product that has a stock customization added. All products have ample stock set. The products add to cart and can be purchased even after the error box shows. Any help would be greatly appreciated. https://fmgweb.com/howardhanna/office/151-1948-name-badge-.html#/46-backing-magnetic_back/59-logo-howard_hanna
-
Any update on this? I'm having the same issue.
-
Shipping Tax Not on Order Page: Warning x paid instead of y
ableier posted a topic in General topics
PS 1.7.6.5 Getting an Error (see captures) saying, "Warning x paid instead of y" on some orders. It seems that tax from shipping is not being added to the orders page. The invoice shows the correct tax and the amount charged to the customer is correct. Shipping is enabled to charge shipping tax based on state tax rate. Any ideas? Thank you. -
Anyone able to help? Thanks.
-
Suddenly I have a fatal error when adding an additional discount to an order in the back office. I'm not sure what has happened as I've never had an issue before. (1/1) ContextErrorException Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in UnitOfWork.php line 2636at ErrorHandler->handleError(2, '"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?', '/home3/fmgwebco/public_html/howardhanna/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php', 2636, array('class' => 'Doctrine\\ORM\\UnitOfWork', 'e' => 32767, 'file' => '/home3/fmgwebco/public_html/howardhanna/vendor/composer/../doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php', 'wasCached' => false))in DebugClassLoader.php line 144at require()in DebugClassLoader.php line 144at DebugClassLoader->loadClass('Doctrine\\ORM\\UnitOfWork')at spl_autoload_call('Doctrine\\ORM\\UnitOfWork')in EntityManager.php line 160at EntityManager->__construct(object(Connection), object(Configuration), object(ContainerAwareEventManager))in EntityManager.php line 850at EntityManager::create(object(Connection), object(Configuration))in appDevDebugProjectContainer.php line 1311at appDevDebugProjectContainer->getDoctrine_Orm_DefaultEntityManagerService()in Container.php line 306at Container->get('doctrine.orm.default_entity_manager')in ManagerRegistry.php line 48at ManagerRegistry->getService('doctrine.orm.default_entity_manager')in AbstractManagerRegistry.php line 231at AbstractManagerRegistry->getManagers()in ProxyCacheWarmer.php line 49at ProxyCacheWarmer->warmUp('/home3/fmgwebco/public_html/howardhanna/var/cache/dev')in CacheWarmerAggregate.php line 52at CacheWarmerAggregate->warmUp('/home3/fmgwebco/public_html/howardhanna/var/cache/dev')in Kernel.php line 680at Kernel->initializeContainer()in Kernel.php line 135at Kernel->boot()in Kernel.php line 195at Kernel->handle(object(Request), 1, false)in index.php line 88 Any help or insight would be greatly appreciated.
-
Neither option works for me either. On almost all of my stores I only offer one payment option, and it seems a bit confusing and redundant to have to choose the only option available. I'm not a developer, but it seems this should be a simple fix, or as to djachela's point, a standard option. Anyone have a solution for 1.7.4.2?
-
Front end - sort addresses in alphabetical order
ableier replied to ableier's topic in General topics
Am I close? /** * Return customer addresses. * * @param int $idLang Language ID * * @return array Addresses */ public function getAddresses($idLang) { $group = Context::getContext()->shop->getGroup(); $shareOrder = isset($group->share_order) ? (bool)$group->share_order : false; $cacheId = 'Customer::getAddresses' . '-' . (int)$this->id . '-' . (int)$idLang . '-' . ($shareOrder ? 1 : 0); if (!Cache::isStored($cacheId)) { $sql = 'SELECT DISTINCT a.*, cl.`name` AS country, s.name AS state, s.iso_code AS state_iso FROM `'._DB_PREFIX_.'address` a LEFT JOIN `'._DB_PREFIX_.'country` c ON (a.`id_country` = c.`id_country`) LEFT JOIN `'._DB_PREFIX_.'country_lang` cl ON (c.`id_country` = cl.`id_country`) LEFT JOIN `'._DB_PREFIX_.'state` s ON (s.`id_state` = a.`id_state`) '.($shareOrder ? '' : Shop::addSqlAssociation('country', 'c')).' WHERE `id_lang` = '.(int) $idLang.' AND `id_customer` = '.(int) $this->id.' AND a.`deleted` = 0'; $result = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql); Cache::store($cacheId, $result); return $result; } return Cache::retrieve($cacheId); } -
Bump I thought updating to 1.7.3.2 was supposed to fix this issue. Any luck finding a solution?
- 4 replies
-
- backorder
- out of stock
-
(and 1 more)
Tagged with:
-
no one with the same issue?
-
Hi, For some reason the registration on checkout doesn't work. When information is entered and continue is clicked nothing happens. Registration under log-in works fine. Any help would be greatly appreciated. PS 1.7.3.0 Latest warehouse theme fmgweb.com/howardhanna Thank you
-
Hi, Registration on step 1 of the checkout page is not working. When someone creates a new account and hits continue, nothing happens. Interestingly, registering through the regular sign in method works fine. I'm not sure where to look, may be a bug, but I'm pretty sure it worked before?! Any help would be greatly appreciated. Thank you. fmgweb.com/howardhanna ps 1.7.3.0 Theme: Warehouse 4.1.6 latest version