

SergeiG
Member-
Posts
60 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
SergeiG's Achievements
Newbie (1/14)
0
Reputation
-
Hello! Is there any ready/semi-ready solutions to collect and show customers feedbacks about store? From my perspective, it may look same as the product review solution. Thank you.
- 1 reply
-
- cubecart v6
- extension
-
(and 1 more)
Tagged with:
-
Hello! Big thank you for the advice about debugging mode. It didn't help, but will be useful in future. I found the reason of this issue - during changes in additional language file I loose 'email_ru_RU.xml' file, as the result, when a customer (who uses this language) made an order, the engine couldn't create an email. It's absolutely my fault, however a situation, when one or several language files aren't exist, requires two solutions: 1) Error message in log-file 2) An attempt to send an e-mail by usage a default (english) language.
-
Hello! Today I found that customers don't receive any emails about their orders, I also don't receive any confirmations about new orders. I don't have any clue where this issue can be. 1) During making a test order I didn't receive any errors on a front-end side. 2) 'E-mail' log doesn't show that any e-mails were send. (!!!) 3) 'Error log' is clear for ''admin" and "system" tabs 4) Test e-mail from "Store settings/Advanced" are sent and came to me without any issues. Last changes which I made before this issue happen: - #1630 was deployed - 'Sender's Email Address' was changed in "Store settings/Advanced". I replace modified order.class.php by original version from 6.1.5 pack, clear cache at the back-end. It doesn't help. Additons: When I change status to "Processing" - nothing happen. If after that I change a status back to "Pending" then "New order" e-mail goes to an admin, but "Order confirmation" e-mail isn't send to a customer.
-
[RESOLVED] Replace 'Latest' on 'Featured' at the main page?
SergeiG replied to SergeiG's topic in Customising Look & Feel
Great thank you! It works absolutely fine! -
Add e-mail to Mailing list doesn't work (6.1.7)
SergeiG replied to SergeiG's topic in Install & Upgrade Support
Hello! As I know, this issue haven't been solved yet. From my perspective, it takes time because only small number of users meet this issue and it difficult to developers reproduce in their environments. -
[RESOLVED] Replace 'Latest' on 'Featured' at the main page?
SergeiG replied to SergeiG's topic in Customising Look & Feel
Thank you for advice, I almost complete this way of realization my idea. However, there is one huge difference between these two lists which I wanted to use - the feature list isn't stable, it changes randomly. -
Integration Product.Vertical.Gallery to 6.1.5 ?
SergeiG replied to SergeiG's topic in Customising Look & Feel
I did... Failed :-( Let see how 6.1.8 will work with email subscriptions -
Change triggers for sending emails to customers
SergeiG replied to SergeiG's topic in Customising Look & Feel
Thank you. This setting controls sending an email to admin, but not to a customer. Due to numbers of vanishing goods in a initial confirmation emails I want to change a process logic by following way: 1. A customer lefts an order and receives a message on a screen, that the order is accepted and the customer will receive after additional checks 2. Stock updated, an admin receives an email about new order 3. An admin changes status from Pending to Processing and after that a customer receives a confirmation email. -
Integration Product.Vertical.Gallery to 6.1.5 ?
SergeiG replied to SergeiG's topic in Customising Look & Feel
@bsandall, @Dirty Butter, @bsmither I would extremely appreciate if you help me to finish this integration. I investigated the commit 985a842 to the story #1449 (https://github.com/cubecart/v6/commit/985a842f57c852970b8fb55e1527b20cf64a9a5f) and did changes in next files: cubecart.css - add lines according to the commit; 2.cubecart.js - add lines according to the commit; content.product.php - I took the version from this commit, but just removed all '-' signs. All files are attached. As a result, I have a vertical gallery, however it works a little bit incorrectly - when I open a product page at the first time I don't see the main image, it appears when I reload page (by pressing F5). Screenshots are attached 2.cubecart.js content.product.php cubecart.css -
Hello! I will appreciate if somebody tells me in general how to find all actions which are caused by order status changing. Actually, I would like to disable sending auto emails with order confirmations (while order status is "pending") and send emails only when status changes on "Processing". Thank you.
-
Changes in orders don't affect to inventory
SergeiG replied to SergeiG's topic in Customising Look & Feel
As I see, the engine update stock only if order's status changes to the specified in settings. And actually, it happens only one time for an order. Am I right? -
Changes in orders don't affect to inventory
SergeiG replied to SergeiG's topic in Customising Look & Feel
Right now it's set to "Pending". And I did manual changes while an order had a pending status (step 2). -
Add e-mail to Mailing list doesn't work (6.1.7)
SergeiG replied to SergeiG's topic in Install & Upgrade Support
Right now I repeat next steps: Download CubeCart 6.1.7, install it (without mistakes) on clean environment, open home page, input e-mail into "Mailing List", press Subscribe. The result - a screen scroll up, no information/error messages, no e-mail in the mailing list on admin side. mailing_list_test.mp4