EShop 1.3.9 was released at June 29, 2015
- Giang Dinh Truong
- Topic Author
- Offline
- Administrator
EShop 1.3.9 was release at June 29, 2015:
=============== New Features ===============
1. Add more additional tabs #29727 and put the additional tabs immediately after description tab.
2. Add tags module for product and allow to search product by tag name.
3. Add Order Number everywhere instead of Order ID.
4. Add the new Lavida Joomla Template which is compatible with EShop: joomdonation.com/joomla-templates/multip...joomla-template.html
=============== Improvement ===============
1. Improve search rule: Allow to search word by word separately.
2. Improve the display layout of Ajax Search module, easier for customer to see the search result in the dropdown window.
3. Improve the Shipping Address Format and Payment Address Format.
4. Improve the Quote Cart mode.
5. Improve the SEO for EShop pages.
6. Fixed the multile language issue in EShop Advanced Search module.
Please download and update.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- David
- Offline
- Senior Member
- Posts: 64
- Thank you received: 11
Can you tell me what you did to "Improve the SEO for EShop pages"? Thanks.
Please Log in or Create an account to join the conversation.
- David
- Offline
- Senior Member
- Posts: 64
- Thank you received: 11
Could you also tell me what is the Shipping Address Format and Payment Address Format? Is this just for people who are using the invoice option? Thanks
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Topic Author
- Offline
- Administrator
David wrote: Hi Giang,
Can you tell me what you did to "Improve the SEO for EShop pages"? Thanks.
Hello David,
It is adjustments for Rich Snippets, add the meta description, meta keyword based on menu item.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Topic Author
- Offline
- Administrator
David wrote: Hi Giang,
Could you also tell me what is the Shipping Address Format and Payment Address Format? Is this just for people who are using the invoice option? Thanks
Shipping Address Format and Payment Address Format is used in the invoice, in the order details, the notification email.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- David
- Offline
- Senior Member
- Posts: 64
- Thank you received: 11
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Topic Author
- Offline
- Administrator
Please Log in or Create an account to join the conversation.
- Davide
- Offline
- Premium Member
- Posts: 139
- Thank you received: 42
In language file, two variables %s in ESHOP_ADMIN_EMAIL_SUBJECT and ESHOP_CUSTOMER_EMAIL_SUBJECT use order ID instead of order number yetGiang Dinh Truong wrote: 3. Add Order Number everywhere instead of Order ID.
components\com_eshop\helpers\helper.php
$adminSubject = sprintf(JText::_('ESHOP_ADMIN_EMAIL_SUBJECT'), self::getConfigValue('store_name'), $row->id);
$customerSubject = sprintf(JText::_('ESHOP_CUSTOMER_EMAIL_SUBJECT'), self::getConfigValue('store_name'), $row->id);
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Topic Author
- Offline
- Administrator
Yes, I checked and fixed these before. $row->id were replaced by $row->order_number
Sincerely, Giang
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.