VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: xenofon on July 07, 2016, 14:31:22 PM

Title: Vendor Interface and email small but serious errors need to be fixed
Post by: xenofon on July 07, 2016, 14:31:22 PM
Hi everyone !

I've developed a VirtueMart eshop with women clothing goods.

My Joomla version is 3.5.1 after the last update and Virtuemart is 3.0.9.4 (i've updated to last version after i updated joomla too but my website "broke", so i restored Virtuemart core version and i left Joomla to the last one).

Now i want to mention some topics which i can find no solution and i can not run my site without solving them, if someone has any idea i would be gladful.


1)First of all the order status email (confirmed by shopper) which is coming to me (Vendor) has not the name of the shopper to subject area. It's just saying : "Confirmed order from ,total xxx€"

  There is a space betweeen "from" and "," which means that something is missing from there. I want the fullname of the shopper to adjust there, not the username.


2)Second, in the Back End and at the Virtuemart's menu item "Orders", field "Name" is empty, nothing is there, all the other order areas are filled with info, but shopper's name is blank to every order, I want the fullname of  the shopper to be there, what's the bug there ?? Has anyone else the same problem?


3)To the order status emails that shopper reveive now... I want to change the area to the following order status emails: "Confirmed by shopper" & "Confirmed".
   I want to change where it says "Hi," and edit that area so it says "Hi, Shopper's Fullname".


These are the problems that left to solve... Hope someone has faced them before so will be able to help me.


Best Regards,

Xenofon Kaloudis
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: AH on July 07, 2016, 14:47:44 PM
QuoteVendor Interface and email small but serious errors need to be fixed

These are faults within your specific environment

Your VM version needs to be updated and tested in a test environment - the errors you are seeing are probably due to some database issue caused by your "failed" upgrade - but that is anyones guess!

However - you need to upgrade before anyone is likely to give you a meaningful answer
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: jenkinhill on July 07, 2016, 15:18:21 PM
VirtueMart 3.0.9.4 is over a year old and will not allow you to take orders with Joomla 3.5.1 - you must update to at least VM3.0.16, plus the 3.0.9.x series were test/development versions, so they could contain bugs.

You say your website "broke" but you don't say how. If you are using a commercial Joomla/VM template then it is possible that the template overrides need updating to work with current versions.

And please, no more than one question per forum post!  See http://forum.virtuemart.net/index.php?topic=104795.0
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: xenofon on July 07, 2016, 16:05:39 PM
Hi,

Thank you both for the quick response, yes i am using a template with core overrides. Anyway, that is not the point, i will try to upgrade Virtuemart once again to the last version to see how will behave now, maybe i made something wrong the previous time.

Sorry for the 3 topics i mentioned, i didn't know.

I will reply soon after upgrading to tell if everything is ok.

Regards,
Xenofon Kaloudis
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: GJC Web Design on July 07, 2016, 16:37:49 PM
could be your over rides

emails are templated by components\com_virtuemart\views\invoice\tmpl\mail_html.php and the child mail_html_xxxx.php files
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: xenofon on July 07, 2016, 16:46:41 PM
Hi again,

I updated Virtuemart and things are not gone well.

First of all let's find out why in my product pages, when you visit a specific product and you see the description etc my thumb scroller down selected image area view dissapeared! See the attachment and think that there was thumbs of other pictures of the product before.

P.S. Emails and order section never fixed, but hope that we will find out after that one here.

Regards,
Xenofon Kaloudis
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: GJC Web Design on July 07, 2016, 16:47:50 PM
try with protostar.. if works then its your template
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: xenofon on July 07, 2016, 16:52:18 PM
Hi,

Yes it's my template, what am i supposed to do now ?

Regards,
Xenofon Kaloudis
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: AH on July 07, 2016, 18:02:48 PM
Fix your template.

Or find someone to fix your template

Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: xenofon on July 08, 2016, 10:29:25 AM
Ok, thank you for all the tips you gave me,

I will try to find a solution here and fix the template.

Can we just fix my "step 3" that i mentioned at my first post above that is nothing has to do with template ? I want the "Confirmed by shopper" & "Confirmed" email that shopper receives to say "Hi, Fullname". I have seen that adjustment again to email that comes from virtuemart eshops. How is it possible ?

Thank you.
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: jenkinhill on July 08, 2016, 13:16:52 PM
For that edit & override /components/com_virtuemart/views/invoice/tmpl/mail_html_header.php
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: xenofon on July 08, 2016, 14:28:54 PM
Hi,

Ok, can you be more specific ?
What is the code that i must change or to edit for constant "COM_VIRTUEMART_MAIL_SHOPPER_NAME" ?

When i give that constant into the search field into Override section oof Joomla it gives me ->  Γειά σου %1$s,  -> Is it right ?
Title: Re: Vendor Interface and email small but serious errors need to be fixed
Post by: xenofon on July 11, 2016, 10:10:39 AM
Hi,

Can you tell me please exactly what do i have to change to mail_html_header.php to have the shopper  fullname where it  says "Hi," ? I want to change it to "Hi, (shopper_fullname) ??

Thank you.