Jump to content

ağırlık tanımını iptal etmek


ASiveMAVi

Recommended Posts

Do you intend to offer shipping using rates based on weight?

If not, set the weight of all your products to zero.

If your shipping rates do require the product weight, then you can edit the template to not show it.

In the Foundation template content.product.php, find:

                  {if $PRODUCT.product_weight > 0}
                  <tr>
                     <td>{$LANG.common.weight}</td>
                     <td>{$PRODUCT.product_weight}{$CONFIG.product_weight_unit}</td>
                  </tr>
                  {/if}

Change to:

              {*  {if $PRODUCT.product_weight > 0}
                  <tr>
                     <td>{$LANG.common.weight}</td>
                     <td>{$PRODUCT.product_weight}{$CONFIG.product_weight_unit}</td>
                  </tr>
                  {/if}  *}

 

Link to comment
Share on other sites

ağırlık var olduğu sürece aşağıdaki hatayı görüyorum

Aşağıdaki hatalar tespit edildi:

  • Ne yazık ki siparişiniz için uygun nakliye yöntemi bulamadık. Siparişinizin toplam ağırlığı çok fazla sadece gemi ile nakledilebilir,Başka sorularınız için ekibimizin bir üyesi ile irtibata geçiniz.
Link to comment
Share on other sites

ağırlık 1 tanımlıyorum 1.000 yazıyor otomatik

bu da hata oluşturuyor

hatanın giderilmesi için ağırlık tanımı hiç olmayacak

benim istediğim bu

my site nothing weight

my site's admin nothing weight

my site's MYSQL nothing weight

bunu nasıl yapabilirim ?

Link to comment
Share on other sites

product weight= 0.000


yine de hata çıkıyor

Aşağıdaki hatalar tespit edildi:

  • Ne yazık ki siparişiniz için uygun nakliye yöntemi bulamadık. Siparişinizin toplam ağırlığı çok fazla sadece gemi ile nakledilebilir,Başka sorularınız için ekibimizin bir üyesi ile irtibata geçiniz.

hata.jpg

Link to comment
Share on other sites

hata kodu bu

<string name="error_shipping" introduced="5.0.0"><![CDATA[Unfortunately there are no suitable shipping methods available for your order. This may be because the total weight of your order is too high or we cannot ship to your country. Please contact a member of our staff for any further inquiries.]]></string>

 

Link to comment
Share on other sites

When entering weight numbers, do not use a 'thousands' character.

Good: 1234.5

Bad: 1,234.5

Bad: 1.234,5

The shipping modules that are enabled require weight to calculate shipping rates correctly.

The products must have weight.

If the products have zero weight, use a shipping module that will calculate shipping not using weight.

Link to comment
Share on other sites

Look at the settings page for the "By Weight" shipping module. Enter these settings.

Status              [X]
1st Option Name     [1st Class  ]
2nd Option Name     [2nd Class  ]

---Zone 1---
Countries (List comma separated ISO codes): [TR  ]
Handling Cost                               [  ]
1st Class Shipping Rates                    [0.25:29,0.5:38,1:49,10:58,20:89 ]
2nd Class Shipping Rates                    [0.25:15,0.5:20,1:25,10:30,20:60 ]

Set the weight of the product to equal 0.5

Test checkout.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...