Missing SKU number

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Mon Jun 16, 2014 9:05 am
Reply with quote
Report this post
hello, after update at last version i noticed in one category that an item does not appear the SKU number
here is the address for the specific item http://www.zacheshop.gr/accessories/194111-zach
what do you think it is; or something should I look for

thank you.
User avatar
Senior Boarder

teitbite
Mon Jun 16, 2014 11:29 am
Reply with quote
Report this post
Hi

That's odd. Please send me an access to joomla panel and ftp so I'll try to fix it.
User avatar
Moderator

GK User
Tue Jun 17, 2014 8:01 am
Reply with quote
Report this post
i dont have a answer, i send you pm , did you see a message?
User avatar
Senior Boarder

GK User
Wed Jun 18, 2014 12:32 pm
Reply with quote
Report this post
did you check into my issue;

thank you!!
User avatar
Senior Boarder

teitbite
Wed Jun 18, 2014 9:14 pm
Reply with quote
Report this post
Hi

Please do not bump Your own threads. Each bump moves question to the end of the line in moderator tool and takes me longer to get to it.

Problem was in code of file: /html/com_virtuemart/category/default.php which was modified. The condition only shows SKU when short description was attached to product. I've commented out the condition and now everything is fine:

Code: Select all
               <?php // Product Short Description
               //if (!empty($product->product_s_desc)) {
               ?>
               <div class="product-sku"> SKU: <?php echo $product->product_sku ?> </div>
               <?php //} ?>
User avatar
Moderator

GK User
Wed Jun 18, 2014 10:13 pm
Reply with quote
Report this post
thank you teitbite!!!
does not noticed it....
User avatar
Senior Boarder

teitbite
Sat Jun 21, 2014 12:12 pm
Reply with quote
Report this post
Hi

No problem, glad I could help.
User avatar
Moderator


cron