- Posts: 66
- Thank you received: 0
Submit Review has arrows for ratings need change
-
jasonbondone
Inactive member - Topic Author
- Member
Less
More
12 years 9 months ago #16975
by jasonbondone
Replied by jasonbondone on topic Re: Submit Review has arrows for ratings need change
I right click the image it doesn't show up in background info cannot find where to replace those arrows with stars. Those arrows are in any page that you can review item i sent you a link under report to moderator.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16994
by ivan.milic
Replied by ivan.milic on topic Re: Submit Review has arrows for ratings need change
Please make account you sent can rate some product and send me link to that product, because you know how you payment sandbox operates.
Please Log in to join the conversation.
-
jasonbondone
Inactive member - Topic Author
- Member
Less
More
- Posts: 66
- Thank you received: 0
12 years 8 months ago #17351
by jasonbondone
Replied by jasonbondone on topic Re: Submit Review has arrows for ratings need change
has nothing to do with sandbox its rating system it has arrows i sent pictures but here you go again. You can only see rating if you add the item to the cart so once item is in the cart you wil be able to go to the item and look at the rating which will have arrows instead of numbers. I ent my login info to you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago - 12 years 8 months ago #17359
by ivan.milic
Replied by ivan.milic on topic Re: Submit Review has arrows for ratings need change
Open this file:
templates/hot_cosmetics/css/vm_cosmetics.css
delete this rule:
.vmicon {
background: url(../images/update_quantity_cart.png) no-repeat;
}
EDIT:
ABOUT OTHER PROBLEM I NOTICED WHILE INSPECTING
also when I confirm the order I get:
that is due inconsistent vm code/ database version, and it result of updates failure. Update vm to latest version , if problem still occurs you will have to add that column to that table manually from your SQL manager.
column: virtuemart_shipmentmethod_id
table: wbx73_virtuemart_shipment_plg_weight_countries
this is not template related so we can not give you further help regarding this problem I noticed during stars inspection.
templates/hot_cosmetics/css/vm_cosmetics.css
delete this rule:
.vmicon {
background: url(../images/update_quantity_cart.png) no-repeat;
}
EDIT:
ABOUT OTHER PROBLEM I NOTICED WHILE INSPECTING
also when I confirm the order I get:
Code:
vmError: VmTableData::store failed - Unknown column 'virtuemart_shipmentmethod_id' in 'field list' SQL=INSERT INTO `wbx73_virtuemart_shipment_plg_weight_countries` (`id`,`virtuemart_order_id`,`order_number`,`virtuemart_shipmentmethod_id`,`shipment_name`,`order_weight`,`shipment_weight_unit`,`shipment_cost`,`shipment_package_fee`,`tax_id`,`created_on`,`created_by`,`modified_on`,`modified_by`) VALUES ('0','17','3bb0014','2','Shipping','0','KG','','','-1','2012-04-15 19:40:52','45','2012-04-15 19:40:52','45')
that is due inconsistent vm code/ database version, and it result of updates failure. Update vm to latest version , if problem still occurs you will have to add that column to that table manually from your SQL manager.
column: virtuemart_shipmentmethod_id
table: wbx73_virtuemart_shipment_plg_weight_countries
this is not template related so we can not give you further help regarding this problem I noticed during stars inspection.
Last edit: 12 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.082 seconds