The offer price must always be deleted manually.

bobgreen

New Member
Hello,
I have the problem that I always have to delete the offer price manually after importing. If I leave the field empty on Aliexpress, the plugin "Alidropship" takes the value "0". But I don't want to have a "Sale Price" for all products because it looks a bit scammy. How can I solve this?
 

Attachments

  • axp.png
    axp.png
    22.3 KB · Views: 9
  • axp2.png
    axp2.png
    18.8 KB · Views: 9
  • axp3.png
    axp3.png
    10.7 KB · Views: 7

Mar

Moderator
Hello,
I have the problem that I always have to delete the offer price manually after importing. If I leave the field empty on Aliexpress, the plugin "Alidropship" takes the value "0". But I don't want to have a "Sale Price" for all products because it looks a bit scammy. How can I solve this?
If you mean you want to show one price, you can do it without changing the setting. Just add this CSS code: (don't forget to clear cache after saving)

del span.amount {
display: none!important;
}

1553181685347.png

1553181706112.png
 
Top