Would it be possible to display a notification / popup after the gift has been added to the shopping cart? Because customers only see the gift after they go to the shopping cart.
| ПерваяПредыдущая 1 2 СледующаяПоследняя |
|
30.06.2025 15:35
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
|
|
30.06.2025 19:45
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
|
|
26.07.2025 09:23
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
|
|
27.07.2025 21:55
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
Aw: Gift for order sum: Notice: Gift added to Cart
Thanks for integrating this. But couldn't you display the notification immediately after added the gift product to the shopping cart? Currently, the notification is only displayed after show the shopping cart. The customer can see the product immediately anyway. |
|
28.07.2025 08:02
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
|
|
28.07.2025 14:00
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
|
|
02.08.2025 09:48
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
|
|
04.08.2025 09:52
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
|
|
04.08.2025 10:15
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
|
|
04.08.2025 10:28
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
|
|
05.08.2025 08:06
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
|
|
05.08.2025 08:34
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
|
|
06.08.2025 14:40
|
|
|
Vova
Name: Volodymyr
08.11.2010
Сообщения: 32
|
|
|
06.08.2025 14:44
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
Aw: Gift for order sum: Notice: Gift added to Cart
or edit: components\com_jshopping\templates\addons\cartajax\cartmsg.php <div id="system-message-container" class="mt-1 mb-2"> <joomla-alert type="message" close-text="Close" dismiss="true" role="alert"> <div class="alert-wrapper"> <div class="alert-message"><?php echo $this->cart_page_msg; ?></div> </div> </joomla-alert> </div> change to <div class="mt-1 mb-2"> <joomla-alert type="message" close-text="Close" dismiss="true" role="alert"> <div class="alert-wrapper"> <div class="alert-message"><?php echo $this->cart_page_msg; ?></div> </div> </joomla-alert> </div> or <div class="alert-message"><?php echo $this->cart_page_msg; ?></div> |
|
07.08.2025 13:54
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
|
|
16.09.2025 08:05
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
Aw: Gift for order sum: Notice: Gift added to Cart
1. After install 2.4.0 there comes to an error after Save Gift 0 Call to undefined method Joomla\Component\Jshopping\Site\Helper\Helper::prepareDateToSaveDb() 2. After delete gift or cart, The gift is no longer added to the shopping cart. This isn't good, as some customers might change their minds or accidentally delete the gift. Please fix. |
|
16.09.2025 08:34
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
|
|
16.09.2025 15:43
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
|
|
18.09.2025 19:12
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Сообщения: 28361
|
Aw: Gift for order sum: Notice: Gift added to Cart
add function to components\com_jshopping\Helper\Helper.php public static function prepareDateToSaveDb($date, $date_format = null){ if (isset($date)){ if ($date){ $jshopConfig = JSFactory::getConfig(); $date_format = $date_format ?? $jshopConfig->store_date_format; $date = self::getJsDateDB($date, $date_format); } else { $date = '0000-00-00'; } } return $date; } or send me ftp access
Последнее изменение: 18.09.2025 19:13
|
|
19.09.2025 10:12
|
|
|
spike77
Name: Manfred
30.04.2015
Сообщения: 823
|
|
| ПерваяПредыдущая 1 2 СледующаяПоследняя |



